diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-14 15:57:13 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-14 15:57:13 -0400 |
commit | ad34c437251fe2194ea482b58fcaad4459bf6b37 (patch) | |
tree | bba8c684b559d17a700e3f079cf77474076ac23f | |
parent | 57b8fb7a439fb181d2c2fac4a06e178c17b3b4ca (diff) | |
download | elgg-ad34c437251fe2194ea482b58fcaad4459bf6b37.tar.gz elgg-ad34c437251fe2194ea482b58fcaad4459bf6b37.tar.bz2 |
1.8.0 Release Candidate 1
-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. |