Skip to content

Commit c267d0f

Browse files
authored
Merge pull request #1325 from wordpress-mobile/trunk
Update develop with release 1.19.4 changes in trunk
2 parents 3a55236 + 918ef34 commit c267d0f

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.19.4
2+
-------
3+
* Fix Carthage build for Xcode 12
4+
* Replace gridicons with SFSymbols on the Example app
5+
16
1.19.3
27
-------
38
* Expose UIColor hexString helpers to be used by subclasses of Aztec components.

WordPress-Aztec-iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'WordPress-Aztec-iOS'
11-
s.version = '1.19.3'
11+
s.version = '1.19.4'
1212
s.summary = 'The native HTML Editor.'
1313

1414
# This description is used to generate tags and improve search results.

WordPress-Editor-iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'WordPress-Editor-iOS'
11-
s.version = '1.19.3'
11+
s.version = '1.19.4'
1212
s.summary = 'The WordPress HTML Editor.'
1313

1414
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)