From 363094d94f9348dd6c542317c098b82618080dd0 Mon Sep 17 00:00:00 2001 From: Jerry Smidt Date: Tue, 4 Feb 2025 11:17:06 +0100 Subject: [PATCH] Feature #59728: Update version to 2.4.3, update changelog --- postcode-eu-address-validation.php | 2 +- readme.txt | 6 +++++- src/PostcodeNl/AddressAutocomplete/Main.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/postcode-eu-address-validation.php b/postcode-eu-address-validation.php index 5808920..41a3c2b 100644 --- a/postcode-eu-address-validation.php +++ b/postcode-eu-address-validation.php @@ -3,7 +3,7 @@ * Plugin Name: Postcode.eu Address Validation * Plugin URI: https://www.postcode.eu/products/address-api/implementation * Description: Address autocomplete and validation using the Postcode.eu API. - * Version: 2.4.2 + * Version: 2.4.3 * Author: Postcode.nl * Author URI: https://www.postcode.nl * License: FreeBSD license diff --git a/readme.txt b/readme.txt index 74d58f6..4e57e90 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Postcode.eu Address Validation === Contributors: postcodenl Tags: address validation, address autocomplete, postcode api, address api, postcode check -Stable tag: 2.4.2 +Stable tag: 2.4.3 Tested up to: 6.7 License: FreeBSD license 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 == Changelog == += 2.4.3 = +* Fix compatibility with Twenty Twenty-* themes. +* Fix block editor compatibility. + = 2.4.2 = * Fixed CartCheckoutUtils class potentially not found. * Add dependency on autocomplete Javascript library in blocks integration. diff --git a/src/PostcodeNl/AddressAutocomplete/Main.php b/src/PostcodeNl/AddressAutocomplete/Main.php index 2ab52c3..6564883 100644 --- a/src/PostcodeNl/AddressAutocomplete/Main.php +++ b/src/PostcodeNl/AddressAutocomplete/Main.php @@ -11,7 +11,7 @@ class Main { /** @var string The version number of the plugin should be equal to the commented version number in ../../../postcode-eu-address-validation.php */ - public const VERSION = '2.4.2'; + public const VERSION = '2.4.3'; /** @var string Script handle of the autocomplete library. */ public const AUTOCOMPLETE_LIBRARY_HANDLE = 'postcode-eu-autocomplete-address-library';