Skip to content

Releases: cclark61/phpOpenFW

phpOpenFW v1.3.0

14 Jan 06:40
Compare
Choose a tag to compare

This release includes updates, improvements, and streamlining of the controller system and its corresponding functions and methods. Additionally, the load_plugin() function has been updated to cache plugin locations and work better with namespaces.

phpOpenFW v1.2.3

28 Aug 20:16
Compare
Choose a tag to compare

This version of phpOpenFW has some clean-up and performance improvements as well as new features. New functionality has been added in both modes to allow for skipping the rendering process (for example in the case of a redirect). Also, in site_controller mode, the ability to change data format and the rendering function has been added. Supported data formats include XML, JSON, and Array. This ability with be available soon in the main_controller mode. In the 'content_gen' plugin, the gen_content() function has been removed and the gen_links() functions has been deprecated. In the Server Side Validation plugin (ssv), the add_fail() method has been added for adding a forced fail condition to the list of validations. See the change log for more details.

phpOpenFW v1.2.2

09 Feb 18:52
Compare
Choose a tag to compare
Composer Update