Releases: impress-org/give-iats
Releases · impress-org/give-iats
1.0.6
What's Changed
- Enhancement: Remove gulp to use WP CLI in buld process by @ravinderk in #27
- Enhancement: Bump ini from 1.3.4 to 1.3.7 by @dependabot in #20
- Fix: Resolve fatal error caused by a library that is not compatible with PHP 8.1 by @ravinderk in #23
Full Changelog: 1.0.5...1.0.6
1.0.5
- 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.
1.0.4
- Tweak: Optimized how the plugin is activated to depend on Give Core and prevent potential activation issues when requirements not met.
- Fix: Link to documentation updated so it doesn't go to 404.
1.0.3
No changelog for this release.
1.0.2
1.0.1
= 1.0.1 =
- Fix: Resolved issue with large amounts being sent with thousands separator which iATS' API doesn't expect and therefore would incorrectly process.
- Fix: PHP notice for using deprecated give_output_error() rather than Give_Notices().