diff --git a/makepackage.php b/makepackage.php index bdf8375..0ad0998 100644 --- a/makepackage.php +++ b/makepackage.php @@ -40,14 +40,22 @@ $pfm->setSummary('The UNL HTML Templates as a PEAR Package.'); $pfm->setDescription('This package allows you to render UNL Template styled pages using PHP Objects.'); $pfm->setAPIVersion('1.0.0'); -$pfm->setReleaseVersion('1.1.0'); +$pfm->setReleaseVersion('1.2.0'); $pfm->setReleaseStability('stable'); $pfm->setAPIStability('stable'); $notes = ' -Feature Release! -* Added the mobile template. -* Fix support for version 2 templates. -* Only set templatedependentspath if it has not been set. +Update .tpl cache so template files are in sync with latest wdntemplates. + +New templates! + + * Fixed_html5 + * Unlaffiliate + +Template updates: + + * Meta lang fixes + * Remove IDM region from the secure template + * Mobile template now supports navigation and move to HTML5 '; $pfm->setNotes($notes); diff --git a/package.xml b/package.xml index c4f6b42..c8f0194 100644 --- a/package.xml +++ b/package.xml @@ -16,10 +16,10 @@ nhummel2@math.unl.edu yes - 2010-09-09 - + 2011-08-17 + - 1.1.0 + 1.2.0 1.0.0 @@ -28,10 +28,18 @@ BSD License -Feature Release! -* Added the mobile template. -* Fix support for version 2 templates. -* Only set templatedependentspath if it has not been set. +Update .tpl cache so template files are in sync with latest wdntemplates. + +New templates! + + * Fixed_html5 + * Unlaffiliate + +Template updates: + + * Meta lang fixes + * Remove IDM region from the secure template + * Mobile template now supports navigation and move to HTML5 @@ -88,6 +96,10 @@ Feature Release! + + + + @@ -112,6 +124,10 @@ Feature Release! + + + + @@ -218,6 +234,10 @@ Feature Release! + + + + @@ -242,6 +262,10 @@ Feature Release! + + + + @@ -269,6 +293,14 @@ Feature Release! + + + + + + + + @@ -827,5 +859,31 @@ Feature Release! * Only set templatedependentspath if it has not been set. + + + 1.2.0 + 1.0.0 + + + stable + stable + + 2011-08-17 + BSD License + +Update .tpl cache so template files are in sync with latest wdntemplates. + +New templates! + + * Fixed_html5 + * Unlaffiliate + +Template updates: + + * Meta lang fixes + * Remove IDM region from the secure template + * Mobile template now supports navigation and move to HTML5 + +