diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 74134cbe787..ec4d3658913 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,4 +1,8 @@ *** PLEASE FOLLOW THIS FORMAT: [] [] +17.2 +----- + + 17.1 ----- - [*] [Internal] Fixed crash when going to background from the order creation screen [https://github.com/woocommerce/woocommerce-android/pull/10600] diff --git a/WooCommerce/metadata/PlayStoreStrings.pot b/WooCommerce/metadata/PlayStoreStrings.pot index 72661766035..8f4d562d0ff 100644 --- a/WooCommerce/metadata/PlayStoreStrings.pot +++ b/WooCommerce/metadata/PlayStoreStrings.pot @@ -11,16 +11,16 @@ 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_170" +msgctxt "release_note_171" msgid "" -"17.0:\n" -"Get ready for a smoother experience with our latest update! We've ironed out the pesky bug that kept gift cards from showing up in the 'totals' section during order creation and editing. Managing your sales with our WooCommerce app is now more seamless than ever. Update now and enjoy the hassle-free enhancements!\n" +"17.1:\n" +"This release focuses on bug fixes and improvements to help you get your business started. Keep your feedback rolling in; it helps us figure out what to work on next.\n" msgstr "" -msgctxt "release_note_169" +msgctxt "release_note_170" msgid "" -"16.9:\n" -"Fresh out of the oven! Our latest WooCommerce app update brings you a sleeker shopping cart experience. We've handily relocated the order creation to the bottom of your screen for easy thumb access, giving you more room to navigate. Plus, we've streamlined your workflow by detaching the order editing from the creation process. Get ready for a tidier, more efficient way to manage your sales. Tap "Update" and feel the difference!\n" +"17.0:\n" +"Get ready for a smoother experience with our latest update! We've ironed out the pesky bug that kept gift cards from showing up in the 'totals' section during order creation and editing. Managing your sales with our WooCommerce app is now more seamless than ever. Update now and enjoy the hassle-free enhancements!\n" msgstr "" #. translators: Short description of the app to be displayed in the Play Store. Limit to 80 characters including spaces and commas! diff --git a/WooCommerce/metadata/release_notes.txt b/WooCommerce/metadata/release_notes.txt index af646718f68..9d6a9642a4f 100644 --- a/WooCommerce/metadata/release_notes.txt +++ b/WooCommerce/metadata/release_notes.txt @@ -1 +1 @@ -Get ready for a smoother experience with our latest update! We've ironed out the pesky bug that kept gift cards from showing up in the 'totals' section during order creation and editing. Managing your sales with our WooCommerce app is now more seamless than ever. Update now and enjoy the hassle-free enhancements! +This release focuses on bug fixes and improvements to help you get your business started. Keep your feedback rolling in; it helps us figure out what to work on next. diff --git a/build.gradle b/build.gradle index 7bf7df5415c..35ec6228c00 100644 --- a/build.gradle +++ b/build.gradle @@ -96,7 +96,7 @@ tasks.register("installGitHooks", Copy) { } ext { - fluxCVersion = 'trunk-bf45b08090e8241eb930e1eef32f935bc6cd0424' + fluxCVersion = '2.64.0' glideVersion = '4.13.2' coilVersion = '2.1.0' constraintLayoutVersion = '1.2.0' diff --git a/fastlane/resources/values/strings.xml b/fastlane/resources/values/strings.xml index 0c2d807230c..c3319c2b7db 100644 --- a/fastlane/resources/values/strings.xml +++ b/fastlane/resources/values/strings.xml @@ -2041,9 +2041,10 @@ Explore! Scan barcode to update inventory We value your input! - You\'ve used our AI-assisted feature to add products multiple times now. We\'d love to hear your thoughts to make it even better. + Got a minute? Help us improve our AI-assisted features with your quick feedback. Start the Survey - Skip + Remind Me Later + Don\’t show it Again Preview - Edit ad + Edit ad Shop now Details Budget @@ -3835,6 +3836,38 @@ Interests Ad destination Confirm Details + %1$s days from %2$s + All + + Set your budget + How much would you like to spend on your product promotion campaign? + Total spend + for %1$s days + %1$s daily + Estimated people reached per day + Duration + Edit + Update + Impressions + Done + Impressions reflect the frequency with which your ad appears to potential customers.\n\n + While exact numbers can\'t be assured due to fluctuating online traffic and user behavior, we aim to match your ad\'s actual impressions as closely as possible to your target count.\n\n + Remember, impressions are about visibility, not action taken by viewers. + Set duration + %1$s days + Starts + Apply + + + Change image + Tagline + Description + %d characters remaining + Suggested by AI diff --git a/version.properties b/version.properties index 6c8ea60476e..8de50a4ec44 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ -versionName=17.0 -versionCode=500 \ No newline at end of file +versionName=17.1-rc-1 +versionCode=501 \ No newline at end of file