Skip to content

Commit ed67593

Browse files
authored
Merge pull request #893 from wordpress-mobile/update_for_1.3.37_release
Update changelog and readme for 1.3.37 & 1.3.38
2 parents 5138fed + a69aba2 commit ed67593

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.3.38](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.38)
4+
### Fixed
5+
- When text changes, only disable selection listener if text is empty
6+
7+
## [1.3.37](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.37)
8+
### Fixed
9+
- Resolved clipboard issue on Android 7
10+
### Changed
11+
- Improved TalkBack handling of formatting toolbar
12+
- Added ability to register an observer for all the changes to the AztecText object
13+
314
## [1.3.36](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.36)
415
### Changed
516
- Implement start and reversed in lists

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.36')
108+
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.38')
109109
}
110110
```
111111

0 commit comments

Comments
 (0)