Skip to content

Commit

Permalink
Merge pull request #810 from wordpress-mobile/release/1.3.25
Browse files Browse the repository at this point in the history
Update README and CHANGELOG for v1.3.25 release
  • Loading branch information
jtreanor authored Apr 16, 2019
2 parents 0e79d2f + b4c079b commit 0554236
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## [v1.3.25](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.25)
### Changed
- Remove some unneeded logging #806
### Fixed
- Don't bail when ZWJ cleanup found end-of-text marker #807
- Prevent execution of InputFilter for new lines #809

## [v1.3.24](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.24)
### Changed
- Improvement to how clickable URL spans are handled #793
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.24')
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.25')
}
```

Expand Down

0 comments on commit 0554236

Please sign in to comment.