Skip to content

Commit

Permalink
Merge pull request #1614 from Automattic/merge/2.30-final-into-trunk
Browse files Browse the repository at this point in the history
Merge 2.30 final into trunk
  • Loading branch information
spencertransier authored Oct 11, 2023
2 parents 2b2756d + 06c4ae2 commit 8724fa2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.31
-----


2.30
-----
* Fixed crashes when a big note is tried to be synced [#1612](https://github.com/Automattic/simplenote-android/pull/1612)
Expand Down
4 changes: 2 additions & 2 deletions Simplenote/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ android {
if (project.hasProperty("versionName")) {
versionName project.property("versionName")
} else {
versionName "2.29"
versionName "2.30"
}
versionCode 161
versionCode 162
minSdkVersion 23
targetSdkVersion 33

Expand Down
13 changes: 6 additions & 7 deletions Simplenote/metadata/PlayStoreStrings.pot
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,18 @@ msgstr ""
"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_0229"
msgctxt "release_note_0230"
msgid ""
"2.29:\n"
"* Fixed occasional crash for Samsung devices\n"
"* Fixed recurring 'Application Not Responding' issues\n"
"\n"
"2.30:\n"
"• Fixed a crash when syncing large notes\n"
msgstr ""

msgctxt "release_note_0228"
msgctxt "release_note_0229"
msgid ""
"2.28:\n"
"2.29:\n"
"* Fixed occasional crash for Samsung devices\n"
"* Fixed recurring 'Application Not Responding' issues\n"
"\n"
msgstr ""

#. translators: Short description of the app to be displayed in the Play Store. Limit to 80 characters including spaces and commas!
Expand Down
4 changes: 1 addition & 3 deletions Simplenote/metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
* Fixed occasional crash for Samsung devices
* Fixed recurring 'Application Not Responding' issues

• Fixed a crash when syncing large notes
6 changes: 2 additions & 4 deletions fastlane/metadata/android/release_notes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<en-US>
2.29:
* Fixed occasional crash for Samsung devices
* Fixed recurring 'Application Not Responding' issues

2.30:
• Fixed a crash when syncing large notes
</en-US>

0 comments on commit 8724fa2

Please sign in to comment.