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.
2 parents 437ecec + dc565e0 commit aa23f83Copy full SHA for aa23f83
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [1.3.44](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.44)
4
+### Changed
5
+- Updated strikethrough to default to `<s>` tag (#919)
6
+
7
## [1.3.43](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.43)
8
### Changed
9
- Fixed the add image icon in Aztec Toolbar (#908)
README.md
@@ -105,7 +105,7 @@ repositories {
105
```
106
```gradle
107
dependencies {
108
- api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.43')
+ api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.44')
109
}
110
111
0 commit comments