Skip to content

Commit a762602

Browse files
committed
Bump version to v1.3.7
1 parent e7e7e7a commit a762602

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
## [1.3.6](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.6) - 2018-04-12
1+
# Changelog
2+
## [1.3.7](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.7) - 2018-06-29
3+
### Fixed
4+
- Fixed initial hash calculation for change detection mechanism.
5+
- Fixed crash with too many nested `<b>` tags.
6+
7+
### Changed
8+
- Support for the `div`, `figure`, `figcaption` and `section` html elements to be block-level compatible instead of in-line.
9+
10+
## [1.3.6](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.6) - 2018-06-18
211
### Fixed
312
- Fixed handling of schemed urls (mailto:, http, #, etc.).
413
- Fixes a break in http:// descriptor as per a CSS readability feature would add a space after ":".
@@ -9,7 +18,6 @@
918
- Change detection is now handled through a hash comparison implementation and syncs between HTML/visual editors.
1019
- The `<strong>` tag is now the styling element used when tapping on the B toolbar button.
1120

12-
# Changelog
1321
## [1.3.5](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.5) - 2018-06-04
1422
### Fixed
1523
- `<cite>` tags are now respected (were being converted to `<i>`).

README.md

Lines changed: 1 addition & 1 deletion
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.6')
109+
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.7')
110110
}
111111
```
112112

0 commit comments

Comments
 (0)