Menu

A simple php CMS / Blog: Recent posts

Version

Version 0.9.7 -

Added html form element type
Corrected cross site scripting vulnerabilities in example files.
Corrected several xhtml discrepancies.
Converted all php shorthand open tags (<?) to full open tags (<?php).

Version 0.9.8

Replaced Animated GIF Captcha with reCAPTCHA
Corrected syntax issue in web editor js section.
Corrected several more xhtml discrepancies.
Added optional parameter to render() function for returning string instead of echoing html content
02/13/2010 - Corrected several more xhtml discrepancies.
02/15/2010 - Found and correct a bug occurring when using the setReferenceValues method. Special thanks to saleh.alghamdi for bringing this issue to my attention.
02/16/2010 - Updated example files adding title tags as well as correcting a few wording issues.
02/20/2010 - Changed radio button form element type. Previously, one radio button in each radio button group was checked by default making the required attribute irrelevant. Now, no radio buttons will be checked by default if no value is pass to the addRadio method. This change also affects the truefalse and yesno form element types as they both ultimately use the radio element.
02/24/2010 - reCAPTCHA public and private keys can now be specified to reduce security issues. Special thanks to moncojhr for bringing this issue to my attention.
02/24/2010 - Found and corrected bug related to preHTML attribute. Previously, this attribute would only be rendered if a form element label was supplied. ... [read more](/p/bssef09/blog/2011/12/version-/)
Posted by SYED SARFRAZ ALI 2011-12-22 Labels: Version