aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-12-13 02:13:13 +0000
committerCash Costello <cash.costello@gmail.com>2009-12-13 02:13:13 +0000
commit066a30d42aa814637facc30f5cc24e8a50d908d8 (patch)
tree0ec7c21d83dfcbdc17e2e200e20a165b03195cf0
parent304760f02fbef19a9fdadd5d01f22ea77e6459cd (diff)
downloadelgg-066a30d42aa814637facc30f5cc24e8a50d908d8.tar.gz
elgg-066a30d42aa814637facc30f5cc24e8a50d908d8.tar.bz2
1.6.5 version
-rw-r--r--contributions.txt19
-rw-r--r--manifest.xml8
-rw-r--r--start.php3
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>
diff --git a/start.php b/start.php
index 2c6057635..3cd501611 100644
--- a/start.php
+++ b/start.php
@@ -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');
-
+*/
}
}