Skip to content

Commit 963a70d

Browse files
authored
Merge pull request #17172 from wordpress-mobile/release/20.8
Merge release/20.8 after Code Freeze (20.8-rc-1)
2 parents 116124c + 996002c commit 963a70d

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

RELEASE-NOTES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
*** PLEASE FOLLOW THIS FORMAT: [<priority indicator, more stars = higher priority>] <description> [<PR URL>]
22

3+
20.9
4+
-----
5+
6+
37
20.8
48
-----
59
* [**] Stats: Always use Western Arabic numerals in Arabic languages (previously there was a mix of Eastern and Western Arabic numerals) [https://github.com/wordpress-mobile/WordPress-Android/pull/17160]
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
- Jetpack widgets are now available on your device’s home screen
2-
- Media preview controls are visible in both light and dark mode
3-
- Compose theme’s Login Code screen has better color contrast
4-
- Certain elements of the editor and post settings are now WordPress blue
1+
* [**] Stats: Always use Western Arabic numerals in Arabic languages (previously there was a mix of Eastern and Western Arabic numerals) [https://github.com/wordpress-mobile/WordPress-Android/pull/17160]
2+
* [*] Add more widgets: "At a glance", "All-time" and "Today" widgets, with dynamic previews [https://github.com/wordpress-mobile/WordPress-Android/pull/17140]
3+
* [**] Added author button to the post settings and the author of the post can be changed with it. [https://github.com/wordpress-mobile/WordPress-Android/pull/17120]

WordPress/metadata/release_notes.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
We can see clearly now—media preview controls (like the back button) are now visible in both light and dark mode.
2-
3-
The Login Code screen in the Compose theme also has better color contrast for more readable text. Shiny.
1+
* [**] Stats: Always use Western Arabic numerals in Arabic languages (previously there was a mix of Eastern and Western Arabic numerals) [https://github.com/wordpress-mobile/WordPress-Android/pull/17160]
2+
* [**] Added author button to the post settings and the author of the post can be changed with it. [https://github.com/wordpress-mobile/WordPress-Android/pull/17120]

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ext {
2121
coroutinesVersion = '1.5.2'
2222
androidxWorkVersion = "2.7.0"
2323

24-
fluxCVersion = 'trunk-680831260e3dc875608473d05bf79f0d019cfe20'
24+
fluxCVersion = '1.54.0'
2525

2626
appCompatVersion = '1.0.2'
2727
androidxCoreVersion = '1.3.2'

fastlane/resources/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,6 +1663,7 @@
16631663
<!-- Post Settings -->
16641664
<string name="post_settings">Post settings</string>
16651665
<string name="post_settings_status" translatable="false">@string/status_and_visibility</string>
1666+
<string name="post_settings_author">Author</string>
16661667
<string name="post_settings_categories_and_tags">Categories &amp; Tags</string>
16671668
<string name="post_settings_publish">Publish</string>
16681669
<string name="post_settings_mark_as_sticky_options_header">Mark as sticky</string>
@@ -1946,6 +1947,7 @@
19461947
<string name="error_fetch_remote_site_settings">Couldn\'t retrieve site info</string>
19471948
<string name="error_post_remote_site_settings">Couldn\'t save site info</string>
19481949
<string name="error_fetch_users_list">Couldn\'t retrieve site users</string>
1950+
<string name="error_fetch_authors_list">Couldn\'t retrieve authors</string>
19491951
<string name="error_fetch_followers_list">Couldn\'t retrieve site followers</string>
19501952
<string name="error_fetch_email_followers_list">Couldn\'t retrieve site email followers</string>
19511953
<string name="error_fetch_viewers_list">Couldn\'t retrieve site viewers</string>

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Mon, 30 Aug 2021 11:48:28 +0200
22

3-
versionName=20.7
4-
versionCode=1272
3+
versionName=20.8-rc-1
4+
versionCode=1273

0 commit comments

Comments
 (0)