Skip to content

Commit

Permalink
Version bump to 3.16.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Apr 11, 2024
1 parent 9c05166 commit b6f50aa
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"digitick/sepa-xml" : "^2.0.0",
"defuse/php-encryption": "^2.0.0",
"globalcitizen/php-iban": "^4.0.0",
"vendidero/woocommerce-germanized-dhl": "3.1.0",
"vendidero/woocommerce-germanized-dhl": "3.1.1",
"vendidero/woocommerce-germanized-shipments": "3.2.0",
"vendidero/woocommerce-eu-tax-helper": "2.0.3"
},
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.

Binary file modified i18n/languages/woocommerce-germanized-de_DE.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions i18n/languages/woocommerce-germanized-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgstr ""
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"germanized\n"
"POT-Creation-Date: 2024-04-11T10:13:08+00:00\n"
"PO-Revision-Date: 2024-04-11 12:13+0200\n"
"PO-Revision-Date: 2024-04-11 13:00+0200\n"
"Last-Translator: Dennis Nissle <[email protected]>\n"
"Language-Team: \n"
"Language: de_DE\n"
Expand Down Expand Up @@ -5634,13 +5634,13 @@ msgctxt "shipments"
msgid "Sorry, your pickup location customer number is invalid."
msgstr ""
"Entschuldige, die von dir eingegebene Kundennummer zur Abholstation ist "
"nicht korrekt. "
"nicht korrekt."

#: src/Blocks/Checkout.php:204
#: packages/woocommerce-germanized-shipments/src/Blocks/Checkout.php:204
msgctxt "shipments"
msgid "Whether pickup location delivery is available"
msgstr "Ob die Lieferung an eine Abholstation verfügbar ist."
msgstr "Ob die Lieferung an eine Abholstation verfügbar ist"

#: src/Blocks/Checkout.php:210
#: packages/woocommerce-germanized-shipments/src/Blocks/Checkout.php:210
Expand Down
Binary file modified i18n/languages/woocommerce-germanized-de_DE_formal.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions i18n/languages/woocommerce-germanized-de_DE_formal.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgstr ""
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"germanized\n"
"POT-Creation-Date: 2024-04-11T10:13:08+00:00\n"
"PO-Revision-Date: 2024-04-11 12:13+0200\n"
"PO-Revision-Date: 2024-04-11 13:00+0200\n"
"Last-Translator: Dennis Nissle <[email protected]>\n"
"Language-Team: \n"
"Language: de_DE@formal\n"
Expand Down Expand Up @@ -5620,13 +5620,13 @@ msgstr "Die von Ihnen ausgewählte Abholstation wird nicht unterstützt."
msgctxt "shipments"
msgid "Sorry, your pickup location customer number is invalid."
msgstr ""
"Die von Ihnen eingegebene Kundennummer zur Abholstation ist nicht korrekt. "
"Die von Ihnen eingegebene Kundennummer zur Abholstation ist nicht korrekt."

#: src/Blocks/Checkout.php:204
#: packages/woocommerce-germanized-shipments/src/Blocks/Checkout.php:204
msgctxt "shipments"
msgid "Whether pickup location delivery is available"
msgstr "Ob die Lieferung an eine Abholstation verfügbar ist."
msgstr "Ob die Lieferung an eine Abholstation verfügbar ist"

#: src/Blocks/Checkout.php:210
#: packages/woocommerce-germanized-shipments/src/Blocks/Checkout.php:210
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.0",
"version": "3.16.1",
"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.5
WC requires at least: 3.9
WC tested up to: 8.7
Stable tag: 3.16.0
Stable tag: 3.16.1
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.16.1 =
* Fix: Prevent fatal error for base countries not supporting built-in shipping providers

= 3.16.0 =
* New: Support pickup location selection in block-based Checkout
* New: Use select field to choose pickup location and move selection out of shipping address fields
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.0
* Version: 3.16.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.16.0';
public $version = '3.16.1';

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

0 comments on commit b6f50aa

Please sign in to comment.