See individual change logs for contributors to those builds\r
\r
+\r
+------------------------------------------------------------------------\r
+Version 1.6.5 Change List\r
+Release Date: 12/12/2009\r
+------------------------------------------------------------------------\r
+BEGIN VERSION 1.6.5 CHANGES\r
+------------------------------------------------------------------------\r
+ * Bug fixes\r
+ * Better plugin hooks for adding slideshows and lightboxes\r
+ * Better display of album pages and tweaked css\r
+ * Slideshows available on more pages\r
+ * Made a change to parameters in tp_list_entities - added container\r
+ * Added Danish translation from erikernstm\r
+ * Added French translation from Fx Nion\r
+------------------------------------------------------------------------\r
+END VERSION 1.6.5 CHANGES\r
+------------------------------------------------------------------------\r
+\r
+\r
------------------------------------------------------------------------\r
Version 1.6.4 Change List\r
Release Date: 10/05/2009\r
<?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>
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');
-
+*/
}
}