Skip to content

Commit e8aabf7

Browse files
committed
Feature #59705: Update version to 2.4.2, update changelog
1 parent 5814993 commit e8aabf7

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

postcode-eu-address-validation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Postcode.eu Address Validation
44
* Plugin URI: https://www.postcode.eu/products/address-api/implementation
55
* Description: Address autocomplete and validation using the Postcode.eu API.
6-
* Version: 2.4.1
6+
* Version: 2.4.2
77
* Author: Postcode.nl
88
* Author URI: https://www.postcode.nl
99
* License: FreeBSD license
@@ -13,7 +13,7 @@
1313
* Tested up to: 6.7
1414
* Requires PHP: 7.4
1515
* WC requires at least: 8.5
16-
* WC tested up to: 9.5
16+
* WC tested up to: 9.6
1717
*/
1818

1919
use Automattic\WooCommerce\Utilities\FeaturesUtil;

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Postcode.eu Address Validation ===
22
Contributors: postcodenl
33
Tags: address validation, address autocomplete, postcode api, address api, postcode check
4-
Stable tag: 2.4.1
4+
Stable tag: 2.4.2
55
Tested up to: 6.7
66
License: FreeBSD license
77
License URI: https://directory.fsf.org/wiki/License:BSD-2-Clause-FreeBSD
@@ -86,6 +86,10 @@ For more details on the Postcode.eu API and how to obtain an account, please vis
8686

8787
== Changelog ==
8888

89+
= 2.4.2 =
90+
* Fixed CartCheckoutUtils class potentially not found.
91+
* Add dependency on autocomplete Javascript library in blocks integration.
92+
8993
= 2.4.1 =
9094
* Fixed billing address values not synced from shipping address with use-shipping-as-billing option enabled.
9195

src/PostcodeNl/AddressAutocomplete/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class Main
1212
{
1313
/** @var string The version number of the plugin should be equal to the commented version number in ../../../postcode-eu-address-validation.php */
14-
public const VERSION = '2.4.1';
14+
public const VERSION = '2.4.2';
1515

1616
/** @var string Script handle of the autocomplete library. */
1717
public const AUTOCOMPLETE_LIBRARY_HANDLE = 'postcode-eu-autocomplete-address-library';

0 commit comments

Comments
 (0)