Skip to content

Commit

Permalink
chore: prepare for 1.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
angelablake committed Sep 13, 2023
1 parent 51f7cf4 commit 1719cac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions give-iats.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* 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
*/

// 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' );
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 1719cac

Please sign in to comment.