Skip to content

Commit

Permalink
Prep for 1.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
saltybeagle committed Aug 17, 2011
1 parent d23e17c commit 7677047
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 12 deletions.
18 changes: 13 additions & 5 deletions makepackage.php
Expand Up @@ -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);
Expand Down
72 changes: 65 additions & 7 deletions package.xml
Expand Up @@ -16,10 +16,10 @@
<email>nhummel2@math.unl.edu</email>
<active>yes</active>
</lead>
<date>2010-09-09</date>
<time>14:57:25</time>
<date>2011-08-17</date>
<time>09:42:21</time>
<version>
<release>1.1.0</release>
<release>1.2.0</release>
<api>1.0.0</api>
</version>
<stability>
Expand All @@ -28,10 +28,18 @@
</stability>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<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
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -88,6 +96,10 @@ Feature Release!
<tasks:replace from="@DATA_DIR@" to="data_dir" type="pear-config" />
<tasks:replace from="@PHP_DIR@" to="php_dir" type="pear-config" />
</file>
<file name="Fixed_html5.tpl" role="data">
<tasks:replace from="@DATA_DIR@" to="data_dir" type="pear-config" />
<tasks:replace from="@PHP_DIR@" to="php_dir" type="pear-config" />
</file>
<file name="Liquid.tpl" role="data">
<tasks:replace from="@DATA_DIR@" to="data_dir" type="pear-config" />
<tasks:replace from="@PHP_DIR@" to="php_dir" type="pear-config" />
Expand All @@ -112,6 +124,10 @@ Feature Release!
<tasks:replace from="@DATA_DIR@" to="data_dir" type="pear-config" />
<tasks:replace from="@PHP_DIR@" to="php_dir" type="pear-config" />
</file>
<file name="Unlaffiliate.tpl" role="data">
<tasks:replace from="@DATA_DIR@" to="data_dir" type="pear-config" />
<tasks:replace from="@PHP_DIR@" to="php_dir" type="pear-config" />
</file>
</dir> <!-- /data/tpl_cache/Version3 -->
</dir> <!-- /data/tpl_cache -->
</dir> <!-- /data -->
Expand Down Expand Up @@ -218,6 +234,10 @@ Feature Release!
<tasks:replace from="@DATA_DIR@" to="data_dir" type="pear-config" />
<tasks:replace from="@PHP_DIR@" to="php_dir" type="pear-config" />
</file>
<file name="Fixed_html5.php" role="php">
<tasks:replace from="@DATA_DIR@" to="data_dir" type="pear-config" />
<tasks:replace from="@PHP_DIR@" to="php_dir" type="pear-config" />
</file>
<file name="Liquid.php" role="php">
<tasks:replace from="@DATA_DIR@" to="data_dir" type="pear-config" />
<tasks:replace from="@PHP_DIR@" to="php_dir" type="pear-config" />
Expand All @@ -242,6 +262,10 @@ Feature Release!
<tasks:replace from="@DATA_DIR@" to="data_dir" type="pear-config" />
<tasks:replace from="@PHP_DIR@" to="php_dir" type="pear-config" />
</file>
<file name="Unlaffiliate.php" role="php">
<tasks:replace from="@DATA_DIR@" to="data_dir" type="pear-config" />
<tasks:replace from="@PHP_DIR@" to="php_dir" type="pear-config" />
</file>
</dir> <!-- /UNL/Templates/Version3 -->
<file name="CachingService.php" role="php">
<tasks:replace from="@DATA_DIR@" to="data_dir" type="pear-config" />
Expand Down Expand Up @@ -269,6 +293,14 @@ Feature Release!
<tasks:replace from="@PHP_DIR@" to="php_dir" type="pear-config" />
</file>
</dir> <!-- /UNL -->
<file name="UNL_Templates-1.1.0.tar" role="data">
<tasks:replace from="@DATA_DIR@" to="data_dir" type="pear-config" />
<tasks:replace from="@PHP_DIR@" to="php_dir" type="pear-config" />
</file>
<file name="UNL_Templates-1.1.0.zip" role="data">
<tasks:replace from="@DATA_DIR@" to="data_dir" type="pear-config" />
<tasks:replace from="@PHP_DIR@" to="php_dir" type="pear-config" />
</file>
</dir> <!-- / -->
</contents>
<dependencies>
Expand Down Expand Up @@ -827,5 +859,31 @@ Feature Release!
* Only set templatedependentspath if it has not been set.
</notes>
</release>
<release>
<version>
<release>1.2.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-08-17</date>
<license uri="http://www1.unl.edu/wdn/wiki/Software_License">BSD License</license>
<notes>
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
</notes>
</release>
</changelog>
</package>

0 comments on commit 7677047

Please sign in to comment.