Skip to content

Releases: CHIPAsia/chip-for-givewp

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 03:18
5d7a9da

= 1.3.0 - 2026-06-02 =

  • Added - Payment method whitelist setting to restrict available CHIP checkout methods.
  • Added - Success URL and Cancel URL redirect configuration.
  • Added - Cancel redirect parameter for CHIP purchase creation.
  • Fixed - API singleton now returns a new instance to prevent credential caching across forms.
  • Fixed - Refund button now appears for GiveWP 3.0 Visual Form Builder (chip_block) donations.
  • Fixed - Corrected refund guard meta key lookup.
  • Fixed - Street address concatenation precedence issue with null coalescing.
  • Fixed - Timezone regex to use proper A-Za-z character class.
  • Fixed - wp_json_encode parameter misuse.
  • Changed - Requires PHP bumped to 7.4.
  • Changed - Tested up to WordPress 7.0.
  • Changed - Added ABSPATH guards to all PHP files.
  • Changed - Replaced sizeof() with count().
  • Changed - Block gateway now explicitly implements PaymentGatewayRefundable interface.
  • Changed - Updated getLegacyFormFieldMarkup signature for GiveWP 4.x compatibility.
  • Changed - Settings reorganized into sections: Credentials, Display, Timing, Redirects, and Payment Methods.
  • Changed - Requires at least WordPress bumped to 6.3.

1.2.1

Choose a tag to compare

@wzul wzul released this 07 Feb 09:09
2b2852b

== Changelog ==

= 1.2.1 - 2025-02-07 =

  • Fixed - Issue with Option-Based Form Editor where payment info show escaped output.
  • Fixed - Remove filtering for webhook to prevent unpredictable failure for openssl_verify.

1.2.0

Choose a tag to compare

@qir4ni qir4ni released this 18 Dec 07:53
6f68fb1

= 1.2.0 - 2024-12-17 =

  • Added - Support GiveWP 3.0 Visual Donation Form Builder.

1.1.0

Choose a tag to compare

@wzul wzul released this 31 Oct 06:11
d167653

= 1.1.0 - 2023-10-27 =

  • Changed - Now the redirection will not rely on session. Instead it will rely on meta.
  • Changed - Now reference is set to donation id instead of payment_key

1.0.3

Choose a tag to compare

@wzul wzul released this 08 Mar 10:49
  • Fixed - Donator seeing donation failed page when there is previous failed attempt.

1.0.2

Choose a tag to compare

@wzul wzul released this 17 Feb 11:39
  • Fixed - Form created before installing CHIP should adhere to global configuration.

1.0.1

Choose a tag to compare

@wzul wzul released this 21 Dec 08:06
  • Fixed - First and Last name should be separated with space.

1.0.0

Choose a tag to compare

@wzul wzul released this 29 Nov 02:30
1cc1503

Initial release