Skip to content

4.13.0

Compare
Choose a tag to compare
@remcotolsma remcotolsma released this 13 Oct 11:31
· 164 commits to main since this release

Added

  • Added templates from the Pronamic Pay plugin that are required by this library.
  • Added merge tags controller.
  • Added support for {payment_lines_name} merge tag.
  • Added support for a custom payment slug.

Changed

  • No longer use the PHP filter_* functions for sanitizing. (72caa31)
  • Improve fields API and escaping. (519532b)
  • Simplified exception handling. (5d2e271)
  • Other form output setup to avoid escaping. (27f55ad)
  • Escape payment gateway integration settings field description. (ffca40b)
  • Updated to pronamic/wp-coding-standards version 2. (db9027c)
  • Move license check from AdminHealth class to LicenseManager class. (aa80870)

Fixed

  • Fixed "Mismatched text domain. Expected 'pronamic_ideal' but got ...". (8fe39eb)

Removed

  • No longer log entire raw post data in webhook logger. (3696a29)
  • Removed Pronamic\WordPress\Pay\Core\Server class, no longer used, had some sanitizing challenges. (eab3b2e)
  • Removed old WP-e-Commerce related comment. (2378651)
  • Removed old WP_Error render function, no longer used. (478accc)
  • Removed "Handle redirect message from payment meta" feature, no longer used. (b51bc18)
  • Removed section description support, no longer used. (93f4411)
  • Removed 'html' and 'description' field type. (b99751a)
  • Removed admin gateway settings section icon support, no longer in use. (8382cc0)

Composer