File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## [ 1.3.5] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.5 ) - 2018-06-04
3+ ### Fixed
4+ - ` <cite> ` tags are now respected (were being converted to ` <i> ` ).
5+ - Fixed a bug where nested paragraphs would get duplicated
6+ - Fixed Gutenberg audio and video blocks handling
7+
28## [ 1.3.4] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.4 ) - 2018-05-21
39### Fixed
410- Better Gutenberg posts compatibility support (Gutenberg block delimiters are not lost anymore)
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.4 ')
109+ api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.5 ')
110110}
111111```
112112
You can’t perform that action at this time.
0 commit comments