diff options
-rw-r--r-- | contributions.txt | 14 | ||||
-rw-r--r-- | manifest.xml | 2 | ||||
-rw-r--r-- | version.php | 1 |
3 files changed, 15 insertions, 2 deletions
diff --git a/contributions.txt b/contributions.txt index 6ab7253f9..f12a4713b 100644 --- a/contributions.txt +++ b/contributions.txt @@ -1,6 +1,20 @@ Changelog and contributors list
------------------------------------------------------------------------
+Version 1.8.0 RC1 Change List
+Release Date: 07/14/2012
+------------------------------------------------------------------------
+BEGIN VERSION 1.8.0 RC1 CHANGES
+------------------------------------------------------------------------
+ * Updated for Elgg 1.8
+Contributors:
+ * Cash Costello
+ * Brett Profitt
+------------------------------------------------------------------------
+END VERSION 1.7.3 CHANGES
+------------------------------------------------------------------------
+
+------------------------------------------------------------------------
Version 1.7.3 Change List
Release Date: 11/09/2011
------------------------------------------------------------------------
diff --git a/manifest.xml b/manifest.xml index d3c884f2f..3f4025988 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,7 +2,7 @@ <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Tidypics Photo Gallery</name> <author>Cash Costello</author> - <version>1.8.0-preview2</version> + <version>1.8.0-rc1</version> <description>A photo gallery with albums, tagging, and a slideshow.</description> <category>content</category> <category>multimedia</category> diff --git a/version.php b/version.php index f2817c5e9..68817c053 100644 --- a/version.php +++ b/version.php @@ -1,5 +1,4 @@ <?php - /** * Version of this plugin. * Used for the upgrade system. |