• The default language of any content posted is English.
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
1. Raise PHP and Joomla Version Requirement

- Minimum PHP version now is PHP 7.4.0
- Minimum Joomla version requirement is now 4.4.0

2. Code Clean Up

In earlier version of Payment Form, we have to maintain old code to support Joomla 3. From this version, we drop support for Joomla 3, so we spent time to clean up code to use latest Joomla API, remove the code which is needed to have the extension works well with Joomla 3.

Also, support for Twitter Bootstrap 2 and Twitter Bootstrap 3 was removed because on Joomla 4 and Joomla 5, most customers are using Twitter Bootstrap 5 and UIKIT 3 (from Yootheme)

3. Convert Payment Form Plugins To New Structure

Joomla 4 introduce new plugin structure which make it faster for plugins to run. As we dropped support for Joomla3, we could convert all plugins in the extension to use new structure, result in cleaner code and performance improvement.
  • Like
Reactions: MarkDragon
Version: 6.10.0 Last Updated: Oct 16 2023 Compatible: Joomla 3.9.0+, Joomla 4, Joomla 5
  • Like
Reactions: GhRG87FGH
Version: 6.8.2 Last Updated: Apr 12 2023 Compatible: Joomla 3.9.0+, Joomla 4.x
  • Like
Reactions: tatar221
Top