diff --git a/gravityview-az-filters.php b/gravityview-az-filters.php index a0504d8..9679153 100644 --- a/gravityview-az-filters.php +++ b/gravityview-az-filters.php @@ -3,7 +3,7 @@ * Plugin Name: GravityView - A-Z Filters Extension * Plugin URI: https://www.gravitykit.com/extensions/a-z-filter/ * Description: Filter your entries by letters of the alphabet. - * Version: 1.4.1 + * Version: 1.4.2 * Author: GravityKit * Author URI: https://www.gravitykit.com * Text Domain: gravityview-az-filters @@ -16,7 +16,7 @@ } // Exit if accessed directly /** @since 1.2 */ -define( 'GRAVITYVIEW_AZ_FILTER_VERSION', '1.4.1' ); +define( 'GRAVITYVIEW_AZ_FILTER_VERSION', '1.4.2 ' ); /** @since 1.3.2 */ define( 'GRAVITYVIEW_AZ_FILTER_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index 44a7a2b..bfe2de7 100644 --- a/readme.txt +++ b/readme.txt @@ -16,7 +16,9 @@ Alphabetically filter your entries by letters of the alphabet. == Changelog == -= develop = += 1.4.2 on January 16, 2025 = + +This update improves compatibility with PHP 8.2 or newer. #### 🐛 Fixed * PHP 8.2 deprecation notices.