Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 5.0.0-beta.2 [skip ci]
## 🚧 This version is not ready for production use 🚧 This is the beta release of MyParcel WooCommerce v5.x. We've rewritten the entire plugin from scratch, using the [MyParcel Plugin Development Kit]. For a less bug-prone experience, we recommend you use the stable or release candidate versions of the plugin instead. You can find the stable version in the [WordPress plugin directory]. The release candidate versions can be found in the [releases] section of this repository. They are versioned with a `-rc` suffix. If you do choose to install this version, we would love to hear your feedback. Please report any issues you encounter using the [Bug report for v5.0.0-beta.x form] or by sending an email to [[email protected]]. Use it in production at your own risk. [Bug report for v5.0.0-beta.x form]: https://github.com/myparcelnl/woocommerce/issues/new?labels=beta&template=ZZ-BUG-REPORT-v5.yml [MyParcel Plugin Development Kit]: https://developer.myparcel.nl/documentation/52.pdk/ [WordPress plugin directory]: https://wordpress.org/plugins/woocommerce-myparcel/ [releases]: https://github.com/myparcelnl/woocommerce/releases [[email protected]]: mailto:[email protected] ## [5.0.0-beta.2](v5.0.0-beta.1...v5.0.0-beta.2) (2023-10-16) ### 🐛 Bug Fixes * **admin:** show correct styling in settings page ([#1036](#1036)) ([dbb4be1](dbb4be1)) * **compatibility:** reduce conflicts with other plugins ([#1025](#1025)) ([4b90766](4b90766)) * **export:** fix multiple automatic exports ([#1034](#1034)) ([bc610ad](bc610ad)) * fix ts imports ([#1030](#1030)) ([c6c2afc](c6c2afc)) * **migration:** allow shipping method without colon ([#1024](#1024)) ([6c47f56](6c47f56)) * **migration:** finish migration even when api key is faulty ([#1023](#1023)) ([7ce87d0](7ce87d0)) * **migration:** prevent removing current version on uninstall ([#1022](#1022)) ([df21c29](df21c29)) * **orders:** fix storing data in hpos ([#1037](#1037)) ([f2e09dd](f2e09dd)) * **webhook:** use correct class to execute webhooks ([#1029](#1029)) ([9cd29ab](9cd29ab)) ### ✨ New Features * **checkout:** include address line 2 in full street ([#1032](#1032)) ([31aa6f2](31aa6f2)) * **deps:** upgrade @myparcel-pdk/* ([0717e2d](0717e2d)) * **deps:** upgrade myparcelnl/pdk to v2.28.0 ([3d944b3](3d944b3)) * **order:** add reference identifier ([#1033](#1033)) ([a8df194](a8df194)) * **order:** support digital stamp weight range option ([#1035](#1035)) ([9750ff4](9750ff4))
- Loading branch information