Skip to content

Commit 8fd6d78

Browse files
committed
Bump version to v1.3.3
1 parent 7dae385 commit 8fd6d78

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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.2')
109+
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.3')
110110
}
111111
```
112112

0 commit comments

Comments
 (0)