diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-06-05 18:15:15 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-06-05 18:15:15 +0000 |
commit | 0b3e08aed1ddbf117a42e56c9fe0ab72e71d996e (patch) | |
tree | 5d18ec94c2782d88e38c07e63490fda6d6479cca | |
parent | 18ccaf511a13341c0985970ce4d532cdca1b9266 (diff) | |
download | elgg-0b3e08aed1ddbf117a42e56c9fe0ab72e71d996e.tar.gz elgg-0b3e08aed1ddbf117a42e56c9fe0ab72e71d996e.tar.bz2 |
welcome to the long overdue 1.7.0 version
-rw-r--r-- | contributions.txt | 3 | ||||
-rw-r--r-- | manifest.xml | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/contributions.txt b/contributions.txt index a05a449dd..06672bce6 100644 --- a/contributions.txt +++ b/contributions.txt @@ -2,7 +2,7 @@ Changelog and contributors list ------------------------------------------------------------------------
Version 1.7.0 Change List
-Final Release Date: ??
+Final Release Date: 06/05/2011
Beta 1 Release Date: 11/06/2010
Contributors:
* Cash Costello
@@ -20,6 +20,7 @@ BEGIN VERSION 1.7.0 CHANGES * Fixed tag pop-up box display issue
* Fixed display of avatars in tag river entries
* Fixed 2 widget bugs
+ * Fixed bug with images that have national characters in filename
------------------------------------------------------------------------
END VERSION 1.7.0 CHANGES
------------------------------------------------------------------------
diff --git a/manifest.xml b/manifest.xml index 94f79b7e8..f4396d03d 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.7.0 beta 1" /> + <field key="version" value="1.7.0" /> <field key="description" value="Tidypics Photo Gallery" /> <field key="website" value="http://code.google.com/p/tidypics/" /> - <field key="copyright" value="2008-2010 Cash Costello and the Tidypics Team" /> + <field key="copyright" value="2008-2011 Cash Costello and the Tidypics Team" /> <field key="licence" value="GNU General Public License version 2" /> - <field key="elgg_version" value="2009022701" /> + <field key="elgg_version" value="2010030101" /> </plugin_manifest> |