From 079fffb0f0689ce0ed982c70bad7ec8a7a1d1628 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Wed, 8 Nov 2017 12:58:30 +0000 Subject: [PATCH] DOCS Update 4.0.0 changelog to indicate stable release --- docs/en/04_Changelogs/4.0.0.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/04_Changelogs/4.0.0.md b/docs/en/04_Changelogs/4.0.0.md index 72c761b7e..391c45480 100644 --- a/docs/en/04_Changelogs/4.0.0.md +++ b/docs/en/04_Changelogs/4.0.0.md @@ -1,4 +1,4 @@ -# 4.0.0 (unreleased) +# 4.0.0 ## Introduction @@ -81,7 +81,6 @@ Backup your existing `composer.json` and overwrite it with the following content This composer file uses the new [recipe](https://github.com/silverstripe/recipe-plugin) approach which bundles all core dependencies in a meta package. If you want more granular control over what gets installed, check the `composer.json` files in [recipe-core](https://github.com/silverstripe/recipe-core) and [recipe-cms](https://github.com/silverstripe/recipe-cms). -Since this is a pre-release, you need to allow composer to install unstable dependencies via `minimum-stability: dev`. Now run a `composer update`. This will remove all existing modules from your local codebase since we replaced your project's `composer.json`. Now you can move back your modules