From 990b84ce45f28892eddc6a1ef47c661c88d8a557 Mon Sep 17 00:00:00 2001 From: Dean Blackborough Date: Sat, 18 Feb 2017 16:25:52 +0000 Subject: [PATCH] Release - Updated changelog and added nots for latest release - Reset environment to production --- CHANGELOG.md | 2 +- README.md | 2 +- application/configs/environment.php | 6 +++--- .../dlayer/views/scripts/index/index.phtml | 19 +++++++++---------- 4 files changed, 14 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba02589d1..39ffd7853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ v1.13: In Progress - Switching to a new sub tool clears any unsaved changes displaying in the designer. [Bugfix] - Select parent row code looks at whether a content item is selected and returns the column that is relevant to the current environment status. [Bugfix] - Added a Date Element tool to the Form Builder along with the Styling and Delete sub tools. [Feature] -- Added a Heading & Date content item to the Content Manager. [Feature] +- Added a Heading & Date content item to the Content Manager along with the Styling, Typography and Delete sub tools. [Feature] - Clear the selected tool for the Form Builder upon logout. [Bugfix] - Refactoring diff --git a/README.md b/README.md index d2f10dff9..f72828401 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ I am working towards reinstating the Website Manager and the Media Library. As s Latest stable release -------- -v1.12 - Released 14th February 2017 +v1.13 - Released 18th February 2017 Overview -------- diff --git a/application/configs/environment.php b/application/configs/environment.php index 26308e841..5505f7177 100644 --- a/application/configs/environment.php +++ b/application/configs/environment.php @@ -10,10 +10,10 @@ * production, development, testing or staging */ -//$environment = 'production'; -$environment = 'development'; +$environment = 'production'; +//$environment = 'development'; // Version number for current release $version_no = 'v1.13'; // Release date for current release -$version_release_date = 'In progress'; +$version_release_date = '18th February 2017'; diff --git a/application/modules/dlayer/views/scripts/index/index.phtml b/application/modules/dlayer/views/scripts/index/index.phtml index 7ba4f801f..76572e1aa 100644 --- a/application/modules/dlayer/views/scripts/index/index.phtml +++ b/application/modules/dlayer/views/scripts/index/index.phtml @@ -31,20 +31,19 @@
-

v1.12 Mixed bag (14th February 2017)

+

v1.13 Bugs & Date (18th February 2017)

+

v1.12 Mixed bag (14th February 2017)

+

v1.11 Form Builder part 5 (10th February 2017)

v1.10 Form Builder part 4 (4th February 2017)