From 0f54ecf783d6ff25a3bec6d1663e32101772bfa2 Mon Sep 17 00:00:00 2001 From: Garion Herman Date: Wed, 8 May 2019 15:06:19 +1200 Subject: [PATCH] DOCS Tweak theme update documentation in 2.3 release notes --- docs/en/05_Releases_and_changelogs/cwp_2.3.0.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/en/05_Releases_and_changelogs/cwp_2.3.0.md b/docs/en/05_Releases_and_changelogs/cwp_2.3.0.md index ee75af5d..9ec450d8 100644 --- a/docs/en/05_Releases_and_changelogs/cwp_2.3.0.md +++ b/docs/en/05_Releases_and_changelogs/cwp_2.3.0.md @@ -6,7 +6,7 @@ This upgrade includes CMS and Framework version 4.4.0. * [Framework 4.4.0](https://github.com/silverstripe/silverstripe-framework/blob/4.4.0/docs/en/04_Changelogs/4.4.0.md) -Upgrade to Recipe 2.3.0 is optional, but is recommended for all CWP sites. +Upgrading to Recipe 2.3.0 is optional, but is recommended for all CWP sites. 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. @@ -34,10 +34,13 @@ can be made: "prefer-stable": true ``` -### Bootstrap 4 +### Major Theme Updates -Version 3.0.0 of the Starter and Wātea themes, available with CWP 2.3.0, are updated to use Bootstrap 4.3. Please -[see the Bootstrap migration guide](https://getbootstrap.com/docs/4.3/migration/) for Bootstrap specific changes. +Version 3.0.0 of the Starter and Wātea themes, available with CWP 2.3.0, are updated to use Bootstrap 4.x. Please +[see the Bootstrap migration guide](https://getbootstrap.com/docs/4.3/migration/) for Bootstrap-specific changes. + +These updates also include an upgrade to Laravel Mix 4, along with other dependency upgrades (including Webpack 4 and +Babel 7). If you have modified any build configuration, this may need adjustment for compatibility. ## Known issues