Skip to content

Commit

Permalink
chore(release): 4.24.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.24.4](v4.24.3...v4.24.4) (2025-01-09)

### 🐛 Bug Fixes

* fix small package not showing in delivery options ([#1167](#1167)) ([f0329b6](f0329b6))
  • Loading branch information
myparcel-bot[bot] committed Jan 9, 2025
1 parent 308445a commit 2ed2033
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 14 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.24.4](https://github.com/myparcelnl/woocommerce/compare/v4.24.3...v4.24.4) (2025-01-09)


### :bug: Bug Fixes

* fix small package not showing in delivery options ([#1167](https://github.com/myparcelnl/woocommerce/issues/1167)) ([f0329b6](https://github.com/myparcelnl/woocommerce/commit/f0329b61f4468312c51d90a72c0e9c505a1f9c86))

## 4.24.3 (2024-12-13)

### :bug: Bug Fixes
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.24.3",
"version": "4.24.4",
"require": {
"myparcelnl/sdk": "^7.16.1"
},
Expand Down
20 changes: 10 additions & 10 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.24.3",
"version": "4.24.4",
"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, delivery, packages, myparcel, shipping
Requires at least: 5.2.0
Tested up to: 6.7
Stable tag: 4.24.3
Stable tag: 4.24.4
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.24.4 (2025-01-09) =

* Fixed bug: fix small package not showing in delivery options (#1167)

= 4.24.2 (2024-12-12) =

* Fixed bug: prevent reflected XSS
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.24.3
Version: 4.24.4
Text Domain: woocommerce-myparcel
License: GPLv3 or later
License URI: http://www.opensource.org/licenses/gpl-license.php
Expand Down

0 comments on commit 2ed2033

Please sign in to comment.