diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-04-25 01:24:54 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-04-25 01:24:54 +0000 |
commit | e0dd607271019b434301aa4411ebd77085b56549 (patch) | |
tree | 6f5f24dedfd09ef866f1b52a6060fa6f19d18ebd | |
parent | bbaf1bfa96b7034929426e7e88dec0ac7d030b64 (diff) | |
download | elgg-e0dd607271019b434301aa4411ebd77085b56549.tar.gz elgg-e0dd607271019b434301aa4411ebd77085b56549.tar.bz2 |
Tidypics 1.6.7
-rw-r--r-- | contributions.txt | 15 | ||||
-rw-r--r-- | manifest.xml | 4 |
2 files changed, 16 insertions, 3 deletions
diff --git a/contributions.txt b/contributions.txt index 370acc405..611f24dea 100644 --- a/contributions.txt +++ b/contributions.txt @@ -1,8 +1,21 @@ See individual change logs for contributors to those builds
------------------------------------------------------------------------
+Version 1.6.7 Change List
+Release Date: 04/24/2010
+------------------------------------------------------------------------
+BEGIN VERSION 1.6.7 CHANGES
+------------------------------------------------------------------------
+ * Added categories integration
+ * Added a better quota display message - includes percentage now
+ * Tweaked the css so that upload list is enumerated (#tidypics_image_upload_list)
+------------------------------------------------------------------------
+END VERSION 1.6.7 CHANGES
+------------------------------------------------------------------------
+
+------------------------------------------------------------------------
Version 1.6.6 Change List
-Release Date: 03/06/2009
+Release Date: 03/06/2010
------------------------------------------------------------------------
BEGIN VERSION 1.6.6 CHANGES
------------------------------------------------------------------------
diff --git a/manifest.xml b/manifest.xml index f0b6b0fb3..6def17f54 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest> <field key="author" value="The Tidypics team" /> - <field key="version" value="1.6.6" /> + <field key="version" value="1.6.7" /> <field key="description" value="Tidypics Photo Gallery" /> <field key="website" value="http://code.google.com/p/tidypics/" /> - <field key="copyright" value="2008-2009 Cash Costello and the Tidypics Team" /> + <field key="copyright" value="2008-2010 Cash Costello and the Tidypics Team" /> <field key="licence" value="GNU General Public License version 2" /> <field key="elgg_version" value="2009022701" /> </plugin_manifest> |