Skip to content

Commit

Permalink
Bump version to v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mzorz committed Jun 18, 2018
1 parent e2d2c9b commit 5400bf9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.3.6](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.6) - 2018-04-12
### Fixed
- Fixed handling of schemed urls (mailto:, http, #, etc.).
- Fixes a break in http:// descriptor as per a CSS readability feature would add a space after ":".
- Crash fixes.

### Changed
- Cursor position is now retained when switching from Visual to HTML mode.
- Change detection is now handled through a hash comparison implementation and syncs between HTML/visual editors.
- The `<strong>` tag is now the styling element used when tapping on the B toolbar button.

# Changelog
## [1.3.5](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.5) - 2018-06-04
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ repositories {
```
```gradle
dependencies {
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.5')
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.6')
}
```

Expand Down

0 comments on commit 5400bf9

Please sign in to comment.