Skip to content

4.27.0

Choose a tag to compare

@remcotolsma remcotolsma released this 22 Aug 09:21
· 49 commits to main since this release
v4.27.0
2257c28

Changed

  • Extended test meta box form with extra fields. (a0f43d2)
  • Set renewal period on subscription renewal page. (#217) (1c83c88)
  • Set minimum amount to 0.00 for PaymentMethods::CARD payment method. (9108b00)
  • Fallback redirect if action redirect URL is empty (#225) (fddcec9)
  • Updated to Pronamic WordPress Coding Standards 2.4. (45e9ae9)
  • Updated to PHP 8.2. (c14e188)
  • Apply Rector rules for PHP 8.2 migration.

Added

  • Added support for Postepay (#220) (0721b8d)
  • Added support for payment methods Alma, BANCOMAT Pay, Gift card, Multibanco, Paysafecard, Satispay, Trustly, Vouchers, mainly for payment provider Mollie (#218) (f983870)

Removed

  • Removed meta registration (#224) (d572f0a)
  • Removed privacy personal data export and eraser (#222) (15fa3cd)
  • Removed unused function Pronamic\WordPress\Pay\Util::array_to_html_attributes( array $attributes ) (03d37d6)
  • Removed unused function Pronamic\WordPress\Pay\Util::select_options_grouped( $groups, $selected_value = null ) (2c0e865)
  • Removed unused IdTrait (90242aa)

Composer

  • Changed php from >=7.4 to >=8.2.