Skip to content

Commit b4c079b

Browse files
committed
Update README and CHANGELOG for v.1.3.25 release
1 parent 0e79d2f commit b4c079b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## [v1.3.25](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.25)
3+
### Changed
4+
- Remove some unneeded logging #806
5+
### Fixed
6+
- Don't bail when ZWJ cleanup found end-of-text marker #807
7+
- Prevent execution of InputFilter for new lines #809
8+
29
## [v1.3.24](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.24)
310
### Changed
411
- Improvement to how clickable URL spans are handled #793

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ repositories {
105105
```
106106
```gradle
107107
dependencies {
108-
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.24')
108+
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.25')
109109
}
110110
```
111111

0 commit comments

Comments
 (0)