diff options
-rw-r--r-- | contributions.txt | 13 | ||||
-rw-r--r-- | manifest.xml | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/contributions.txt b/contributions.txt index eec662923..6ab7253f9 100644 --- a/contributions.txt +++ b/contributions.txt @@ -1,6 +1,19 @@ Changelog and contributors list
------------------------------------------------------------------------
+Version 1.7.3 Change List
+Release Date: 11/09/2011
+------------------------------------------------------------------------
+BEGIN VERSION 1.7.3 CHANGES
+------------------------------------------------------------------------
+ * Removed admin settings in favor of Tidypics Administration
+ * Add two river strings for those using Elgg 1.8
+ * Fixed bug where the batch object was not being deleted when had 0 images
+------------------------------------------------------------------------
+END VERSION 1.7.3 CHANGES
+------------------------------------------------------------------------
+
+------------------------------------------------------------------------
Version 1.7.2 Change List
Release Date: 10/11/2011
------------------------------------------------------------------------
diff --git a/manifest.xml b/manifest.xml index f3d3e877e..5dabe4dfd 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest> <field key="author" value="The Tidypics team" /> - <field key="version" value="1.7.2" /> + <field key="version" value="1.7.3" /> <field key="description" value="Tidypics Photo Gallery" /> <field key="website" value="http://code.google.com/p/tidypics/" /> <field key="copyright" value="2008-2011 Cash Costello and the Tidypics Team" /> |