DOCS Mark 4.4.0 as unreleased to avoid confusion on docs.silverstripe.org

[ci skip]
This commit is contained in:
Robbie Averill 2019-03-07 09:20:45 +13:00 committed by GitHub
parent 765d1568ab
commit cb8ec9ae1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# 4.4.0
# 4.4.0 (Unreleased)
## Overview {#overview}
@ -30,4 +30,4 @@ You may also need to update your server configuration if you have applied specia
- `PDOQuery::__construct()` now has a 2nd argument. If you have subclassed PDOQuery and overridden __construct()
you may see an E_STRICT error
- The name of the directory where vendor module resources are exposed can now be configured by adding a `extra.resources-dir` key to your composer file. The new default in `silverstripe/installer` has been changed to `_resources` rather than `resources`. This allows you to use `resources` as a URL segment or a route.
- The name of the directory where vendor module resources are exposed can now be configured by adding a `extra.resources-dir` key to your composer file. The new default in `silverstripe/installer` has been changed to `_resources` rather than `resources`. This allows you to use `resources` as a URL segment or a route.