diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-03-07 00:00:31 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-03-07 00:00:31 +0000 |
commit | 21237146f5afe4183f8c842c0118e51a49535571 (patch) | |
tree | 7921d9108daf879ff579266d225a8a8220949e47 | |
parent | a34144019c09311561a1b209bced308095b833a0 (diff) | |
download | elgg-21237146f5afe4183f8c842c0118e51a49535571.tar.gz elgg-21237146f5afe4183f8c842c0118e51a49535571.tar.bz2 |
Tidypics 1.6.6
-rw-r--r-- | contributions.txt | 13 | ||||
-rw-r--r-- | manifest.xml | 4 |
2 files changed, 15 insertions, 2 deletions
diff --git a/contributions.txt b/contributions.txt index 0a6c98f49..370acc405 100644 --- a/contributions.txt +++ b/contributions.txt @@ -1,5 +1,18 @@ See individual change logs for contributors to those builds
+------------------------------------------------------------------------
+Version 1.6.6 Change List
+Release Date: 03/06/2009
+------------------------------------------------------------------------
+BEGIN VERSION 1.6.6 CHANGES
+------------------------------------------------------------------------
+ * Tweaked slideshow start code
+ * Fixed bug with delete tags menu item
+ * Fixed bug in en.php
+ * Better error checking for ImageMagick resizing
+------------------------------------------------------------------------
+END VERSION 1.6.6 CHANGES
+------------------------------------------------------------------------
------------------------------------------------------------------------
Version 1.6.5 Change List
diff --git a/manifest.xml b/manifest.xml index b30ec9860..f0b6b0fb3 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.5" /> + <field key="version" value="1.6.6" /> <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="licence" value="GNU General Public License version 3" /> + <field key="licence" value="GNU General Public License version 2" /> <field key="elgg_version" value="2009022701" /> </plugin_manifest> |