We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a04b9e + 1c1b676 commit c2c22b5Copy full SHA for c2c22b5
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+## [v1.3.23](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.23)
3
+### Fixed
4
+- Fix for crash when inserting characters right before an image #801
5
+
6
## [v1.3.22](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.22)
7
### Fixed
8
- Fix for crash on Samsung Clipboard ListView on Android 8.X #795
README.md
@@ -105,7 +105,7 @@ repositories {
105
```
106
```gradle
107
dependencies {
108
- api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.22')
+ api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.23')
109
}
110
111
0 commit comments