Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
- Updated changelog and added nots for latest release
- Reset environment to production
  • Loading branch information
deanblackborough committed Feb 18, 2017
1 parent c5a21c3 commit 990b84c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down
6 changes: 3 additions & 3 deletions application/configs/environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
19 changes: 9 additions & 10 deletions application/modules/dlayer/views/scripts/index/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,19 @@
</div>

<div class="col-md-6 col-sm-6 col-xs-12">
<h3><span class="label label-success">v1.12</span> Mixed bag <small class="text-muted">(14th February 2017)</small></h3>
<h3><span class="label label-success">v1.13</span> Bugs & Date <small class="text-muted">(18th February 2017)</small></h3>

<ul>
<li>Added a delete sub tool to each of the content items. [Feature]</li>
<li>The Content Manager does not display deleted content items; data remains pending feature to restore.</li>
<li>The re-order code which runs after an element is deleted in the Form Builder was sorting incorrectly. [Bugfix]</li>
<li>Added an admin controller to the Content Manager. [Refactoring]</li>
<li>Added an admin controller to the default module. [Refactoring]</li>
<li>Added the control bar to the Form Builder and Content Manager previews. There is a button to return to the Designer/Manager and in the Form Builder an option to set the width of the preview. [Feature]</li>
<li>The Form Builder displays the assigned title and subtitle. [Bugfix]</li>
<li>Model cleanup. [Refactoring]</li>
<li>Minor fixes and improvements.</li>
<li>Switching to a new sub tool clears any unsaved changes displaying in the designer. [Bugfix]</li>
<li>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]</li>
<li>Added a Date Element tool to the Form Builder along with the Styling and Delete sub tools. [Feature]</li>
<li>Added a Heading & Date content item to the Content Manager along with the Styling, Typography and Delete sub tools. [Feature]</li>
<li>Clear the selected tool for the Form Builder upon logout. [Bugfix]</li>
<li>Refactoring.</li>
</ul>

<h3><span class="label label-default">v1.12</span> Mixed bag <small class="text-muted">(14th February 2017)</small></h3>

<h3><span class="label label-default">v1.11</span> Form Builder part 5 <small class="text-muted">(10th February 2017)</small></h3>

<h3><span class="label label-default">v1.10</span> Form Builder part 4 <small class="text-muted">(4th February 2017)</small></h3>
Expand Down

0 comments on commit 990b84c

Please sign in to comment.