Skip to content

Commit 2178541

Browse files
committed
Bump version to v1.3.5
1 parent 2bf1a5b commit 2178541

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ repositories {
106106
```
107107
```gradle
108108
dependencies {
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

0 commit comments

Comments
 (0)