From 3870b79ed1434a5fa96a61fc0684402ed14eec28 Mon Sep 17 00:00:00 2001 From: "Tanner W. Stokes" Date: Wed, 13 Sep 2023 16:07:41 -0400 Subject: [PATCH 1/3] Bump version. --- WordPress-Aztec-iOS.podspec | 2 +- WordPress-Editor-iOS.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WordPress-Aztec-iOS.podspec b/WordPress-Aztec-iOS.podspec index 4b1fa60d4..568a52131 100644 --- a/WordPress-Aztec-iOS.podspec +++ b/WordPress-Aztec-iOS.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'WordPress-Aztec-iOS' - s.version = '1.19.8' + s.version = '1.19.9' s.summary = 'The native HTML Editor.' s.description = <<-DESC diff --git a/WordPress-Editor-iOS.podspec b/WordPress-Editor-iOS.podspec index ca9d45008..da485d5f1 100644 --- a/WordPress-Editor-iOS.podspec +++ b/WordPress-Editor-iOS.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'WordPress-Editor-iOS' - s.version = '1.19.8' + s.version = '1.19.9' s.summary = 'The WordPress HTML Editor.' s.description = <<-DESC From 1349301acb35bf13b82515058bfb095a7ae1aa00 Mon Sep 17 00:00:00 2001 From: "Tanner W. Stokes" Date: Wed, 13 Sep 2023 16:10:43 -0400 Subject: [PATCH 2/3] Update CHANGELOG. --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf5d98dc..b0b4d1c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format of this document is inspired by [Keep a Changelog](https://keepachang When releasing a new version: 1. Remove any empty section (those with `_None._`) -2. Update the `## Unreleased` header to `## [](https://github.com/wordpress-mobile/WordPressKit-iOS/releases/tag/)` +2. Update the `## Unreleased` header to `## [](https://github.com/wordpress-mobile/AztecEditor-iOS/releases/tag/)` 3. Add a new "Unreleased" section for the next iteration, by copy/pasting the following template: ## Unreleased @@ -42,6 +42,25 @@ _None._ ### Bug Fixes +_None._ + +### Internal Changes + +_None._ + + +## [1.19.9](https://github.com/wordpress-mobile/AztecEditor-iOS/releases/tag/1.19.9) + +### Breaking Changes + +_None._ + +### New Features + +_None._ + +### Bug Fixes + * Worked around a crash that could occur when calling String.paragraphRange(for:) on iOS 17. [#1373] ### Internal Changes From 78b412e9aae68ed1e674e6d7cbaef03810b49627 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 14 Sep 2023 10:18:31 +1000 Subject: [PATCH 3/3] Update CocoaPods --- Gemfile | 2 +- Gemfile.lock | 62 ++++++++++++++++++++++++++++------------------------ 2 files changed, 35 insertions(+), 29 deletions(-) diff --git a/Gemfile b/Gemfile index 298568a74..992077347 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,6 @@ source 'https://rubygems.org' -gem 'cocoapods', '~> 1.8.0' +gem 'cocoapods', '~> 1.12' gem 'fastlane', '~> 2.189' gem 'rubocop', '~> 1.18' diff --git a/Gemfile.lock b/Gemfile.lock index bd7465897..a6f7a23ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,11 +3,11 @@ GEM specs: CFPropertyList (3.0.5) rexml - activesupport (4.2.11.3) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) + activesupport (7.0.8) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) algoliasearch (1.27.5) @@ -34,37 +34,39 @@ GEM aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) claide (1.1.0) - cocoapods (1.8.4) - activesupport (>= 4.0.2, < 5) + cocoapods (1.12.1) + addressable (~> 2.8) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.8.4) + cocoapods-core (= 1.12.1) cocoapods-deintegrate (>= 1.0.3, < 2.0) - cocoapods-downloader (>= 1.2.2, < 2.0) + cocoapods-downloader (>= 1.6.0, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0) cocoapods-search (>= 1.0.0, < 2.0) - cocoapods-stats (>= 1.0.0, < 2.0) - cocoapods-trunk (>= 1.4.0, < 2.0) + cocoapods-trunk (>= 1.6.0, < 2.0) cocoapods-try (>= 1.1.0, < 2.0) colored2 (~> 3.1) escape (~> 0.0.4) fourflusher (>= 2.3.0, < 3.0) gh_inspector (~> 1.0) - molinillo (~> 0.6.6) + molinillo (~> 0.8.0) nap (~> 1.0) - ruby-macho (~> 1.4) - xcodeproj (>= 1.11.1, < 2.0) - cocoapods-core (1.8.4) - activesupport (>= 4.0.2, < 6) + ruby-macho (>= 2.3.0, < 3.0) + xcodeproj (>= 1.21.0, < 2.0) + cocoapods-core (1.12.1) + activesupport (>= 5.0, < 8) + addressable (~> 2.8) algoliasearch (~> 1.0) concurrent-ruby (~> 1.1) fuzzy_match (~> 2.0.4) nap (~> 1.0) + netrc (~> 0.11) + public_suffix (~> 4.0) + typhoeus (~> 1.0) cocoapods-deintegrate (1.0.5) - cocoapods-downloader (1.5.1) + cocoapods-downloader (1.6.3) cocoapods-plugins (1.0.0) nap cocoapods-search (1.0.1) - cocoapods-stats (1.1.0) cocoapods-trunk (1.6.0) nap (>= 0.8, < 2.0) netrc (~> 0.11) @@ -73,7 +75,7 @@ GEM colored2 (3.1.2) commander (4.6.0) highline (~> 2.0.0) - concurrent-ruby (1.1.9) + concurrent-ruby (1.2.2) declarative (0.0.20) digest-crc (0.6.4) rake (>= 12.0.0, < 14.0.0) @@ -82,6 +84,8 @@ GEM dotenv (2.7.6) emoji_regex (3.2.3) escape (0.0.4) + ethon (0.16.0) + ffi (>= 1.15.0) excon (0.91.0) faraday (1.9.3) faraday-em_http (~> 1.0) @@ -151,6 +155,7 @@ GEM xcodeproj (>= 1.13.0, < 2.0.0) xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) + ffi (1.15.5) fourflusher (2.3.1) fuzzy_match (2.0.4) gh_inspector (1.1.3) @@ -196,7 +201,7 @@ GEM http-cookie (1.0.4) domain_name (~> 0.5) httpclient (2.8.3) - i18n (0.9.5) + i18n (1.14.1) concurrent-ruby (~> 1.0) jmespath (1.5.0) json (2.6.1) @@ -204,8 +209,8 @@ GEM memoist (0.16.2) mini_magick (4.11.0) mini_mime (1.1.2) - minitest (5.15.0) - molinillo (0.6.6) + minitest (5.20.0) + molinillo (0.8.0) multi_json (1.15.0) multipart-post (2.0.0) nanaimo (0.3.0) @@ -240,7 +245,7 @@ GEM unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.15.1) parser (>= 3.0.1.1) - ruby-macho (1.4.0) + ruby-macho (2.5.1) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -255,14 +260,15 @@ GEM naturally terminal-notifier (2.0.0) terminal-table (1.6.0) - thread_safe (0.3.6) trailblazer-option (0.1.2) tty-cursor (0.7.1) tty-screen (0.8.1) tty-spinner (0.9.3) tty-cursor (~> 0.7) - tzinfo (1.2.9) - thread_safe (~> 0.1) + typhoeus (1.4.0) + ethon (>= 0.9.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) uber (0.1.0) unf (0.1.4) unf_ext @@ -286,9 +292,9 @@ PLATFORMS ruby DEPENDENCIES - cocoapods (~> 1.8.0) + cocoapods (~> 1.12) fastlane (~> 2.189) rubocop (~> 1.18) BUNDLED WITH - 2.2.33 + 2.4.14