Skip to content

Commit 6526c45

Browse files
authored
Merge pull request #773 from wordpress-mobile/feature/update-docs-for-v1.3.14
Update README and CHANGELOG for a v1.3.14
2 parents 40b0505 + 6a876d6 commit 6526c45

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## [1.3.14](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.14) - 2019-01-11
3+
### Fixed
4+
- Fixed issue where pasting over the whole text emitted a delete char, causing Gutenberg to remove whole block
5+
- Updated Kotlin version to use stable version of Coroutines
6+
27
## [1.3.13](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.13) - 2018-12-20
38
### Fixed
49
- Fixed issue where `onEnterKey` key listener was called with the wrong text.

Diff for: README.md

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

0 commit comments

Comments
 (0)