Skip to content

Releases: impress-org/give-iats

1.0.6

13 Sep 17:32
Compare
Choose a tag to compare

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

04 Jun 06:41
Compare
Choose a tag to compare
  • 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

13 Nov 23:13
Compare
Choose a tag to compare
  • 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

04 May 04:41
Compare
Choose a tag to compare

No changelog for this release.

1.0.2

18 Jan 21:05
Compare
Choose a tag to compare
  • [bug] Send amount with fee to iATS #9
  • [bug] PHP 5.2 fatal error on activation #8
  • [bug] Force 2 decimal numbers because iATS requires it #7

1.0.1

13 Sep 21:04
Compare
Choose a tag to compare

= 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().