[Phphtmllib-devel] SF.net SVN: phphtmllib:[3578] branches/BRANCH_2_X/phphtmllib
Status: Beta
Brought to you by:
hemna
From: <mpw...@us...> - 2015-05-19 01:12:21
|
Revision: 3578 http://sourceforge.net/p/phphtmllib/svn/3578 Author: mpwalsh8 Date: 2015-05-19 01:12:19 +0000 (Tue, 19 May 2015) Log Message: ----------- Prep for v2.6.8 release. Modified Paths: -------------- branches/BRANCH_2_X/phphtmllib/ReadMe.txt branches/BRANCH_2_X/phphtmllib/Version.txt branches/BRANCH_2_X/phphtmllib/version.inc Modified: branches/BRANCH_2_X/phphtmllib/ReadMe.txt =================================================================== --- branches/BRANCH_2_X/phphtmllib/ReadMe.txt 2015-05-19 01:09:35 UTC (rev 3577) +++ branches/BRANCH_2_X/phphtmllib/ReadMe.txt 2015-05-19 01:12:19 UTC (rev 3578) @@ -2,8 +2,8 @@ Contributors: mpwalsh8 Donate link: http://sourceforge.net/project/project_donations.php?group_id=32790 Tags: HTML, Forms, XHTML, XML, Widgets -Requires at least: 3.1 -Tested up to: 3.5.1 +Requires at least: 3.8 +Tested up to: 4.2.2 Stable tag: trunk The phpHtmlLib library contains a set of PHP classes and library functions to help @@ -40,6 +40,9 @@ full details on changes, bugs, enhancesments, future developments and much more and is the definitive source for the Change Log. += 2.6.8 = +* Resolved a number of PHP Strict Standard notices resulting from calling non-static functions statically and/or mismatched method signatures between parent and child classes. + = 2.6.7 = * Fixed spacing issues with radio buttons and check boxes. * Checked for existing styling before overloading it with CheckBoxList DIVs. Modified: branches/BRANCH_2_X/phphtmllib/Version.txt =================================================================== --- branches/BRANCH_2_X/phphtmllib/Version.txt 2015-05-19 01:09:35 UTC (rev 3577) +++ branches/BRANCH_2_X/phphtmllib/Version.txt 2015-05-19 01:12:19 UTC (rev 3578) @@ -1,4 +1,4 @@ MAJOR_RELEASE=2.6 -MINOR_RELEASE=7 +MINOR_RELEASE=8 BUILD_NUMBER=$WCREV$ BUILD_TIME=$WCNOW$ Modified: branches/BRANCH_2_X/phphtmllib/version.inc =================================================================== --- branches/BRANCH_2_X/phphtmllib/version.inc 2015-05-19 01:09:35 UTC (rev 3577) +++ branches/BRANCH_2_X/phphtmllib/version.inc 2015-05-19 01:12:19 UTC (rev 3578) @@ -18,7 +18,7 @@ * This is the version of the libs * @var string - the version string. */ -define("PHPHTMLLIB_VERSION", '2.6.7.$WCREV$'); +define("PHPHTMLLIB_VERSION", '2.6.8.$WCREV$'); /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |