You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Keep the (otherwise collapsed) current "Testing" section open in Buildkite logs on error. See https://buildkite.com/docs/pipelines/managing-log-output#collapsing-output
45
+
echo"^^^ +++"
46
+
echo"UI Tests failed!"
47
+
fi
39
48
40
49
echo"--- 📦 Zipping test results"
41
50
cd fastlane/test_output/ && zip -rq WooCommerce.xcresult.zip WooCommerce.xcresult &&cd -
# Keep the (otherwise collapsed) current "Testing" section open in Buildkite logs on error. See https://buildkite.com/docs/pipelines/managing-log-output#collapsing-output
26
+
echo"^^^ +++"
27
+
echo"Unit Tests failed!"
28
+
fi
20
29
21
30
echo"--- 📦 Zipping test results"
22
31
cd fastlane/test_output/ && zip -rq WooCommerce.xcresult.zip WooCommerce.xcresult &&cd -
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
Contains editorialized release notes. Raw release notes should go into `RELEASE-NOTES.txt`.
3
3
-->
4
4
5
+
## 10.2
6
+
Even though this release doesn’t have any new features, we still put a lot of love into it! You can now enable or disable the option to take card or cash payments on collection or delivery. We also added a new Help Center page that makes it easier for you to login to the app.
7
+
5
8
## 10.1
6
9
This release has several fixes that makes it easier for you to take payments from the app. We’ve also added a new Help Center FAQ page that makes it easier for you to login to the app.
7
10
Please continue to send us feedback – we are listening!
Copy file name to clipboardExpand all lines: RELEASE-NOTES.txt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
*** PLEASE FOLLOW THIS FORMAT: [<priority indicator, more stars = higher priority>] <description> [<PR URL>]
2
2
3
+
10.3
4
+
-----
5
+
6
+
3
7
10.2
4
8
-----
5
9
- [*] Help center: Added help center web page with FAQs for "Enter Store Credentials", "Enter WordPress.com email " and "Jetpack required Error" screens. [https://github.com/woocommerce/woocommerce-ios/pull/7588, https://github.com/woocommerce/woocommerce-ios/pull/7590, https://github.com/woocommerce/woocommerce-ios/pull/7621]
6
10
- [*] In-Person Payments: Fixed the Learn More link from the `Enable Pay in Person` onboarding screen for WCPay [https://github.com/woocommerce/woocommerce-ios/pull/7598]
11
+
- [**] In-Person Payments: Added a switch for the Pay in Person payment method on the Payments menu. This allows you to accept In-Person Payments for website orders [https://github.com/woocommerce/woocommerce-ios/pull/7613]
0 commit comments