Release Candidate 3: All relase notes for this pre-release are merged into the release notes for 2.0.0
stable (which is as yet unreleased). Please [refer there]
(https://www.cwp.govt.nz/developer-docs/en/2/releases_and_changelogs/cwp_recipe_basic_2.0.0/) for more complete state of the upgrade, or below for the changes since 2.0.0-rc2
This release candidate is essentially the same as rc2, however addresses a few small issues with composer dependency resolutions which prevented rc2 from being able to be installed. The modules affected by this were:
- silverstripe/content-widget
- silverstripe/externallinks
- silverstripe/sitewidecontent-report
- silverstripe/akismet
The following recipes were not updated in the last release as an oversight, and tried to require older versions of their modules which also impacted composer:
- silverstripe/recipe-reporting-tools
- silverstripe/recipe-content-blocks
- cwp/cwp-recipe-search
The github issue tracking all of the above can be found at the cwp/cwp-installer repository on github
Change Log
Bugfixes
- 2018-04-08 cbca821 comply with psr-2 (Andreas Piening)
- 2018-04-08 d0149f8 add missing canView check in json (Andreas Piening)
- 2018-04-06 30704f5 Update path to template (Raissa North)
- 2018-04-05 b4aae0f Remove attempt to import environment into conifg for docvert (Dylan Wagstaff)
- 2018-04-04 d45a407 make RestfulServer:: configurable (Andreas Piening)
- 2018-04-03 4544cd3 module references and mention base module (Ingo Schommer)
- 2018-04-03 7eba03a Switch example date format to match HTML5 datetime field format (Robbie Averill)
- 2018-04-03 ff885e9 Remove rogue nbsp; from Start Time field labels (Robbie Averill)
- 2018-02-26 4413db4 use appropriate constraints for our CI testing (Dylan Wagstaff)
- 2018-02-25 ceba6c1 Update requirements & travis config to be consistent with acutal requirements (Dylan Wagstaff)