We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9627e commit b79d028Copy full SHA for b79d028
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+## [v1.3.24](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.24)
3
+### Changed
4
+- Improvement to how clickable URL spans are handled #793
5
+
6
## [v1.3.23](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.23)
7
### Fixed
8
- Fix for crash when inserting characters right before an image #801
README.md
@@ -105,7 +105,7 @@ repositories {
105
```
106
```gradle
107
dependencies {
108
- api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.23')
+ api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.24')
109
}
110
111
0 commit comments