Skip to content

Commit

Permalink
chore(release): 5.0.0-beta.10 [skip ci]
Browse files Browse the repository at this point in the history
## 🚧 This version is not ready for production use 🚧

This is the beta release of MyParcel for 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.10](v5.0.0-beta.9...v5.0.0-beta.10) (2024-08-07)

### 🐛 Bug Fixes

* **checkout:** use show delivery options on backorders setting ([#1136](#1136)) ([9495554](9495554))

### ✨ New Features

* **deps:** upgrade myparcelnl/pdk to v2.42.0 ([c1b1220](c1b1220))
  • Loading branch information
myparcel-bot committed Aug 7, 2024
1 parent ec4827c commit 49fd77d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file. See

## 🚧 This version is not ready for production use 🚧

This is the beta release of MyParcel for 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.10](https://github.com/myparcelnl/woocommerce/compare/v5.0.0-beta.9...v5.0.0-beta.10) (2024-08-07)


### :bug: Bug Fixes

* **checkout:** use show delivery options on backorders setting ([#1136](https://github.com/myparcelnl/woocommerce/issues/1136)) ([9495554](https://github.com/myparcelnl/woocommerce/commit/94955541e71bb4a7ad479fef0d3955d18a722fbd))


### :sparkles: New Features

* **deps:** upgrade myparcelnl/pdk to v2.42.0 ([c1b1220](https://github.com/myparcelnl/woocommerce/commit/c1b1220c1a5069e8e06387c240cf16b694b274f3))

## 🚧 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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myparcelnl/woocommerce",
"version": "5.0.0-beta.9",
"version": "5.0.0-beta.10",
"require": {
"myparcelnl/pdk": "^2.0.0",
"guzzlehttp/guzzle": "^7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel-woocommerce/monorepo",
"version": "5.0.0-beta.9",
"version": "5.0.0-beta.10",
"private": true,
"homepage": "https://github.com/myparcelnl/woocommerce#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-myparcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Description: Export your WooCommerce orders to MyParcel and print labels directly from the WooCommerce admin
Author: MyParcel
Author URI: https://myparcel.nl
Version: 5.0.0-beta.9
Version: 5.0.0-beta.10
License: MIT
License URI: http://www.opensource.org/licenses/mit-license.php
*/
Expand Down

0 comments on commit 49fd77d

Please sign in to comment.