Skip to content

Commit 5b30ba0

Browse files
authored
Merge release/23.3 into trunk (#16157)
2 parents 2618d6e + e2e9a47 commit 5b30ba0

File tree

6 files changed

+78
-11
lines changed

6 files changed

+78
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<!--
22
Contains editorialized release notes. Raw release notes should go into `RELEASE-NOTES.txt`.
33
-->
4+
## 23.3
5+
Enjoy a smoother store management experience with clearer shipping labels for physical items, friendlier product code error messages, more reliable custom fields, and noticeably faster logins for WordPress.com users. All designed to streamline your daily workflow.
6+
47
## 23.2
58
This update smooths your WooCommerce experience with improved cash payments, easier access to POS settings, and accurate HAZMAT details on shipping labels. Plus, we fixed a Blaze flow issue so campaigns behave as expected. Faster, clearer, and more reliable — just how you need it!
69

RELEASE-NOTES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
*** PLEASE FOLLOW THIS FORMAT: [<priority indicator, more stars = higher priority>] <description> [<PR URL>]
22
*** Use [*****] to indicate smoke tests of all critical flows should be run on the final IPA before release (e.g. major library or OS update).
33

4+
23.4
5+
-----
6+
7+
48
23.3
59
-----
610
- [*] Order details: Display only physical items in the Shipping Labels section. [https://github.com/woocommerce/woocommerce-ios/pull/16127]

WooCommerce/Resources/AppStoreStrings.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ msgctxt "app_store_promo_text"
6161
msgid "Run your store from anywhere"
6262
msgstr ""
6363

64-
msgctxt "v23.2-whats-new"
64+
msgctxt "v23.3-whats-new"
6565
msgid ""
66-
"This update smooths your WooCommerce experience with improved cash payments, easier access to POS settings, and accurate HAZMAT details on shipping labels. Plus, we fixed a Blaze flow issue so campaigns behave as expected. Faster, clearer, and more reliable — just how you need it!\n"
66+
"Enjoy a smoother store management experience with clearer shipping labels for physical items, friendlier product code error messages, more reliable custom fields, and noticeably faster logins for WordPress.com users. All designed to streamline your daily workflow.\n"
6767
msgstr ""
6868

6969
#. translators: This is a promo message that will be attached on top of a screenshot in the App Store.

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 66 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5142,9 +5142,6 @@ which should be translated separately and considered part of this sentence. */
51425142
/* A fallback describing the contactless limit, shown on the About Tap to Pay screen. %1$@ will be replaced with the country name of the store, which is a trade off as it can't be contextually translated, however this string is only used when there's a problem decoding the limit, so it's acceptable. */
51435143
"In %1$@, cards may only be used with Tap to Pay for transactions up to the contactless limit." = "In %1$@, cards may only be used with Tap to Pay for transactions up to the contactless limit.";
51445144

5145-
/* Accessibility label for an indeterminate loading indicator */
5146-
"In progress" = "In progress";
5147-
51485145
/* Display label for the bundle item's inventory stock status */
51495146
"In stock" = "In stock";
51505147

@@ -8175,6 +8172,12 @@ which should be translated separately and considered part of this sentence. */
81758172
/* Title of the Help section within Point of Sale settings. */
81768173
"pointOfSaleSettingsView.sidebarNavigationHelpTitle" = "Help";
81778174

8175+
/* Description of the settings to be found within the Local catalog section. */
8176+
"pointOfSaleSettingsView.sidebarNavigationLocalCatalogSubtitle" = "Manage catalog settings";
8177+
8178+
/* Title of the Local catalog section within Point of Sale settings. */
8179+
"pointOfSaleSettingsView.sidebarNavigationLocalCatalogTitle" = "Catalog";
8180+
81788181
/* Description of the settings to be found within the Store section. */
81798182
"pointOfSaleSettingsView.sidebarNavigationStoreSubtitle" = "Store configuration and settings";
81808183

@@ -8503,6 +8506,12 @@ which should be translated separately and considered part of this sentence. */
85038506
/* Accessibility label for button to dismiss a notice banner */
85048507
"pos.noticeView.dismiss.button.accessibiltyLabel" = "Dismiss";
85058508

8509+
/* Text appearing in the order details pane when there are no orders available. */
8510+
"pos.orderDetailsEmptyView.noOrderToDisplay" = "No order to display";
8511+
8512+
/* Title at the header for the Order Details empty view. */
8513+
"pos.orderDetailsEmptyView.ordersTitle" = "Order";
8514+
85068515
/* Section title for the products list */
85078516
"pos.orderDetailsLoadingView.productsTitle" = "Products";
85088517

@@ -8515,6 +8524,9 @@ which should be translated separately and considered part of this sentence. */
85158524
/* Label for discount total in the totals section */
85168525
"pos.orderDetailsView.discountTotalLabel" = "Discount total";
85178526

8527+
/* Label for email receipt action on order details view */
8528+
"pos.orderDetailsView.emailReceiptAction.title" = "Email receipt";
8529+
85188530
/* Label for net payment amount after refunds */
85198531
"pos.orderDetailsView.netPaymentLabel" = "Net Payment";
85208532

@@ -8554,9 +8566,30 @@ which should be translated separately and considered part of this sentence. */
85548566
/* Text appearing on the order list screen when there's an error loading orders. */
85558567
"pos.orderList.failedToLoadOrdersTitle" = "Unable to load orders";
85568568

8569+
/* Button text for refreshing orders when list is empty. */
8570+
"pos.orderListView.emptyOrdersButtonTitle" = "Refresh";
8571+
8572+
/* Hint text suggesting to modify search terms when no orders are found. */
8573+
"pos.orderListView.emptyOrdersSearchHint" = "Try adjusting your search term.";
8574+
8575+
/* Subtitle appearing when order search returns no results. */
8576+
"pos.orderListView.emptyOrdersSearchSubtitle" = "We couldn't find any orders matching your search.";
8577+
8578+
/* Title appearing when order search returns no results. */
8579+
"pos.orderListView.emptyOrdersSearchTitle" = "No orders found";
8580+
8581+
/* Subtitle appearing when there are no orders to display. */
8582+
"pos.orderListView.emptyOrdersSubtitle" = "Orders will appear here once you start processing sales on the POS.";
8583+
8584+
/* Title appearing when there are no orders to display. */
8585+
"pos.orderListView.emptyOrdersTitle" = "No orders yet";
8586+
85578587
/* Title at the header for the Orders view. */
85588588
"pos.orderListView.ordersTitle" = "Orders";
85598589

8590+
/* Placeholder for a search field in the Orders view. */
8591+
"pos.orderListView.searchFieldPlaceholder" = "Search orders";
8592+
85608593
/* Text indicating that there are options available for a parent product */
85618594
"pos.parentProductCard.optionsAvailable" = "Options available";
85628595

@@ -8647,9 +8680,6 @@ which should be translated separately and considered part of this sentence. */
86478680
/* Title for discount total amount field */
86488681
"pos.totalsView.discountTotal2" = "Discount total";
86498682

8650-
/* Text for the banner requiring specific WooCommerce version. */
8651-
"pos.totalsView.receipts.banner.updateWooCommerceVersionText" = "Please update WooCommerce to version 9.5.0";
8652-
86538683
/* Title for subtotal amount field */
86548684
"pos.totalsView.subtotal" = "Subtotal";
86558685

@@ -8665,6 +8695,36 @@ which should be translated separately and considered part of this sentence. */
86658695
/* An error shown when the Point of Sale is used in iOS split view, but with not enough horizontal space. */
86668696
"pos.unsupportedWidth.title" = "Point of Sale is not supported in this screen width.";
86678697

8698+
/* Label for allow full sync on cellular data toggle in Point of Sale settings. */
8699+
"posSettingsLocalCatalogDetailView.allowFullSyncOnCellular" = "Allow full sync on cellular data";
8700+
8701+
/* Label for catalog size field in Point of Sale settings. */
8702+
"posSettingsLocalCatalogDetailView.catalogSize" = "Catalog size";
8703+
8704+
/* Section title for catalog status in Point of Sale settings. */
8705+
"posSettingsLocalCatalogDetailView.catalogStatus" = "Catalog Status";
8706+
8707+
/* Label for last full sync field in Point of Sale settings. */
8708+
"posSettingsLocalCatalogDetailView.lastFullSync" = "Last full sync";
8709+
8710+
/* Label for last incremental update field in Point of Sale settings. */
8711+
"posSettingsLocalCatalogDetailView.lastIncrementalUpdate" = "Last incremental update";
8712+
8713+
/* Section title for managing data usage in Point of Sale settings. */
8714+
"posSettingsLocalCatalogDetailView.managingDataUsage" = "Managing data usage";
8715+
8716+
/* Section title for manual catalog update in Point of Sale settings. */
8717+
"posSettingsLocalCatalogDetailView.manualCatalogUpdate" = "Manual Catalog Update";
8718+
8719+
/* Info text explaining when to use manual catalog update. */
8720+
"posSettingsLocalCatalogDetailView.manualUpdateInfo" = "Use this refresh only when something seems off - POS keeps data current automatically.";
8721+
8722+
/* Button text for refreshing the catalog manually. */
8723+
"posSettingsLocalCatalogDetailView.refreshCatalog" = "Refresh catalog";
8724+
8725+
/* Navigation title for the local catalog details in POS settings. */
8726+
"posSettingsLocalCatalogDetailView.title" = "Catalog Settings";
8727+
86688728
/* Text field postcode in Edit Address Form
86698729
Text field postcode in Shipping Label Address Validation */
86708730
"Postcode" = "Postcode";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This update smooths your WooCommerce experience with improved cash payments, easier access to POS settings, and accurate HAZMAT details on shipping labels. Plus, we fixed a Blaze flow issue so campaigns behave as expected. Faster, clearer, and more reliable — just how you need it!
1+
Enjoy a smoother store management experience with clearer shipping labels for physical items, friendlier product code error messages, more reliable custom fields, and noticeably faster logins for WordPress.com users. All designed to streamline your daily workflow.

config/Version.Public.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CURRENT_PROJECT_VERSION = $VERSION_LONG
22
MARKETING_VERSION = $VERSION_SHORT
3-
VERSION_LONG = 23.2.0.3
4-
VERSION_SHORT = 23.2
3+
VERSION_LONG = 23.3.0.0
4+
VERSION_SHORT = 23.3

0 commit comments

Comments
 (0)