Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
21.5
-----


21.4
-----
* [*] Fixed an issue where publishing Posts and Pages could fail under certain conditions. [#19717]
Expand Down
9 changes: 7 additions & 2 deletions WordPress/Jetpack/Resources/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
We fixed a small visual issue with the Home and Menu control in the My Site dashboard.
* [*] Fixed an issue where publishing Posts and Pages could fail under certain conditions. [#19717]
* [*] Share extension navigation bar is no longer transparent [#19700]
* [***] [Jetpack-only] Adds a smooth, opt-in transition to the Jetpack app for users migrating from the WordPress app. [#19759]
* [***] You can now migrate your site content to the Jetpack app without a hitch. [#19759]
* [**] [internal] Upgrade React Native from 0.66.2 to 0.69.4 [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5193]
* [*] [internal] When a user migrates to the Jetpack app and allows notifications, WordPress app notifications are disabled. [#19616, #19611, #19590]
* [*] Reader now scrolls to the top if the tab bar button is tapped. [#19769]

We also squashed a bug in My Site. The "Disconnect from WordPress.com” button now disconnects when tapped and will refresh the app.
40 changes: 40 additions & 0 deletions WordPress/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@
/* translators: accessibility text for blocks with invalid content. %d: localized block title */
"%s block. This block has invalid content" = "%s block. This block has invalid content";

/* translators: %s: name of the reusable block */
"%s converted to regular block" = "%s converted to regular block";

/* translators: %s: name of the reusable block */
"%s converted to regular blocks" = "%s converted to regular blocks";

Expand Down Expand Up @@ -764,6 +767,9 @@
/* No comment provided by engineer. */
"Alternatively, you can detach and edit these blocks separately by tapping “Convert to regular blocks”." = "Alternatively, you can detach and edit these blocks separately by tapping “Convert to regular blocks”.";

/* No comment provided by engineer. */
"Alternatively, you can detach and edit this block separately by tapping “Convert to regular block”." = "Alternatively, you can detach and edit this block separately by tapping “Convert to regular block”.";

/* Instruction text to explain to help users type their password instead of using magic link login option. */
"Alternatively, you may enter the password for this account." = "Alternatively, you may enter the password for this account.";

Expand Down Expand Up @@ -4221,6 +4227,9 @@
/* Title of a button that navigates the user to the Jetpack app if installed, or to the app store. */
"jetpack.fullscreen.overlay.early.switch.title" = "Switch to the new Jetpack app";

/* Title of a button that navigates the user to the Jetpack app if installed, or to the app store. */
"jetpack.fullscreen.overlay.late.switch.title" = "Switch to the Jetpack app";

/* Title of a button that displays a blog post in a web view. */
"jetpack.fullscreen.overlay.learnMore" = "Learn more at jetpack.com";

Expand Down Expand Up @@ -4248,9 +4257,27 @@
/* Title of a screen displayed when the user accesses the Stats screen from the WordPress app. The screen showcases the Jetpack app. */
"jetpack.fullscreen.overlay.phaseOne.stats.title" = "Get your stats using the new Jetpack app";

/* A footnote in a screen displayed when the user accesses a Jetpack powered feature from the WordPress app. The screen showcases the Jetpack app. */
"jetpack.fullscreen.overlay.phaseThree.footnote" = "Switching is free and only takes a minute.";

/* Subtitle of a screen displayed when the user trys creating a new site from the WordPress app. The screen showcases the Jetpack app. */
"jetpack.fullscreen.overlay.phaseTwo.siteCreation.subtitle" = "Jetpack provides stats, notifications and more to help you build and grow the WordPress site of your dreams.\n\nThe WordPress app no longer supports creating a new site.";

/* Subtitle of a screen displayed when the user accesses a Jetpack-powered feature from the WordPress app. */
"jetpack.fullscreen.overlay.phaseTwoAndThree.fallbackSubtitle" = "Stats, Reader, Notifications and other Jetpack powered features will be removed from the WordPress app soon.";

/* Title of a screen displayed when the user accesses the Notifications screen from the WordPress app. The screen showcases the Jetpack app. */
"jetpack.fullscreen.overlay.phaseTwoAndThree.notifications.title" = "Notifications are moving to Jetpack";

/* Title of a screen displayed when the user accesses the Reader screen from the WordPress app. The screen showcases the Jetpack app. */
"jetpack.fullscreen.overlay.phaseTwoAndThree.reader.title" = "Reader is moving to the Jetpack app";

/* Title of a screen displayed when the user accesses the Stats screen from the WordPress app. The screen showcases the Jetpack app. */
"jetpack.fullscreen.overlay.phaseTwoAndThree.stats.title" = "Stats are moving to the Jetpack app";

/* Subtitle of a screen displayed when the user accesses a Jetpack-powered feature from the WordPress app. The '%@' characters are a placeholder for the date the features will be removed. */
"jetpack.fullscreen.overlay.phaseTwoAndThree.subtitle" = "Stats, Reader, Notifications and other Jetpack powered features will be removed from the WordPress app on %@.";

/* Title of a button that dismisses an overlay and displays the Reader screen. */
"jetpack.fullscreen.overlay.reader.continue.title" = "Continue to Reader";

Expand Down Expand Up @@ -4889,6 +4916,19 @@
/* Title of the migration done screen. */
"migration.done.title" = "Thanks for switching to Jetpack!";

/* The description in the Load WordPress screen
The secondary description in the Load WordPress screen */
"migration.loadWordpress.description" = "It looks like you have the WordPress app installed.";

/* The primary button title in the Load WordPress screen */
"migration.loadWordpress.primaryButton" = "Open WordPress";

/* The secondary button title in the Load WordPress screen */
"migration.loadWordpress.secondaryButton" = "No thanks";

/* The title in the Load WordPress screen */
"migration.loadWordpress.title" = "Welcome to Jetpack!";

/* Secondary button title in the migration notifications screen. */
"migration.notifications.actions.secondary.title" = "Decide later";

Expand Down
8 changes: 6 additions & 2 deletions WordPress/Resources/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
We fixed a small visual issue with the Home and Menu control in the My Site dashboard.
* [*] Fixed an issue where publishing Posts and Pages could fail under certain conditions. [#19717]
* [*] Share extension navigation bar is no longer transparent [#19700]
* [***] You can now migrate your site content to the Jetpack app without a hitch. [#19759]
* [**] [internal] Upgrade React Native from 0.66.2 to 0.69.4 [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5193]
* [*] [internal] When a user migrates to the Jetpack app and allows notifications, WordPress app notifications are disabled. [#19616, #19611, #19590]
* [*] Reader now scrolls to the top if the tab bar button is tapped. [#19769]

We also squashed a bug in My Site. The "Disconnect from WordPress.com” button now disconnects when tapped and will refresh the app.
4 changes: 2 additions & 2 deletions config/Version.internal.xcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_SHORT=21.3
VERSION_SHORT=21.4

// Internal long version example: VERSION_LONG=9.9.0.20180423
VERSION_LONG=21.3.0.20221207
VERSION_LONG=21.4.0.20221216
4 changes: 2 additions & 2 deletions config/Version.public.xcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_SHORT=21.3
VERSION_SHORT=21.4

// Public long version example: VERSION_LONG=9.9.0.0
VERSION_LONG=21.3.0.3
VERSION_LONG=21.4.0.0