Skip to content

Commit

Permalink
Remove woocommerce core JS file dependency for unit price observer an…
Browse files Browse the repository at this point in the history
…d add-to-cart-variation script as it may lead to issues with third party plugins (e.g. CheckoutWC). Version bump to 3.18.4.
  • Loading branch information
dennisnissle committed Nov 5, 2024
1 parent e44bec1 commit 7b135b1
Show file tree
Hide file tree
Showing 9 changed files with 650 additions and 615 deletions.
12 changes: 6 additions & 6 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.
376 changes: 192 additions & 184 deletions i18n/languages/woocommerce-germanized-de_DE.po

Large diffs are not rendered by default.

Binary file modified i18n/languages/woocommerce-germanized-de_DE_formal.mo
Binary file not shown.
376 changes: 192 additions & 184 deletions i18n/languages/woocommerce-germanized-de_DE_formal.po

Large diffs are not rendered by default.

470 changes: 239 additions & 231 deletions i18n/languages/woocommerce-germanized.pot

Large diffs are not rendered by default.

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.3",
"version": "3.18.4",
"homepage": "https://vendidero.de/woocommerce-germanized",
"repository": {
"type": "git",
Expand Down
19 changes: 16 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Contributors: vendidero, vdwoocommercesupport
Tags: woocommerce, germany, germany, deutsch, woo
Requires at least: 5.4
Tested up to: 6.6
Tested up to: 6.7
WC requires at least: 3.9
WC tested up to: 9.2
Stable tag: 3.18.3
WC tested up to: 9.3
Stable tag: 3.18.4
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -206,6 +206,19 @@ Bug reports may be filed via our [GitHub repository](https://github.com/vendider
6. Edit pdf documents (Pro)

== Changelog ==
= 3.18.4 =
* New: WP 6.7 compatibility
* Improvement: Manufacturer bulk + quick edit support
* Improvement: Auto correct certain address_1 user input errors, e.g. Bootstr.12 -> Bootstraße 12
* Improvement: Do not allow pickup location delivery for DHL Warenpost
* Improvement: Exclude certain gateways from allowing pickup location delivery
* Improvement: Bundles shipment compatibility
* Improvement: Added WooCommerce Shipment Tracking fallback compatibility
* Improvement: Use attachment caption, if available as safety document title
* Fix: Newest Woo Checkout block HTML structure compatibility
* Fix: DHL Preferred day lead time calculation
* Fix: Tax calculation exempt while applying order voucher coupon

= 3.18.3 =
* Improvement: Allow 0 as valid house number
* Improvement: Harden invoice gateway customer check to prevent possible error in admin context
Expand Down
10 changes: 4 additions & 6 deletions woocommerce-germanized.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* 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.3
* Version: 3.18.4
* Author: vendidero
* Author URI: https://vendidero.de
* Requires at least: 5.4
* Tested up to: 6.6
* Tested up to: 6.7
* WC requires at least: 3.9
* WC tested up to: 9.2
* WC tested up to: 9.3
*
* Text Domain: woocommerce-germanized
* Domain Path: /i18n/languages/
Expand Down Expand Up @@ -69,7 +69,7 @@ final class WooCommerce_Germanized {
*
* @var string
*/
public $version = '3.18.3';
public $version = '3.18.4';

/**
* @var WooCommerce_Germanized $instance of the plugin
Expand Down Expand Up @@ -1054,7 +1054,6 @@ public function add_scripts() {
'static/unit-price-observer-queue.js',
array(
'jquery',
'woocommerce',
)
);

Expand All @@ -1075,7 +1074,6 @@ public function add_scripts() {
'static/add-to-cart-variation.js',
array(
'jquery',
'woocommerce',
'wc-add-to-cart-variation',
)
);
Expand Down

0 comments on commit 7b135b1

Please sign in to comment.