cvs: pear /HTML_QuickForm_advmultiselect ChangeLog NEWS
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsfarell1209231710@cvsserver> |
farell Sat Apr 26 17:41:50 2008 UTC
Modified files:
/pear/HTML_QuickForm_advmultiselect ChangeLog NEWS
Log:
release 1.4.1 will be really XHTML 1.0 Strict compliant
http://cvs.php.net/viewvc.cgi/pear/HTML_QuickForm_advmultiselect/ChangeLog?r1=1.13&r2=1.14&diff_format=u
Index: pear/HTML_QuickForm_advmultiselect/ChangeLog
diff -u pear/HTML_QuickForm_advmultiselect/ChangeLog:1.13 pear/HTML_QuickForm_advmultiselect/ChangeLog:1.14
--- pear/HTML_QuickForm_advmultiselect/ChangeLog:1.13 Sat Jun 9 10:39:07 2007
+++ pear/HTML_QuickForm_advmultiselect/ChangeLog Sat Apr 26 17:41:50 2008
@@ -1,10 +1,17 @@
+2008-04-26 Laurent Laville <[email protected]>
+
+ * VERSION: Version 1.4.1 released.
+
+ - copyright bumped to 2008
+ - fix bug #13680: XHTML - Need to create a distinct id for all checkboxes
+ - all examples and QFAMS produces now XTML 1.0 Strict compliant output
+
2007-06-09 Laurent Laville <[email protected]>
* VERSION: Version 1.4.0 released.
- license change from PHP 3.01 to the new BSD
-
2007-01-08 Laurent Laville <[email protected]>
* VERSION: Version 1.3.1 released.
http://cvs.php.net/viewvc.cgi/pear/HTML_QuickForm_advmultiselect/NEWS?r1=1.9&r2=1.10&diff_format=u
Index: pear/HTML_QuickForm_advmultiselect/NEWS
diff -u pear/HTML_QuickForm_advmultiselect/NEWS:1.9 pear/HTML_QuickForm_advmultiselect/NEWS:1.10
--- pear/HTML_QuickForm_advmultiselect/NEWS:1.9 Sat Jun 9 10:39:07 2007
+++ pear/HTML_QuickForm_advmultiselect/NEWS Sat Apr 26 17:41:50 2008
@@ -1,3 +1,11 @@
+Changes since version 1.4.0 (2007-06-09)
+
+ | 2008-04-26 Laurent Laville <[email protected]>
+ |
+ | * Lot of CS fixes: recommandations given by PHP_CodeSniffer 1.0.1
+ | * make checkboxes version XHTML compliant (bug 13680 fixed)
+ | * AdvMultiselect element is now really full XHTML 1.0 Strict Compliant
+
Changes since version 1.3.1 (2007-01-08)
| 2007-06-09 Laurent Laville <[email protected]>