diff --git a/give-iats.php b/give-iats.php index e725654..362eb60 100644 --- a/give-iats.php +++ b/give-iats.php @@ -5,7 +5,7 @@ * Description: Process online donations via the iATS payment gateway. * Author: GiveWP * Author URI: https://givewp.com - * Version: 1.0.5 + * Version: 1.0.6 * Text Domain: give-iats * Domain Path: /languages * GitHub Plugin URI: https://github.com/impress-org/give-iats @@ -13,7 +13,7 @@ // iATS Constants. if ( ! defined( 'GIVE_IATS_VERSION' ) ) { - define( 'GIVE_IATS_VERSION', '1.0.5' ); + define( 'GIVE_IATS_VERSION', '1.0.6' ); } if ( ! defined( 'GIVE_IATS_MIN_GIVE_VERSION' ) ) { define( 'GIVE_IATS_MIN_GIVE_VERSION', '2.4.0' ); diff --git a/readme.txt b/readme.txt index 474b4d2..9dc19cf 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: givewp Tags: donations, donation, ecommerce, e-commerce, fundraising, fundraiser, iats, gateway Requires at least: 4.8 -Tested up to: 5.2 -Stable tag: 1.0.5 +Tested up to: 6.3 +Stable tag: 1.0.6 Requires Give: 2.4.0 License: GPLv3 License URI: https://opensource.org/licenses/GPL-3.0 @@ -39,6 +39,11 @@ Automatic updates should work like a charm; as always though, ensure you backup == Changelog == += 1.0.6: September 13th, 2023 = +* Enhancement: Remove gulp to use WP CLI in buld process +* Enhancement: Bump ini from 1.3.4 to 1.3.7 +* Fix: Resolve fatal error caused by a library that is not compatible with PHP 8.1 + = 1.0.5: June 3rd, 2019 = * Tweak: Adjusted the plugin's settings screens code logic to work with GiveWP Core 2.5.0+ which deprecates the old methods used to register settings in previous versions of this add-on. * Tweak: Removed the outdated option to set a gateway label which is now part of GiveWP Core.