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
echo "export SLACK_FAILURE_MESSAGE=':red_circle: WooCommerce iOS UI tests failed on ${DEVICE_NAME} in \`${CIRCLE_BRANCH}\` branch by ${CIRCLE_USERNAME}.\n\nPlease reach out in #platform9 if you think this failure is not caused by your changes, so we can investigate.'" >> $BASH_ENV
105
+
- slack/status:
106
+
fail_only: true
107
+
include_job_number_field: false
108
+
include_project_field: false
109
+
failure_message: '${SLACK_FAILURE_MESSAGE}'
51
110
Installable Build:
52
111
executor:
53
112
name: ios/default
@@ -105,6 +164,47 @@ workflows:
105
164
- Build Tests
106
165
- Unit Tests:
107
166
requires: [ "Build Tests" ]
167
+
# Always run UI tests on develop and release branches
Copy file name to clipboardExpand all lines: WooCommerce/Resources/AppStoreStrings.pot
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,10 @@ msgctxt "app_store_promo_text"
47
47
msgid"Run your store wherever you are. The WooCommerce app makes it easy to manage orders and inventory, track sales, and monitor store activity like new orders and reviews."
48
48
msgstr""
49
49
50
-
msgctxt"v4.1-whats-new"
50
+
msgctxt"v4.2-whats-new"
51
51
msgid""
52
-
"* We fixed an impolite bug that would sometimes crash the app while you were downloading Orders. Download away, we say!\n"
52
+
"* Easier product description editing: Tap anywhere on a product cell to start editing. Need the keyboard? It pops up automatically. And while we were at it, we fixed a couple of bugs.\n"
53
+
"* Up-to-the-minute order reporting: The Order list refreshes automatically every time you open the app or get a new order, and the Processing Orders list now shows upcoming future orders.\n"
53
54
msgstr""
54
55
55
56
#. translators: This is a promo message that will be attached on top of a screenshot in the App Store.
* We fixed an impolite bug that would sometimes crash the app while you were downloading Orders. Download away, we say!
1
+
* Easier product description editing: Tap anywhere on a product cell to start editing. Need the keyboard? It pops up automatically. And while we were at it, we fixed a couple of bugs.
2
+
* Up-to-the-minute order reporting: The Order list refreshes automatically every time you open the app or get a new order, and the Processing Orders list now shows upcoming future orders.
0 commit comments