Skip to content

Commit 5400bf9

Browse files
committed
Bump version to v1.3.6
1 parent e2d2c9b commit 5400bf9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.3.6](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.6) - 2018-04-12
2+
### Fixed
3+
- Fixed handling of schemed urls (mailto:, http, #, etc.).
4+
- Fixes a break in http:// descriptor as per a CSS readability feature would add a space after ":".
5+
- Crash fixes.
6+
7+
### Changed
8+
- Cursor position is now retained when switching from Visual to HTML mode.
9+
- Change detection is now handled through a hash comparison implementation and syncs between HTML/visual editors.
10+
- The `<strong>` tag is now the styling element used when tapping on the B toolbar button.
11+
112
# Changelog
213
## [1.3.5](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.5) - 2018-06-04
314
### Fixed

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

0 commit comments

Comments
 (0)