This release introduces a variety of improvements and fixes to Trongate's form helper functions. The most significant changes are:
-
A FIX to the form_button() function. Previously, this was incorrectly rendering a button with a type of 'submit'.
-
A CHANGE to the workings of the post() function. When you pass a second argument of 'true' (boolean) to the post() function, string cleaning now involves simple trimming with normalization of excessive spacing.
-
The validation class now invokes the post() function when set_rules is called. This eliminates the disjointed process where validation would evaluate one version of a posted variable while the database potentially inserted or updated a different version.
**IMPORTANT: Please update the following folders after installing this release:
- public/js
- public/css**