diff options
author | cash <cash.costello@gmail.com> | 2011-10-11 22:28:13 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-10-11 22:28:13 -0400 |
commit | eee08cc81b18730fa780169915679a68f143f9c5 (patch) | |
tree | 0fa05ee91afe2f3cc509d8f8c6ebc9f8b25fc303 | |
parent | 73a9388c461624d6fe4401cc81c45cf346a393b6 (diff) | |
download | elgg-eee08cc81b18730fa780169915679a68f143f9c5.tar.gz elgg-eee08cc81b18730fa780169915679a68f143f9c5.tar.bz2 |
Tidypics 1.7.2
-rw-r--r-- | contributions.txt | 14 | ||||
-rw-r--r-- | manifest.xml | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/contributions.txt b/contributions.txt index b7869daa6..eec662923 100644 --- a/contributions.txt +++ b/contributions.txt @@ -1,6 +1,20 @@ Changelog and contributors list
------------------------------------------------------------------------
+Version 1.7.2 Change List
+Release Date: 10/11/2011
+------------------------------------------------------------------------
+BEGIN VERSION 1.7.2 CHANGES
+------------------------------------------------------------------------
+ * Fixed bug with admin tabs
+ * Fixed bug with pagination on all site albums page
+ * New installs get default settings automatically added
+ * Added a server check for cookie-only sessions
+------------------------------------------------------------------------
+END VERSION 1.7.2 CHANGES
+------------------------------------------------------------------------
+
+------------------------------------------------------------------------
Version 1.7.1 Change List
Release Date: 07/10/2011
------------------------------------------------------------------------
diff --git a/manifest.xml b/manifest.xml index e8701a408..f3d3e877e 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.1" /> + <field key="version" value="1.7.2" /> <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" /> |