File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## [ 1.3.3] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.3 ) - 2018-05-02
3+ ### Fixed
4+ - Fix an issue that removed attributes from HR tags.
5+ - Fix a focusing issue when copying text in an AztecText.
6+
7+ ### Changed
8+ - Hide the HTML button if the source editor is not set.
9+
210## [ 1.3.2] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.2 ) - 2018-04-12
311### Fixed
412- Fix a crash with the "Paste As Plain Text" feature from Android O.
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ repositories {
106106```
107107``` gradle
108108dependencies {
109- api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.2 ')
109+ api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.3 ')
110110}
111111```
112112
You can’t perform that action at this time.
0 commit comments