]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
1.6.5 version
authorCash Costello <cash.costello@gmail.com>
Sun, 13 Dec 2009 02:13:13 +0000 (02:13 +0000)
committerCash Costello <cash.costello@gmail.com>
Sun, 13 Dec 2009 02:13:13 +0000 (02:13 +0000)
contributions.txt
manifest.xml
start.php

index e324f71f513ee771695c9121b67a063fd210d44b..0a6c98f49b3e4e8ef32967bcbf2eb61081b5923b 100644 (file)
@@ -1,5 +1,24 @@
 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
index d5867272273e8e214a795626db7ac0f827a0e131..2554610255f18e2c7e203e3cb04f130ba8b4598d 100644 (file)
@@ -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>
index 2c605763582bd8d0c7dcdae4fe41974042ad2af1..3cd501611e50f899cbd4a5fc66837f22e7f57cda 100644 (file)
--- a/start.php
+++ b/start.php
                        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');
-
+*/
                }
                
        }