Skip to content

Commit

Permalink
Gutenberg/1.14.0 (#10543)
Browse files Browse the repository at this point in the history
  • Loading branch information
marecar3 authored Oct 4, 2019
1 parent db13a52 commit 34919e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Post List: Unsaved changes are automatically backed up on all devices. On post opening, the app will let you choose which version you prefer.
* Clicking on "Publish" on a private post sometimes published the post as public
* Fixed a bunch of upload related issues
* Block editor: Fix a link editing issue, where trying to add a empty link at the start of another link would remove the existing link.

13.3
-----
Expand Down
2 changes: 1 addition & 1 deletion libs/editor/WordPressEditor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

ext {
aztecVersion = 'v1.3.30'
aztecVersion = 'v1.3.31'
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void setContent(String postContent) {
public void toggleHtmlMode() {
mHtmlModeEnabled = !mHtmlModeEnabled;

mWPAndroidGlueCode.toggleEditorMode();
mWPAndroidGlueCode.toggleEditorMode(mHtmlModeEnabled);
}

/**
Expand Down

0 comments on commit 34919e1

Please sign in to comment.