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
Copy file name to clipboardExpand all lines: .buildkite/release-pipelines/new-hotfix-release.yml
+1-10Lines changed: 1 addition & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,6 @@
2
2
---
3
3
4
4
steps:
5
-
- block: "What version code do you want to use for the new hotfix release?"
6
-
fields:
7
-
- text: "Version Code"
8
-
key: "version_code"
9
-
format: "[0-9]+"# Only allow numbers
10
5
- label: "New Hotfix Release"
11
6
plugins: [$CI_TOOLKIT]
12
7
command: |
@@ -16,12 +11,8 @@ steps:
16
11
echo '--- :ruby: Setup Ruby Tools'
17
12
install_gems
18
13
19
-
# Get the version code from the Buildkite 'block' step
20
-
VERSION_CODE=$(buildkite-agent meta-data get version_code)
21
-
22
14
echo '--- :fire: Start New Hotfix Release'
23
-
# Note: we need to double the dollar sign in front of `{VERSION_CODE}` below, so that the env var is interpreted *at runtime*, instead of too soon during `pipeline upload`
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
@@ -1,6 +1,9 @@
1
1
<!--
2
2
Contains editorialized release notes. Raw release notes should go into `RELEASE-NOTES.txt`.
3
3
-->
4
+
## 23.8
5
+
This update smooths your workflow with fixes to back navigation, shipping rate crashes, and payment screen layout. POS also gets improvements, including faster Local Catalog settings, better handling of deleted products, and automatic scrolling to your newest orders.
6
+
4
7
## 23.7
5
8
Selling in-person just got faster! We've supercharged Woo POS with lightning-fast product search, instant barcode scanning, and near-instant loading. Your in-store experience is now smoother than ever.
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
@@ -2,6 +2,10 @@
2
2
*** Use [*****] to indicate smoke tests of all critical flows should be run on the final APK before release (e.g. major library or targetSdk updates).
3
3
*** For entries which are touching the Android Wear app's, start entry with `[WEAR]` too.
4
4
5
+
23.9
6
+
-----
7
+
8
+
5
9
23.8
6
10
-----
7
11
- [*] Fixed system back button not working on Order Creation screen [https://github.com/woocommerce/woocommerce-android/pull/15016]
@@ -10,6 +14,7 @@
10
14
- [*][Woo POS] Fixed payment screen layout to properly position payment instructions text [https://github.com/woocommerce/woocommerce-android/pull/14991]
11
15
- [*][Woo POS] Automatically scroll to newly created orders when returning to the Orders screen [https://github.com/woocommerce/woocommerce-android/pull/14990]
- [*] Fixed a rare crash that occurred when displaying shipping rates for a selected package [https://github.com/woocommerce/woocommerce-android/pull/15032]
0 commit comments