Skip to content

Commit 39eba10

Browse files
Merge pull request #9829 from woocommerce/merge/13.8-code-freeze-into-trunk
Merge 13.8 code freeze into trunk
2 parents cf31318 + d51f94a commit 39eba10

File tree

6 files changed

+36
-21
lines changed

6 files changed

+36
-21
lines changed

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ GEM
1818
ast (2.4.2)
1919
atomos (0.1.3)
2020
aws-eventstream (1.2.0)
21-
aws-partitions (1.752.0)
22-
aws-sdk-core (3.171.0)
21+
aws-partitions (1.771.0)
22+
aws-sdk-core (3.173.1)
2323
aws-eventstream (~> 1, >= 1.0.2)
2424
aws-partitions (~> 1, >= 1.651.0)
2525
aws-sigv4 (~> 1.5)
2626
jmespath (~> 1, >= 1.6.1)
27-
aws-sdk-kms (1.63.0)
27+
aws-sdk-kms (1.64.0)
2828
aws-sdk-core (~> 3, >= 3.165.0)
2929
aws-sigv4 (~> 1.1)
30-
aws-sdk-s3 (1.121.0)
30+
aws-sdk-s3 (1.122.0)
3131
aws-sdk-core (~> 3, >= 3.165.0)
3232
aws-sdk-kms (~> 1)
3333
aws-sigv4 (~> 1.4)
@@ -124,8 +124,8 @@ GEM
124124
faraday-retry (1.0.3)
125125
faraday_middleware (1.2.0)
126126
faraday (~> 1.0)
127-
fastimage (2.2.6)
128-
fastlane (2.212.2)
127+
fastimage (2.2.7)
128+
fastlane (2.213.0)
129129
CFPropertyList (>= 2.3, < 4.0.0)
130130
addressable (>= 2.8, < 3.0.0)
131131
artifactory (~> 3.0)
@@ -149,7 +149,7 @@ GEM
149149
json (< 3.0.0)
150150
jwt (>= 2.1.0, < 3)
151151
mini_magick (>= 4.9.4, < 5.0.0)
152-
multipart-post (~> 2.0.0)
152+
multipart-post (>= 2.0.0, < 3.0.0)
153153
naturally (~> 2.2)
154154
optparse (~> 0.1.1)
155155
plist (>= 3.1.0, < 4.0.0)
@@ -189,7 +189,7 @@ GEM
189189
git (1.13.2)
190190
addressable (~> 2.8)
191191
rchardet (~> 1.8)
192-
google-apis-androidpublisher_v3 (0.39.0)
192+
google-apis-androidpublisher_v3 (0.42.0)
193193
google-apis-core (>= 0.11.0, < 2.a)
194194
google-apis-core (0.11.0)
195195
addressable (~> 2.5, >= 2.5.1)
@@ -243,7 +243,7 @@ GEM
243243
minitest (5.17.0)
244244
molinillo (0.8.0)
245245
multi_json (1.15.0)
246-
multipart-post (2.0.0)
246+
multipart-post (2.3.0)
247247
nanaimo (0.3.0)
248248
nap (1.1.0)
249249
naturally (2.2.1)

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+
13.9
4+
-----
5+
6+
37
13.8
48
-----
59
- [Internal] Orders: Bundled products (within a product bundle) are now indented, to show their relationship to the parent bundle. [https://github.com/woocommerce/woocommerce-ios/pull/9778]

WooCommerce/Resources/AppStoreStrings.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ msgctxt "app_store_promo_text"
5757
msgid "Run your store from anywhere"
5858
msgstr ""
5959

60-
msgctxt "v13.7-whats-new"
60+
msgctxt "v13.8-whats-new"
6161
msgid ""
62-
"You’ve asked for it, and now it’s here! You can now search for an order using a SKU when creating an order on the go. We have also made updates to the product selection so it's easier to search variations of a product. Awesome, right?\n"
62+
"Lots of updates this week! We've added a new privacy screen for merchants in the EU to better control their privacy choices. We made it easy for you to share your products and store directly from the app. We also focused on fixing a few bugs and enhancements around product and order management. Keep your feedback coming!\n"
6363
msgstr ""
6464

6565
#. 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: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,6 @@ which should be translated separately and considered part of this sentence. */
522522
/* Title for adding an external URL row on Product main screen for an external/affiliate product */
523523
"Add product link" = "Add product link";
524524

525-
/* Title text of the button to add a single product via SKU scanning */
526-
"Add Product via SKU scanner" = "Add Product via SKU scanner";
527-
528525
/* Action to add linked products to a product in the Linked Products List Selector screen
529526
Add Products button inside the Linked Products screen.
530527
Navigation bar title for selecting multiple products.
@@ -1616,6 +1613,9 @@ which should be translated separately and considered part of this sentence. */
16161613
/* Title of the domain purchase success screen. */
16171614
"Congratulations on your purchase" = "Congratulations on your purchase";
16181615

1616+
/* Message on the celebratory screen after creating first product */
1617+
"Congratulations! You're one step closer to getting the new store ready." = "Congratulations! You're one step closer to getting the new store ready.";
1618+
16191619
/* Settings > Manage Card Reader > Connected Reader > A prompt to update a reader running older software */
16201620
"Congratulations! Your reader is running the latest software" = "Congratulations! Your reader is running the latest software";
16211621

@@ -1882,9 +1882,6 @@ which should be translated separately and considered part of this sentence. */
18821882
/* The plural coupon summary. Reads like: Coupon (code1, code2) */
18831883
"Coupons (%1$@)" = "Coupons (%1$@)";
18841884

1885-
/* The title for a menu that helps debug crashes in production builds */
1886-
"Crash Debug Menu" = "Crash Debug Menu";
1887-
18881885
/* The title for a button that causes the app to deliberately crash for debugging purposes */
18891886
"Crash Immediately" = "Crash Immediately";
18901887

@@ -2217,6 +2214,7 @@ which should be translated separately and considered part of this sentence. */
22172214
Add a note screen - button title for closing the view
22182215
Button title for dismissing filtering a list.
22192216
Button to dismiss the alert presented when finding a reader to connect to fails
2217+
Button to dismiss the first created product screen
22202218
Button to dismiss the Jetpack benefits screen.
22212219
Button to dismiss. Presented to users after collecting a payment fails
22222220
Button to dismiss. Presented to users when updating the card reader software fails
@@ -2974,6 +2972,9 @@ which should be translated separately and considered part of this sentence. */
29742972
/* Text field name in Edit Address Form */
29752973
"First name" = "First name";
29762974

2975+
/* Title of the celebratory screen after creating the first product */
2976+
"First product created 🎉" = "First product created 🎉";
2977+
29772978
/* Subtitle for the account creation form. */
29782979
"First, let’s create your account." = "First, let’s create your account.";
29792980

@@ -5738,6 +5739,9 @@ This part is the link to the website, and forms part of a longer sentence which
57385739
/* Deletes all activity logs except for the marked 'Current'. */
57395740
"Reset Activity Log" = "Reset Activity Log";
57405741

5742+
/* The title for a menu to reset the privacy choice banner presentation */
5743+
"Reset Privacy Choice Banner State" = "Reset Privacy Choice Banner State";
5744+
57415745
/* Button to reset password on the site credential login screen
57425746
Button to reset password on the WPCom password login screen of the Jetpack setup flow.
57435747
The button title for a secondary call-to-action button. When the user can't remember their password. */
@@ -5775,7 +5779,8 @@ This part is the link to the website, and forms part of a longer sentence which
57755779
Retry action title
57765780
Retry button on the error notice for the upgrade view
57775781
Retry button title for the privacy screen notices
5778-
Retry the last action */
5782+
Retry the last action
5783+
Retry title on the notice action button */
57795784
"Retry" = "Retry";
57805785

57815786
/* Button to try again after connecting to a specific reader fails due to address problems. Intended for use after the merchant corrects the address in the store admin pages.
@@ -6167,6 +6172,9 @@ This part is the link to the website, and forms part of a longer sentence which
61676172
/* Payment Link method title on the select payment method screen */
61686173
"Share Payment Link" = "Share Payment Link";
61696174

6175+
/* Title of the action button to share the first created product */
6176+
"Share Product" = "Share Product";
6177+
61706178
/* Navigates to a screen to share feedback about Tap to Pay on iPhone. */
61716179
"Share Tap to Pay on iPhone Feedback" = "Share Tap to Pay on iPhone Feedback";
61726180

@@ -7333,6 +7341,9 @@ This part is the link to the website, and forms part of a longer sentence which
73337341
/* Text of the notice that is displayed while the refund creation fails. */
73347342
"There was an error issuing the refund" = "There was an error issuing the refund";
73357343

7344+
/* Notice title when there is an error saving the privacy banner choice */
7345+
"There was an error saving your privacy choices." = "There was an error saving your privacy choices.";
7346+
73367347
/* Notice displayed when searching the list of products fails */
73377348
"There was an error searching products" = "There was an error searching products";
73387349

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
You’ve asked for it, and now it’s here! You can now search for an order using a SKU when creating an order on the go. We have also made updates to the product selection so it's easier to search variations of a product. Awesome, right?
1+
Lots of updates this week! We've added a new privacy screen for merchants in the EU to better control their privacy choices. We made it easy for you to share your products and store directly from the app. We also focused on fixing a few bugs and enhancements around product and order management. Keep your feedback coming!

config/Version.Public.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
VERSION_SHORT=13.7
1+
VERSION_SHORT=13.8
22

33
// Public long version example: VERSION_LONG=1.2.0.0
4-
VERSION_LONG=13.7.0.1
4+
VERSION_LONG=13.8.0.0
55

66
// Re-map our custom version values (used by release-toolkit) to the Xcode ones
77
MARKETING_VERSION=$VERSION_SHORT

0 commit comments

Comments
 (0)