Skip to content

Commit

Permalink
Version bump to 3.18.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Sep 26, 2024
1 parent c340d7b commit e922d10
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"defuse/php-encryption": "^2.0.0",
"globalcitizen/php-iban": "^4.0.0",
"vendidero/woocommerce-germanized-dhl": "3.3.0",
"vendidero/woocommerce-germanized-shipments": "4.0.0",
"vendidero/woocommerce-germanized-shipments": "4.0.1",
"vendidero/woocommerce-eu-tax-helper": "2.0.5"
},
"require-dev": {
Expand Down
14 changes: 7 additions & 7 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": "woocommerce-germanized",
"title": "Germanized for WooCommerce",
"version": "3.18.1",
"version": "3.18.2",
"homepage": "https://vendidero.de/woocommerce-germanized",
"repository": {
"type": "git",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Requires at least: 5.4
Tested up to: 6.6
WC requires at least: 3.9
WC tested up to: 9.2
Stable tag: 3.18.1
Stable tag: 3.18.2
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -205,6 +205,9 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
6. Edit pdf documents (Pro)

== Changelog ==
= 3.18.2 =
* Fix: Transform packaging dimensions/weight while syncing shipment

= 3.18.1 =
* Fix: Product map caching issue

Expand Down
4 changes: 2 additions & 2 deletions woocommerce-germanized.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Germanized for WooCommerce
* Plugin URI: https://www.vendidero.de/woocommerce-germanized
* Description: Germanized for WooCommerce extends WooCommerce to become a legally compliant store in the german market.
* Version: 3.18.1
* Version: 3.18.2
* Author: vendidero
* Author URI: https://vendidero.de
* Requires at least: 5.4
Expand Down Expand Up @@ -69,7 +69,7 @@ final class WooCommerce_Germanized {
*
* @var string
*/
public $version = '3.18.1';
public $version = '3.18.2';

/**
* @var WooCommerce_Germanized $instance of the plugin
Expand Down

0 comments on commit e922d10

Please sign in to comment.