Skip to content

Commit

Permalink
chore(release): 4.22.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.22.0](v4.21.0...v4.22.0) (2024-01-02)

### 🐛 Bug Fixes

* **customs:** conform to minimum item value of api ([#991](#991)) ([c2d99a1](c2d99a1))
* do not confirm delivery for virtual orders ([#987](#987)) ([d7d863e](d7d863e))

### ✨ New Features

* change digital stamp weight range ([#1061](#1061)) ([7413d70](7413d70))
  • Loading branch information
myparcel-bot[bot] committed Jan 2, 2024
1 parent 4b32bda commit 49eb4f0
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.22.0](https://github.com/myparcelnl/woocommerce/compare/v4.21.0...v4.22.0) (2024-01-02)


### :bug: Bug Fixes

* **customs:** conform to minimum item value of api ([#991](https://github.com/myparcelnl/woocommerce/issues/991)) ([c2d99a1](https://github.com/myparcelnl/woocommerce/commit/c2d99a16ba875ff602dbab7726b266b7009a60a8))
* do not confirm delivery for virtual orders ([#987](https://github.com/myparcelnl/woocommerce/issues/987)) ([d7d863e](https://github.com/myparcelnl/woocommerce/commit/d7d863e4357e59a15effd876e4e36cb9eab8f37a))


### :sparkles: New Features

* change digital stamp weight range ([#1061](https://github.com/myparcelnl/woocommerce/issues/1061)) ([7413d70](https://github.com/myparcelnl/woocommerce/commit/7413d70604179ec528d433eec09815eb5f38b9c6))

**🚧 Note: 🚧**

This is a release candidate. It's not fully tested yet, but will be tested thoroughly and released on the [WordPress plugin directory] soon.
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": "4.22.0-rc.1",
"version": "4.22.0",
"require": {
"myparcelnl/sdk": "~7.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@myparcel/woocommerce",
"private": true,
"version": "4.22.0-rc.1",
"version": "4.22.0",
"scripts": {
"build": "gulp -f gulpfile.cjs",
"serve": "gulp -f gulpfile.cjs watch"
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: richardperdaan, edielemoine, joerimyparcel
Tags: woocommerce, export, delivery, packages, myparcel, flespakket, postnl
Requires at least: 5.2.0
Tested up to: 6.2
Stable tag: 4.22.0-rc.1
Stable tag: 4.22.0
Requires PHP: 7.1
License: GPLv3 or later
License URI: http://www.opensource.org/licenses/gpl-license.php
Expand Down Expand Up @@ -103,6 +103,12 @@ function wcmyparcel_new_email_text($track_trace_tekst) {

== Changelog ==

= 4.22.0 (2024-01-02) =

* New: change digital stamp weight range (#1061)
* Fixed bug: conform to minimum item value of api (#991)
* Fixed bug: do not confirm delivery for virtual orders (#987)

= 4.22.0-rc.1 (2024-01-02) =

* New: change digital stamp weight range (#1061)
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-myparcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: Export your WooCommerce orders to MyParcel (https://myparcel.nl/) and print labels directly from the WooCommerce admin
Author: MyParcel
Author URI: https://myparcel.nl
Version: 4.22.0-rc.1
Version: 4.22.0
Text Domain: woocommerce-myparcel
License: GPLv3 or later
Expand Down

0 comments on commit 49eb4f0

Please sign in to comment.