[Phphtmllib-devel] SF.net SVN: phphtmllib:[3575] branches/BRANCH_2_X/phphtmllib
Status: Beta
Brought to you by:
hemna
From: <mpw...@us...> - 2013-09-30 13:19:30
|
Revision: 3575 http://sourceforge.net/p/phphtmllib/svn/3575 Author: mpwalsh8 Date: 2013-09-30 13:19:27 +0000 (Mon, 30 Sep 2013) Log Message: ----------- Prep for v2.6.7 release. Modified Paths: -------------- branches/BRANCH_2_X/phphtmllib/ReadMe.txt branches/BRANCH_2_X/phphtmllib/version.inc Modified: branches/BRANCH_2_X/phphtmllib/ReadMe.txt =================================================================== --- branches/BRANCH_2_X/phphtmllib/ReadMe.txt 2013-09-30 13:18:38 UTC (rev 3574) +++ branches/BRANCH_2_X/phphtmllib/ReadMe.txt 2013-09-30 13:19:27 UTC (rev 3575) @@ -40,6 +40,10 @@ full details on changes, bugs, enhancesments, future developments and much more and is the definitive source for the Change Log. += 2.6.7 = +* Fixed spacing issues with radio buttons and check boxes. +* Checked for existing styling before overloading it with CheckBoxList DIVs. + = 2.6.6 = * Fixed compatibility problem with PHP method_exists() function which caused PHP to crash with some versions of PHP 5.3.x on certain platforms (e.g. PHP 5.3.13 on Linux). Modified: branches/BRANCH_2_X/phphtmllib/version.inc =================================================================== --- branches/BRANCH_2_X/phphtmllib/version.inc 2013-09-30 13:18:38 UTC (rev 3574) +++ branches/BRANCH_2_X/phphtmllib/version.inc 2013-09-30 13:19:27 UTC (rev 3575) @@ -18,7 +18,7 @@ * This is the version of the libs * @var string - the version string. */ -define("PHPHTMLLIB_VERSION", '2.6.3.$WCREV$'); +define("PHPHTMLLIB_VERSION", '2.6.7.$WCREV$'); /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |