diff options
-rw-r--r-- | contributions.txt | 19 | ||||
-rw-r--r-- | manifest.xml | 8 | ||||
-rw-r--r-- | start.php | 3 |
3 files changed, 25 insertions, 5 deletions
diff --git a/contributions.txt b/contributions.txt index e324f71f5..0a6c98f49 100644 --- a/contributions.txt +++ b/contributions.txt @@ -1,5 +1,24 @@ See individual change logs for contributors to those builds
+
+------------------------------------------------------------------------
+Version 1.6.5 Change List
+Release Date: 12/12/2009
+------------------------------------------------------------------------
+BEGIN VERSION 1.6.5 CHANGES
+------------------------------------------------------------------------
+ * Bug fixes
+ * Better plugin hooks for adding slideshows and lightboxes
+ * Better display of album pages and tweaked css
+ * Slideshows available on more pages
+ * Made a change to parameters in tp_list_entities - added container
+ * Added Danish translation from erikernstm
+ * Added French translation from Fx Nion
+------------------------------------------------------------------------
+END VERSION 1.6.5 CHANGES
+------------------------------------------------------------------------
+
+
------------------------------------------------------------------------
Version 1.6.4 Change List
Release Date: 10/05/2009
diff --git a/manifest.xml b/manifest.xml index d58672722..255461025 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.6.4" /> - <field key="description" value="Tidypics Photo Gallery Plugin" /> + <field key="author" value="The Tidypics team" /> + <field key="version" value="1.6.5 /> + <field key="description" value="Tidypics Photo Gallery" /> <field key="website" value="http://code.google.com/p/tidypics/" /> - <field key="copyright" value="2008-2009 Jade Dominguez, Gabriel Monge-Franco, Cash Costello" /> + <field key="copyright" value="2008-2009 Cash Costello and the Tidypics Team" /> <field key="licence" value="GNU General Public License version 3" /> <field key="elgg_version" value="2009022701" /> </plugin_manifest> @@ -189,10 +189,11 @@ add_submenu_item( elgg_echo('tidypics:recentlycommented'), $CONFIG->wwwroot . 'pg/photos/recentlycommented/', 'tidypics-z'); +/* add_submenu_item( 'Flickr Integration', $CONFIG->wwwroot . 'mod/tidypics/pages/flickr/setup.php', 'tidypics-z'); - +*/ } } |