Skip to content

Releases: pronamic/wp-pronamic-pay-formidable-forms

4.5.0

Choose a tag to compare

@remcotolsma remcotolsma released this 13 May 07:33
v4.5.0
cc9e3ee

Changelog

Added

  • Added namespace declaration and strict types to improve code quality.
  • Added automattic/jetpack-autoloader dependency for better plugin compatibility.
  • Added Rector configuration with PHP sets for automated code modernization.
  • Added void return types to callback functions.
  • Registered form action via filter hook for improved extensibility.

Changed

  • Use class_exists() and method_exists() for runtime checks instead of direct calls.
  • Updated to use global namespace for WordPress hook functions.
  • Use ::class constant for class references in form action registration.
  • Bumped wp-pay/core requirement to ^4.32.
  • Bumped Formidable plugin requirement to ^6.24 (now at 6.29).
  • Bumped copyright years to 2005-2026.

Fixed

  • Removed legacy FrmProNotification call.
  • Fixed PHPStan warnings and lowered analysis level for better development experience.
  • Fixed form() method to return empty string instead of void, silencing warnings.

Full Changelog: v4.4.4...v4.5.0

4.4.4

Choose a tag to compare

@remcotolsma remcotolsma released this 11 Nov 13:41
v4.4.4
aacb3df

Commits

  • Updated form action icon color. (05967f6)
  • Coding standards. (48795ba)
  • Added this point we shoud not use translation functions. (d851cc7)
  • Updated wp-env. (b63deae)

Composer

4.4.3

Choose a tag to compare

@remcotolsma remcotolsma released this 17 Dec 14:24

Commits

  • Allow automattic/jetpack-autoloader Composer plugin. (0cb8d3b)
  • Happy 2024. (b2bd2c3)

4.4.2

Choose a tag to compare

@remcotolsma remcotolsma released this 18 Dec 13:45

Commits

  • Fixed "Deprecated: Creation of dynamic property Pronamic\WordPress\Pay\Extensions\FormidableForms\Extension::$action is deprecated". (eaa641b)
  • Fixed "Deprecated: Creation of dynamic property ... is deprecated". (3d38755)

4.4.1

Choose a tag to compare

@rvdsteege rvdsteege released this 15 Nov 13:09
a22c166

Fixed

  • Fixed "Fatal error: Uncaught Error: Call to undefined method Pronamic\WordPress\Pay\Fields\SelectFieldOption::render()". (82f886e)

4.4.0

Choose a tag to compare

@remcotolsma remcotolsma released this 11 Sep 09:28

Commits

  • Merge pull request #5 from pronamic/4-add-support-for-order-id-setting (7222a5c)
  • Fixed Closures / anonymous functions only have access to $this if used within a class or when bound to an object using bindTo(). (11690f8)
  • Added setting for order ID template. (c49948b)
  • phpcbf (7d250b9)
  • More DRY settings fields. (91e03d4)

4.3.4

Choose a tag to compare

@remcotolsma remcotolsma released this 01 Jun 10:18

Commits

  • Switch from pronamic/wp-deployer to pronamic/pronamic-cli. (676ce44)
  • Updated .gitattributes (213ee43)

4.3.3

Choose a tag to compare

@remcotolsma remcotolsma released this 27 Mar 09:38

Commits

  • Set Composer type to WordPress plugin. (055a8c2)
  • Updated .gitattributes (d25a8c0)
  • Requires PHP: 7.4. (fd2345b)

4.3.2

Choose a tag to compare

@remcotolsma remcotolsma released this 31 Jan 12:53

Composer

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

4.3.1

Choose a tag to compare

@remcotolsma remcotolsma released this 18 Jan 12:53

Commits

  • Fixed "Undefined array key" notices. (4677a8d)
  • Happy 2023. (69a4bcc)