From b30e4631f175597dcefa280df1111e2c1ecae288 Mon Sep 17 00:00:00 2001 From: Jeremy Massel Date: Mon, 4 Nov 2019 13:15:23 -0700 Subject: [PATCH 1/3] Bump version number --- WordPress/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WordPress/build.gradle b/WordPress/build.gradle index d1736c6f546c..5fa94abfdee8 100644 --- a/WordPress/build.gradle +++ b/WordPress/build.gradle @@ -55,9 +55,9 @@ android { if (project.hasProperty("versionName")) { versionName project.property("versionName") } else { - versionName "alpha-193" + versionName "alpha-194" } - versionCode 788 + versionCode 791 minSdkVersion 21 targetSdkVersion 28 @@ -83,9 +83,9 @@ android { dimension "buildType" // Only set the release version if one isn't provided if (!project.hasProperty("versionName")) { - versionName "13.5" + versionName "13.6-rc-1" } - versionCode 789 + versionCode 790 buildConfigField "boolean", "ME_ACTIVITY_AVAILABLE", "false" } From 07302216d2c1bf902b173f12e4dc340f78996672 Mon Sep 17 00:00:00 2001 From: Jeremy Massel Date: Mon, 4 Nov 2019 13:15:26 -0700 Subject: [PATCH 2/3] Update release notes. --- RELEASE-NOTES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index aa85bd4a42e6..d86a6e33baee 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,6 @@ +13.7 +----- + 13.6 ----- * Change navigation bar color to white on Android 8.1+ From 116dff37b2f36ba132873c6f3f1e3ec5cb303b82 Mon Sep 17 00:00:00 2001 From: Jeremy Massel Date: Mon, 4 Nov 2019 13:21:23 -0700 Subject: [PATCH 3/3] Update strings --- WordPress/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WordPress/src/main/res/values/strings.xml b/WordPress/src/main/res/values/strings.xml index d84f8b3b59ca..ab35a380d455 100644 --- a/WordPress/src/main/res/values/strings.xml +++ b/WordPress/src/main/res/values/strings.xml @@ -362,8 +362,8 @@ Block Editor Enabled - You\’re now using the block editor for new posts \u2014 great! If you\’d like to change to the classic editor, go to \'My Site\' > \'Site Settings\'. - You\’re now using the block editor for new pages \u2014 great! If you\’d like to change to the classic editor, go to \'My Site\' > \'Site Settings\'. + You\’re now using the block editor for new posts \u2014 great! If you\’d like to change to the classic editor, go to \'My Site\' > \'Site Settings\'. + You\’re now using the block editor for new pages \u2014 great! If you\’d like to change to the classic editor, go to \'My Site\' > \'Site Settings\'. Loading…