Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cwp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
cwp
cwp
Commits
17322690
Unverified
Commit
17322690
authored
Nov 28, 2016
by
Damian Mooyman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix upgrading notes for auditor module
parent
c4d30d9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
docs/en/04_Releases_and_changelogs/cwp_recipe_basic_1.5.0.md
docs/en/04_Releases_and_changelogs/cwp_recipe_basic_1.5.0.md
+9
-3
No files found.
docs/en/04_Releases_and_changelogs/cwp_recipe_basic_1.5.0.md
View file @
17322690
...
...
@@ -13,6 +13,14 @@ includes an enhanced auditor module for improved security logging.
This upgrade can be carried out by any development team familiar with SilverStripe CMS, but if you
would like SilverStripe's assistance, please let us know.
## New Features
This release also includes a new module
[
silverstripe/auditor
](
https://github.com/silverstripe/silverstripe-auditor
)
which will install and configure itself by default on upgrade. This module
is mandatory and cannot be removed from the core installation. This will
provide better and more complete system logging on all CWP sites.
## Upgrading Instructions
In order to update an existing site to use the new basic recipe the following changes to your composer.json
...
...
@@ -22,12 +30,10 @@ can be made:
"require": {
"cwp/cwp-recipe-basic": "~1.5.0@stable",
"cwp/cwp-recipe-blog": "~1.5.0@stable",
"cwp-themes/default": "~1.
2.1
@stable"
"cwp-themes/default": "~1.
3.0
@stable"
},
"prefer-stable": true
Note that the default theme has not been modified since recipe 1.2.0, and can be left unchanged.
## Details
### Bugfixes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment