Skip to content

Commit edfd7f2

Browse files
committed
Update version and changelog
1 parent d40d7a2 commit edfd7f2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

postcode-eu-address-validation.php

Lines changed: 1 addition & 1 deletion
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.0
6+
* Version: 2.6.1
77
* Author: Postcode.nl
88
* Author URI: https://www.postcode.nl
99
* License: FreeBSD license

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.0
4+
Stable tag: 2.6.1
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.1 =
90+
* Fix compatibility with single billing and shipping form.
91+
8992
= 2.6.0 =
9093
* Use Validate API for initial address values.
9194
* Bugfixes and maintenance.

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