Skip to content

Commit

Permalink
Merge pull request #16780 from wordpress-mobile/aztec/update-aztec-pl…
Browse files Browse the repository at this point in the history
…aceholder-api

Bump Aztec version to v1.5.9
  • Loading branch information
derekblank authored Jun 23, 2022
2 parents 7cacbd4 + ec2a7a4 commit 2679fe1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
ext {
wordPressUtilsVersion = '2.5.0'
wordPressLoginVersion = '0.14.0'
gutenbergMobileVersion = 'v1.78.1'
gutenbergMobileVersion = 'v1.79.0-alpha1'
storiesVersion = '1.3.0'
aboutAutomatticVersion = '0.0.5'

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 @@ -4,7 +4,7 @@ plugins {
id "org.jetbrains.kotlin.plugin.parcelize"
}

ext.aztecVersion = 'v1.5.8'
ext.aztecVersion = 'v1.5.9'

repositories {
maven {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,11 @@ public void onMediaDeleted(AztecAttributes aztecAttributes) {
}
}

@Override
public void beforeMediaDeleted(@NonNull AztecAttributes aztecAttributes) {
// noop implementation for shared interface with block editor
}

private static class MediaPredicate implements AztecText.AttributePredicate, Parcelable {
private final String mId;
private final String mAttributeName;
Expand Down

0 comments on commit 2679fe1

Please sign in to comment.