Skip to content

Commit 22f860f

Browse files
authored
Merge pull request #5328 from woocommerce/merge/7.9-release-notes-into-develop
Merge 7.9 release notes into develop
2 parents 268b800 + 9d154e6 commit 22f860f

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ GEM
1616
artifactory (3.0.15)
1717
atomos (0.1.3)
1818
aws-eventstream (1.2.0)
19-
aws-partitions (1.522.0)
20-
aws-sdk-core (3.121.5)
19+
aws-partitions (1.523.0)
20+
aws-sdk-core (3.121.6)
2121
aws-eventstream (~> 1, >= 1.0.2)
2222
aws-partitions (~> 1, >= 1.520.1)
2323
aws-sigv4 (~> 1.1)
@@ -155,7 +155,7 @@ GEM
155155
xcpretty (~> 0.3.0)
156156
xcpretty-travis-formatter (>= 0.0.3)
157157
fastlane-plugin-appcenter (1.11.1)
158-
fastlane-plugin-sentry (1.10.0)
158+
fastlane-plugin-sentry (1.11.0)
159159
fastlane-plugin-test_center (3.15.3)
160160
colorize
161161
json
@@ -226,7 +226,7 @@ GEM
226226
http-cookie (1.0.4)
227227
domain_name (~> 0.5)
228228
httpclient (2.8.3)
229-
i18n (1.8.10)
229+
i18n (1.8.11)
230230
concurrent-ruby (~> 1.0)
231231
jmespath (1.4.0)
232232
json (2.6.1)

WooCommerce/Resources/AppStoreStrings.pot

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

60-
msgctxt "v7.8-whats-new"
60+
msgctxt "v7.9-whats-new"
6161
msgid ""
62-
"Merchants using WooCommerce Shipping & Tax will find you can now create multiple shipping labels for an order. You can quickly move items between the packages to match how you’ve decided to ship things to your customer. We’ve also addressed some glitches that were reported on the same screens.\n"
62+
"Some merchants had problems loading order details because of a technical issue with how field names in the REST API are ordered. We’ve made a correction that should address that for you if you were experiencing it.\n"
6363
"\n"
64-
"We also made a few accessibility improvements based on feedback. Thank you!\n"
64+
"This release contains several other fixes based on your feedback. Please continue to send us feedback – we are listening!\n"
6565
msgstr ""
6666

6767
#. translators: This is a promo message that will be attached on top of a screenshot in the App Store.
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
- [*] Fix: after disconnecting a site or connecting to a new site, the sites in site picker (Settings > Switch Store) should be updated accordingly. The only exception is when the newly disconnected site is the currently selected site. [https://github.com/woocommerce/woocommerce-ios/pull/5241]
2-
- [*] Order Details: Show a button on the "Product" section of Order Details screen to allow recreating shipping labels. [https://github.com/woocommerce/woocommerce-ios/pull/5255]
3-
- [*] Edit Order Address - Enable `Done` button when `Use as {Shipping/Billing} Address` toggle is turned on. [https://github.com/woocommerce/woocommerce-ios/pull/5254]
4-
- [*] Add/Edit Product: fix an issue where the product name keyboard is English only. [https://github.com/woocommerce/woocommerce-ios/pull/5288]
5-
- [*] Order Details: some sites cannot parse order requests where the fields parameter has spaces, and the products section cannot load as a result. The spaces are now removed. [https://github.com/woocommerce/woocommerce-ios/pull/5298]
1+
Some merchants had problems loading order details because of a technical issue with how field names in the REST API are ordered. We’ve made a correction that should address that for you if you were experiencing it.
62

3+
This release contains several other fixes based on your feedback. Please continue to send us feedback – we are listening!

0 commit comments

Comments
 (0)