diff options
-rw-r--r-- | contributions.txt | 21 | ||||
-rw-r--r-- | manifest.xml | 2 |
2 files changed, 17 insertions, 6 deletions
diff --git a/contributions.txt b/contributions.txt index 947f2b069..a05a449dd 100644 --- a/contributions.txt +++ b/contributions.txt @@ -1,16 +1,27 @@ Changelog and contributors list
------------------------------------------------------------------------
-Version 1.6.9 Change List
-Release Date: 07/25/2010
+Version 1.7.0 Change List
+Final Release Date: ??
+Beta 1 Release Date: 11/06/2010
+Contributors:
+ * Cash Costello
+ * Jeff Tilson
+ * Original Flash code by Torsten Wesolek
+ * language files submitted by gillie and lord55
------------------------------------------------------------------------
-BEGIN VERSION 1.6.9 CHANGES
+BEGIN VERSION 1.7.0 CHANGES
------------------------------------------------------------------------
+ * Add Flash uploader
+ * Added album sorting
+ * Added batch upload river entries
* Fixed bug where old installs of Tidypics would not upgrade
* Fixed bug in activity river with link on image entry
- *
+ * Fixed tag pop-up box display issue
+ * Fixed display of avatars in tag river entries
+ * Fixed 2 widget bugs
------------------------------------------------------------------------
-END VERSION 1.6.9 CHANGES
+END VERSION 1.7.0 CHANGES
------------------------------------------------------------------------
------------------------------------------------------------------------
diff --git a/manifest.xml b/manifest.xml index f19991546..94f79b7e8 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.6.8" /> + <field key="version" value="1.7.0 beta 1" /> <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" /> |