Skip to content

Commit

Permalink
Merge pull request #893 from wordpress-mobile/update_for_1.3.37_release
Browse files Browse the repository at this point in the history
Update changelog and readme for 1.3.37 & 1.3.38
  • Loading branch information
mchowning authored Feb 7, 2020
2 parents 5138fed + a69aba2 commit ed67593
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.3.38](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.38)
### Fixed
- When text changes, only disable selection listener if text is empty

## [1.3.37](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.37)
### Fixed
- Resolved clipboard issue on Android 7
### Changed
- Improved TalkBack handling of formatting toolbar
- Added ability to register an observer for all the changes to the AztecText object

## [1.3.36](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.36)
### Changed
- Implement start and reversed in lists
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ repositories {
```
```gradle
dependencies {
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.36')
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.38')
}
```

Expand Down

0 comments on commit ed67593

Please sign in to comment.