Skip to content

Commit

Permalink
Version bump to 3.11.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Nov 7, 2022
1 parent fe82e7b commit f762617
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 21 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": "1.8.0",
"vendidero/woocommerce-germanized-shipments": "2.2.0",
"vendidero/woocommerce-germanized-dhl": "1.8.1",
"vendidero/woocommerce-germanized-shipments": "2.2.1",
"vendidero/woocommerce-eu-tax-helper": "1.0.4",
"vendidero/woocommerce-trusted-shops": "4.0.16",
"vendidero/one-stop-shop-woocommerce": "1.3.2"
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: 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.11.0",
"version": "3.11.1",
"homepage": "https://vendidero.de/woocommerce-germanized",
"repository": {
"type": "git",
Expand Down
10 changes: 7 additions & 3 deletions 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.1
WC requires at least: 3.9
WC tested up to: 7.1
Stable tag: 3.11.0
Stable tag: 3.11.1
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -74,7 +74,7 @@ In case you are using our DHL integration you might as well (automatically) crea

= Post, DHL, DPD (Pro) and GLS (Pro) Integration =
With the help of our built-in Post, DHL, DPD (Pro) and GLS (Pro) integration you can easily create labels for your shipments and add tracking information to the notification emails. Furthermore you can offer DHL preferred delivery services to your customers including shipping to Packstation or choosing a drop-off location and/or day within the checkout.
You can even let your shipments and labels be generated automatically by Germanized to avoid further manual work. [Learn more](https://vendidero.de/dokumentation/woocommerce-germanized/versanddienstleister "Post & DHL for WooCommerce") about how our shipping provider integrations work.
You can even let your shipments and labels be generated automatically by Germanized to avoid further manual work. [Learn more](https://vendidero.de/dokument/versanddienstleister-verwalten "Shipping Provider for WooCommerce") about how our shipping provider integrations work.

= Extended One Stop Shop compliance =
With a little help from our [One Stop Shop compliance plugin for WooCommerce](https://wordpress.org/plugins/one-stop-shop-woocommerce/) bundled within Germanized you'll handle the new EU VAT regulations with ease. Generate new VAT reports for different time frames and let the plugin
Expand Down Expand Up @@ -169,7 +169,7 @@ You may of course Update Germanized for WooCommerce automatically through the Wo
== Frequently Asked Questions ==

= Where can I find the documentation? =
[Germanized Documentation](https://vendidero.de/dokumentation/woocommerce-germanized)
[Germanized Documentation](https://vendidero.de/dokument/home-germanized)

= Need help? =

Expand Down Expand Up @@ -204,6 +204,10 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
6. Edit pdf documents (Pro)

== Changelog ==
= 3.11.1 =
* Fix: JS error during label creation
* Fix: Prevent DHL parcel location finder PHP warning if address_2 field is disabled

= 3.11.0 =
* Feature: WP 6.1 compatibility
* Feature: DHL closest droppoint (CDP) and PDDP support
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.11.0
* Version: 3.11.1
* 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.11.0';
public $version = '3.11.1';

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

0 comments on commit f762617

Please sign in to comment.