Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/trunk' into issue/add-bottomshee…
Browse files Browse the repository at this point in the history
…t-to-final-screen
  • Loading branch information
Alejo committed Dec 22, 2024
2 parents 85bb2bc + 2f7a3d8 commit 64a8039
Show file tree
Hide file tree
Showing 23 changed files with 108 additions and 71 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Contains editorialized release notes. Raw release notes should go into `RELEASE-NOTES.txt`.
-->

## 21.3
In this update, we've improved the WooCommerce app with several fixes and enhancements. The "One-time shipping" label now correctly matches its availability in Product Subscriptions, and issues with product conversion have been resolved. We've also streamlined the card reader payment flow for faster transactions, fixed a barcode scanner crash, and improved login error handling. Plus, if your site has no products, the Blaze Campaign screen now offers an easy way to create one.

## 21.2
Seamless updates are here! Smoother Jetpack activation with new account creation. Say goodbye to bugs: order refresh, shipping edits, and receipt fetch issues are fixed. We've renamed Deposits to Payouts and improved media uploads for Jetpack sites. Update now for a better WooCommerce experience!

Expand Down
5 changes: 5 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
*** PLEASE FOLLOW THIS FORMAT: [<priority indicator, more stars = higher priority>] <description> [<PR URL>]
*** Use [*****] to indicate smoke tests of all critical flows should be run on the final APK before release (e.g. major library or targetSdk updates).
*** For entries which are touching the Android Wear app's, start entry with `[WEAR]` too.
21.4
-----
- [*] Fixed overlap issue in Settings > WooCommerce Version [https://github.com/woocommerce/woocommerce-android/pull/13183]


21.3
-----
- [*] "One time shipping" label in Product Subscriptions now matches its availability state correctly. [https://github.com/woocommerce/woocommerce-android/pull/13021]
Expand Down
19 changes: 9 additions & 10 deletions WooCommerce/src/main/res/layout/fragment_settings_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,24 +64,23 @@
android:id="@+id/woo_plugin_info"
android:textAppearance="?attr/textAppearanceSubtitle1"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
android:layout_width="wrap_content"
app:layout_constraintEnd_toEndOf="parent"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/margin_app_title_aligned"
android:text="@string/settings_woo_plugin_version" />


<com.google.android.material.textview.MaterialTextView
android:id="@+id/woo_plugin_version"
android:textAppearance="?attr/textAppearanceBody1"
app:layout_constraintTop_toTopOf="parent"
android:textAppearance="?attr/textAppearanceBody2"
app:layout_constraintTop_toBottomOf="@id/woo_plugin_info"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginHorizontal="@dimen/major_100"
tools:text="8.6.1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/margin_app_title_aligned"
tools:text="8.6.1" />

</androidx.constraintlayout.widget.ConstraintLayout>

Expand Down
14 changes: 8 additions & 6 deletions fastlane/metadata/PlayStoreStrings.pot
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ msgid "In this update, we’ve made a few small bug fixes and enhancements to en
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_212"
msgctxt "release_note_213"
msgid ""
"21.2:\n"
"Seamless updates are here! Smoother Jetpack activation with new account creation. Say goodbye to bugs: order refresh, shipping edits, and receipt fetch issues are fixed. We've renamed Deposits to Payouts and improved media uploads for Jetpack sites. Update now for a better WooCommerce experience!\n"
"21.3:\n"
"In this update, we've improved the WooCommerce app with several fixes and enhancements. The "One-time shipping" label now correctly matches its availability in Product Subscriptions, and issues with product conversion have been resolved. We've also streamlined the card reader payment flow for faster transactions, fixed a barcode scanner crash, and improved login error handling. Plus, if your site has no products, the Blaze Campaign screen now offers an easy way to create one.\n"
"\n"
"-----\n"
msgstr ""

msgctxt "release_note_211"
msgctxt "release_note_212"
msgid ""
"21.1:\n"
"Our latest update brings key enhancements to streamline your WooCommerce experience! We’ve fixed editing permissions for orders in different currencies, optimized the payments hub view, enabled easy receipt sharing via Google SMS, and fixed date range selection to correctly use your timezone. Enjoy smoother operations!\n"
"21.2:\n"
"Seamless updates are here! Smoother Jetpack activation with new account creation. Say goodbye to bugs: order refresh, shipping edits, and receipt fetch issues are fixed. We've renamed Deposits to Payouts and improved media uploads for Jetpack sites. Update now for a better WooCommerce experience!\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
2 changes: 0 additions & 2 deletions fastlane/metadata/android/ar/changelogs/default.txt

This file was deleted.

4 changes: 3 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Seamless updates are here! Smoother Jetpack activation with new account creation. Say goodbye to bugs: order refresh, shipping edits, and receipt fetch issues are fixed. We've renamed Deposits to Payouts and improved media uploads for Jetpack sites. Update now for a better WooCommerce experience!
In this update, we've improved the WooCommerce app with several fixes and enhancements. The "One-time shipping" label now correctly matches its availability in Product Subscriptions, and issues with product conversion have been resolved. We've also streamlined the card reader payment flow for faster transactions, fixed a barcode scanner crash, and improved login error handling. Plus, if your site has no products, the Blaze Campaign screen now offers an easy way to create one.

-----
2 changes: 0 additions & 2 deletions fastlane/metadata/android/es-ES/changelogs/default.txt

This file was deleted.

2 changes: 0 additions & 2 deletions fastlane/metadata/android/fr-FR/changelogs/default.txt

This file was deleted.

2 changes: 0 additions & 2 deletions fastlane/metadata/android/id/changelogs/default.txt

This file was deleted.

2 changes: 0 additions & 2 deletions fastlane/metadata/android/it-IT/changelogs/default.txt

This file was deleted.

2 changes: 0 additions & 2 deletions fastlane/metadata/android/iw-IL/changelogs/default.txt

This file was deleted.

2 changes: 0 additions & 2 deletions fastlane/metadata/android/ja-JP/changelogs/default.txt

This file was deleted.

2 changes: 0 additions & 2 deletions fastlane/metadata/android/ko-KR/changelogs/default.txt

This file was deleted.

2 changes: 0 additions & 2 deletions fastlane/metadata/android/nl-NL/changelogs/default.txt

This file was deleted.

2 changes: 0 additions & 2 deletions fastlane/metadata/android/pt-BR/changelogs/default.txt

This file was deleted.

2 changes: 0 additions & 2 deletions fastlane/metadata/android/ru-RU/changelogs/default.txt

This file was deleted.

2 changes: 0 additions & 2 deletions fastlane/metadata/android/sv-SE/changelogs/default.txt

This file was deleted.

2 changes: 0 additions & 2 deletions fastlane/metadata/android/tr-TR/changelogs/default.txt

This file was deleted.

2 changes: 0 additions & 2 deletions fastlane/metadata/android/zh-CN/changelogs/default.txt

This file was deleted.

2 changes: 0 additions & 2 deletions fastlane/metadata/android/zh-TW/changelogs/default.txt

This file was deleted.

Loading

0 comments on commit 64a8039

Please sign in to comment.