Modified:
/trunk/docs/changelog.txt
/trunk/docs/updating.txt
/trunk/index.php
=======================================
--- /trunk/docs/changelog.txt Sat Dec 11 17:57:04 2010
+++ /trunk/docs/changelog.txt Fri Dec 24 20:24:59 2010
@@ -7,7 +7,7 @@
. other development
======
-0.7.0 - released 2010-??-??
+0.7.0 - released 2010-12-25
+ Added French translation for backup restore plugin - thanks oweb
+ Adding Albanian translation for core. - thanks axjezzy
=======================================
--- /trunk/docs/updating.txt Fri Dec 24 17:23:28 2010
+++ /trunk/docs/updating.txt Fri Dec 24 20:24:59 2010
@@ -37,6 +37,11 @@
12. Clean up by removing the wolf/install & docs directories as well as
readme.txt and security.php
+### Known issues with Wolf CMS 0.7.0
+
+- Snippet and Layout reordering does not work on IE8.
+
+
### Upgrading from 0.5.5 => 0.6.0 ###
=======================================
--- /trunk/index.php Mon Dec 20 06:52:30 2010
+++ /trunk/index.php Fri Dec 24 20:24:59 2010
@@ -14,7 +14,7 @@
// Constants
---------------------------------------------------------------
define('IN_CMS', true);
-define('CMS_VERSION', '0.7.0 RC1');
+define('CMS_VERSION', '0.7.0');
define('CMS_ROOT', dirname(__FILE__));
define('DS', DIRECTORY_SEPARATOR);
define('CORE_ROOT', CMS_ROOT.DS.'wolf');