From 2cfbd0bd3976fb1227718d9edb5b602ca9b22195 Mon Sep 17 00:00:00 2001 From: Jeremy Massel Date: Wed, 31 Jul 2019 11:29:37 -0600 Subject: [PATCH 1/2] Use the tagged version of FluxC --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 73f962d73d58..1348ebf0c87e 100644 --- a/build.gradle +++ b/build.gradle @@ -106,5 +106,5 @@ buildScan { ext { daggerVersion = '2.22.1' - fluxCVersion = '1.1.0-beta-2' + fluxCVersion = '1.1.0' } From f27ae0147ccd3e8fe1fc5f944a9f4be324edf07b Mon Sep 17 00:00:00 2001 From: Jeremy Massel Date: Wed, 31 Jul 2019 14:38:25 -0600 Subject: [PATCH 2/2] Update release notes for 13.0 --- WordPress/metadata/PlayStoreStrings.po | 9 +++++++++ WordPress/metadata/release_notes.txt | 8 +++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/WordPress/metadata/PlayStoreStrings.po b/WordPress/metadata/PlayStoreStrings.po index 0abcdbe04852..55f78d903eca 100644 --- a/WordPress/metadata/PlayStoreStrings.po +++ b/WordPress/metadata/PlayStoreStrings.po @@ -10,6 +10,15 @@ msgstr "" "X-Generator: VsCode\n" "Project-Id-Version: Release Notes & Play Store Descriptions\n" +#. translators: Release notes for this version to be displayed in the Play Store. Limit to 500 characters including spaces and commas! +msgctxt "release_note_130" +msgid "" +"13.0:\n" +"* Block editor improvements: the editor is auto-enabled when you open a block post (unless you opted out in v12.9), or you can enable it on a per-site basis.\n" +"* Accessibility improvements: screen readers can now read more of the stats screen.\n" +"* General usability improvements: logging in is speedier, colors are more consistent across screens, and bug fixes put an end to some crashes.\n" +msgstr "" + #. translators: Release notes for this version to be displayed in the Play Store. Limit to 500 characters including spaces and commas! msgctxt "release_note_129" msgid "" diff --git a/WordPress/metadata/release_notes.txt b/WordPress/metadata/release_notes.txt index a38e62a19431..c1eba21faf66 100644 --- a/WordPress/metadata/release_notes.txt +++ b/WordPress/metadata/release_notes.txt @@ -1,5 +1,3 @@ -* Fixes a crash that could happen when viewing help from the login screen -* Allow setting which editor to use on a per-site basis -* Improves accessibility in stats -* Makes it easier to log in by validating the URL to your site more quickly. -* Some minor tweaks to the colour scheme +* Block editor improvements: the editor is auto-enabled when you open a block post (unless you opted out in v12.9), or you can enable it on a per-site basis. +* Accessibility improvements: screen readers can now read more of the stats screen. +* General usability improvements: logging in is speedier, colors are more consistent across screens, and bug fixes put an end to some crashes. \ No newline at end of file