Skip to content

Commit

Permalink
Version bump to 3.16.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Apr 12, 2024
1 parent b0e2385 commit 6f89b8c
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 19 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"digitick/sepa-xml" : "^2.0.0",
"defuse/php-encryption": "^2.0.0",
"globalcitizen/php-iban": "^4.0.0",
"vendidero/woocommerce-germanized-dhl": "3.1.1",
"vendidero/woocommerce-germanized-shipments": "3.2.0",
"vendidero/woocommerce-germanized-dhl": "3.1.2",
"vendidero/woocommerce-germanized-shipments": "3.2.1",
"vendidero/woocommerce-eu-tax-helper": "2.0.3"
},
"require-dev": {
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

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

2 changes: 2 additions & 0 deletions includes/admin/class-wc-gzd-admin-welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ private function intro() {
* Output the about screen.
*/
public function about_screen() {
// Delete the redirect transient
delete_transient( '_wc_gzd_activation_redirect' );
?>
<div class="wrap about-wrap">
<?php $this->intro(); ?>
Expand Down
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.16.1",
"version": "3.16.2",
"homepage": "https://vendidero.de/woocommerce-germanized",
"repository": {
"type": "git",
Expand Down
7 changes: 6 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.5
WC requires at least: 3.9
WC tested up to: 8.7
Stable tag: 3.16.1
Stable tag: 3.16.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,11 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
6. Edit pdf documents (Pro)

== Changelog ==
= 3.16.2 =
* Fix: Compatibility issue with PayPal Payments and checkout field registration
* Fix: DHL shipment zone detection
* Fix: Prevent key warnings when loading shipping method data

= 3.16.1 =
* Fix: Prevent fatal error for base countries not supporting built-in shipping providers

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.16.1
* Version: 3.16.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.16.1';
public $version = '3.16.2';

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

0 comments on commit 6f89b8c

Please sign in to comment.