Skip to content

Commit

Permalink
Version bump to 3.17.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Aug 30, 2024
1 parent b6f27eb commit ab58404
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 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.1.9",
"vendidero/woocommerce-germanized-shipments": "3.5.1",
"vendidero/woocommerce-germanized-shipments": "3.5.2",
"vendidero/woocommerce-eu-tax-helper": "2.0.4"
},
"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 i18n/languages/woocommerce-germanized.pot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-08-29T08:45:46+00:00\n"
"POT-Creation-Date: 2024-08-30T10:42:10+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.10.0\n"

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.17.3",
"version": "3.17.4",
"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.17.3
Stable tag: 3.17.4
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.17.4 =
* Fix: REST API Schema insertion leading to fatal error during cron actions

= 3.17.3 =
* Improvement: Pickup location search in block-based checkout
* Improvement: Allow guests to view shipments in order tracking shortcode
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.17.3
* Version: 3.17.4
* 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.17.3';
public $version = '3.17.4';

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

0 comments on commit ab58404

Please sign in to comment.