Skip to content

Commit 3fcc528

Browse files
committed
Update version and changelog
1 parent 8a8eb1d commit 3fcc528

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-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.4
6+
* Version: 2.7.0
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: 10.1
16+
* WC tested up to: 10.2
1717
*/
1818

1919
use Automattic\WooCommerce\Utilities\FeaturesUtil;

readme.txt

Lines changed: 6 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.4
4+
Stable tag: 2.7.0
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,11 @@ For more details on the Postcode.eu API and how to obtain an account, please vis
8686

8787
== Changelog ==
8888

89+
= 2.7.0 =
90+
* Add option to disallow PO boxes.
91+
* Add debug information viewer to admin page.
92+
* Add remove-button to formatted address.
93+
8994
= 2.6.4 =
9095
* Fix NL disabled after changing lookup method.
9196

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.4';
17+
public const VERSION = '2.7.0';
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)