You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
* [**] Self hosted sites are not restricted by video length during media uploads [https://github.com/wordpress-mobile/WordPress-iOS/pull/18414]
4
4
* [*] [internal] My Site Dashboard: Made some changes to the code architecture of the dashboard. The majority of the changes are related to the posts cards. It should have no visible changes but could cause regressions. Please test it by creating/trashing drafts and scheduled posts and testing that they appear correctly on the dashboard. [#18405]
5
5
* [*] Quick Start: Updated the Stats tour. The tour can now be accessed from either the dashboard or the menu tab. [#18413]
6
+
* [*] Quick Start: Updated the Reader tour. The tour now highlights the Discover tab and guides users to follow topics via the Settings screen. [#18450]
6
7
* [*] [internal] Quick Start: Refactored some code related to the tasks displayed in the Quick Start Card and the Quick Start modal. It should have no visible changes but could cause regressions. [#18395]
lettitle=NSLocalizedString("Follow other sites", comment:"Title of a Quick Start Tour")
195
-
lettitleMarkedCompleted=NSLocalizedString("Completed: Follow other sites", comment:"The Quick Start Tour title after the user finished the step.")
196
-
letdescription=NSLocalizedString("Find sites that speak to you, and follow them to get updates when they publish.", comment:"Description of a Quick Start Tour")
194
+
lettitle=NSLocalizedString("Connect with other sites", comment:"Title of a Quick Start Tour")
195
+
lettitleMarkedCompleted=NSLocalizedString("Completed: Connect with other sites", comment:"The Quick Start Tour title after the user finished the step.")
196
+
letdescription=NSLocalizedString("Discover and follow sites that inspire you.", comment:"Description of a Quick Start Tour")
letstep1DescriptionBase=NSLocalizedString("Select %@ to continue", comment:"A step in a guided tour for quick start. %@ will be the name of the item to select.")
203
+
letstep1DescriptionBase=NSLocalizedString("Select %@ to find other sites.", comment:"A step in a guided tour for quick start. %@ will be the name of the item to select.")
204
204
letstep1DescriptionTarget=NSLocalizedString("Reader", comment:"The menu item to select during a guided tour.")
letstep2DescriptionBase=NSLocalizedString("Select %@ to look for sites with similar interests", comment:"A step in a guided tour for quick start. %@ will be the name of the item to select.")
208
-
letstep2DescriptionTarget=NSLocalizedString("Search", comment:"The menu item to select during a guided tour.")
letstep2DiscoverDescriptionBase=NSLocalizedString("Use %@ to find sites and tags.", comment:"A step in a guided tour for quick start. %@ will be the name of the item to select.")
208
+
letstep2DiscoverDescriptionTarget=NSLocalizedString("Discover", comment:"The menu item to select during a guided tour.")
letstep2SettingsDescriptionBase=NSLocalizedString("Try selecting %@ to add topics you like.", comment:"A step in a guided tour for quick start. %@ will be the name of the item to select.")
212
+
letstep2SettingsDescriptionTarget=NSLocalizedString("Settings", comment:"The menu item to select during a guided tour.")
0 commit comments