diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-21 22:50:00 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-21 22:50:00 +0000 |
commit | 6e2f754b98b70c494dcd5d37ae68c31bd85cc070 (patch) | |
tree | 2b42704b3af6a518c0b3de646dddbac808345254 | |
parent | 6ce057f5162e18cd5190717145a13e7c29fe9da7 (diff) | |
download | elgg-6e2f754b98b70c494dcd5d37ae68c31bd85cc070.tar.gz elgg-6e2f754b98b70c494dcd5d37ae68c31bd85cc070.tar.bz2 |
started getting ready for beta release
-rw-r--r-- | contributions.txt | 22 | ||||
-rw-r--r-- | manifest.xml | 6 |
2 files changed, 17 insertions, 11 deletions
diff --git a/contributions.txt b/contributions.txt index 06f7918df..f7aee9ba5 100644 --- a/contributions.txt +++ b/contributions.txt @@ -1,13 +1,19 @@ -Project Lead:
-Gabriel Monge-Franco (gabrielinux)
-http://gabriel.mongefranco.com
-
-Original Author:
-Jade Dominguez
-http://www.tastyseed.com/
+See individual change logs for contributors to those builds
-See individual change logs for contributors to those builds
+------------------------------------------------------------------------
+Version 1.6.0 Change List
+Release Date: 06/24/2009
+Contributors:
+ * Cash Costello
+ * Greg
+------------------------------------------------------------------------
+BEGIN VERSION 1.6.0 CHANGES
+------------------------------------------------------------------------
+ * Photo tagging
+------------------------------------------------------------------------
+END VERSION 1.6.0 CHANGES
+------------------------------------------------------------------------
------------------------------------------------------------------------
diff --git a/manifest.xml b/manifest.xml index 67858103d..b29aeea6f 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest> - <field key="author" value="Gabriel Monge-Franco and the TidyPics team." /> - <field key="version" value="1.5.1" /> + <field key="author" value="The TidyPics team." /> + <field key="version" value="1.6.0" /> <field key="description" value="Tidypics Photo Gallery Plugin" /> <field key="website" value="http://code.google.com/p/tidypics/" /> - <field key="copyright" value="2008-2009 Jade Dominguez and Gabriel Monge-Franco" /> + <field key="copyright" value="2008-2009 Jade Dominguez, Gabriel Monge-Franco, Cash Costello" /> <field key="licence" value="GNU General Public License version 3" /> <field key="elgg_version" value="2009022701" /> </plugin_manifest> |