Releases: pronamic/wp-pronamic-pay-formidable-forms
Releases · pronamic/wp-pronamic-pay-formidable-forms
Release list
4.5.0
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()andmethod_exists()for runtime checks instead of direct calls. - Updated to use global namespace for WordPress hook functions.
- Use
::classconstant 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
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
- Changed
phpfrom>=7.4to>=8.2. - Changed
wp-pay/corefrom^4.6tov4.27.1.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.27.1
4.4.3
4.4.2
4.4.1
4.4.0
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
4.3.3
4.3.2
Composer
- Changed
phpfrom>=8.0to>=7.4.