Skip to content

Commit 3210ca3

Browse files
author
Chip
authored
Merge pull request #1298 from wordpress-mobile/master
Update develop with release 1.19.3 changes in master
2 parents ac7617a + fe2f926 commit 3210ca3

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.19.3
2+
-------
3+
* Expose UIColor hexString helpers to be used by subclasses of Aztec components.
4+
15
1.19.2
26
-------
37
* Fix drawing of underlines when they include newlines.
@@ -27,14 +31,14 @@
2731
-----
2832
* Improve display of ordered lists with large bullet numbers
2933
* Fix bug where links with text that had a mix of Latin and non-Latin characters were getting split.
30-
34+
3135
1.15.0
3236
-----
3337
* Allow to use headers fonts without bold effect applied
3438
* Support for multilevel blockquotes
3539
* Fix presentation of placeholder images in dark mode.
36-
* Fix bug that didn't set default text color when changing text color
37-
40+
* Fix bug that didn't set default text color when changing text color
41+
3842
1.14.1
3943
-----
4044
* Support for xcode 10.
@@ -48,4 +52,3 @@
4852
-----
4953
* Fix a bug when copying and pasting from other apps when running dark mode.
5054
* Improve list indentation for markers.
51-

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.2'
11+
s.version = '1.19.3'
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.2'
11+
s.version = '1.19.3'
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)