Skip to content

Commit

Permalink
chore(release): 4.20.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.20.2](v4.20.1...v4.20.2) (2023-05-26)

### 🐛 Bug Fixes

* fix missing translations ([8adced5](8adced5))
  • Loading branch information
myparcel-bot[bot] committed May 26, 2023
1 parent 8adced5 commit b46e0b4
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.20.2](https://github.com/myparcelnl/woocommerce/compare/v4.20.1...v4.20.2) (2023-05-26)


### :bug: Bug Fixes

* fix missing translations ([8adced5](https://github.com/myparcelnl/woocommerce/commit/8adced5c6de07faed8acfd7fd2f9ad7ab7a1a854))

## [4.20.1](https://github.com/myparcelnl/woocommerce/compare/v4.20.0...v4.20.1) (2023-05-25)


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.20.1",
"version": "4.20.2",
"require": {
"myparcelnl/sdk": "~7.7.5"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.20.1",
"version": "4.20.2",
"scripts": {
"build": "gulp -f gulpfile.cjs",
"serve": "gulp -f gulpfile.cjs watch"
Expand Down
6 changes: 5 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.20.1
Stable tag: 4.20.2
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,10 @@ function wcmyparcel_new_email_text($track_trace_tekst) {

== Changelog ==

= 4.20.2 (2023-05-26) =

* Fixed bug: fix missing translations

= 4.20.1 (2023-05-25) =

* Fixed bug: update @myparcel/delivery-options to 5.7.4 (#982)
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.20.1
Version: 4.20.2
Text Domain: woocommerce-myparcel
License: GPLv3 or later
Expand Down

0 comments on commit b46e0b4

Please sign in to comment.