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: 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
+
## 19.8
5
+
Experience seamless updates with our latest release! Now enjoy background updates for your order list and dashboard analytics cards. We've enhanced the dynamic dashboard to display unavailable analytics views when not logged into WPCom. Plus, we've fixed large text support in the Barcode Scanner for better accessibility. Update now for a smoother experience!
6
+
4
7
## 19.7
5
8
Exciting updates in our WooCommerce mobile app! Manage Google Ads campaigns with plugin version 2.7.7 or later. Enjoy consistent order status across various lists. Easily create paid campaigns with our new call to action in Google Campaign analytics. Plus, we've improved Blaze and Product Creation AI features for a smoother experience. Update now!
// When `DefaultRequestAuthenticator` receives a `credential.applicationPassword` case it doesn't use the information provided in the credential object.
37
-
// Instead, it fetches it from the Keychain, as it is assumes that the application password credentials are already saved.
38
-
// This does not work in the watch app, because the keychains are not shared/connected.
39
-
// To solve this issue without doing a major refactor on how credentials are stored and used,
40
-
// We are providing an specific application password use case only when running this code in the watch.
0 commit comments