Skip to content

Commit 79ba689

Browse files
committed
Update version to 2.6.4, update changelog
1 parent c037e1c commit 79ba689

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-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.6.3
6+
* Version: 2.6.4
77
* Author: Postcode.nl
88
* Author URI: https://www.postcode.nl
99
* License: FreeBSD license
@@ -13,7 +13,7 @@
1313
* Tested up to: 6.8
1414
* Requires PHP: 7.4
1515
* WC requires at least: 8.5
16-
* WC tested up to: 9.9
16+
* WC tested up to: 10.1
1717
*/
1818

1919
use Automattic\WooCommerce\Utilities\FeaturesUtil;

readme.txt

Lines changed: 4 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.6.3
4+
Stable tag: 2.6.4
55
Tested up to: 6.8
66
License: FreeBSD license
77
License URI: https://directory.fsf.org/wiki/License:BSD-2-Clause-FreeBSD
@@ -86,6 +86,9 @@ For more details on the Postcode.eu API and how to obtain an account, please vis
8686

8787
== Changelog ==
8888

89+
= 2.6.4 =
90+
* Fix NL disabled after changing lookup method.
91+
8992
= 2.6.3 =
9093
* Fix compatibility with Divi checkout.
9194

src/PostcodeNl/AddressAutocomplete/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Main
1414
public const NAME = 'Postcode.eu Address Validation';
1515

1616
/** @var string The version number of the plugin should be equal to the commented version number in ../../../postcode-eu-address-validation.php */
17-
public const VERSION = '2.6.3';
17+
public const VERSION = '2.6.4';
1818

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

0 commit comments

Comments
 (0)