DOCS Mention public folder in 4.0.0 upgrading overview

It's one of the most noteworthy manual changes,
let's not hide it from devs who will (correctly) start their upgrade process by looking at the 4.0.0 guide
This commit is contained in:
Ingo Schommer 2018-06-15 16:23:19 +12:00
parent 0a61f7ed16
commit 3aba5a7136

View File

@ -14,6 +14,7 @@ For users upgrading to 4.1.0 please see the specific [4.1.0 upgrading guide](4.1
is required. is required.
* All code earlier marked as deprecated for 4.0 has now been removed (check our * All code earlier marked as deprecated for 4.0 has now been removed (check our
[deprecation process](/contributing/release_process)) [deprecation process](/contributing/release_process))
* **4.1.0 only** Support for public webroot folder `public/` ([details](4.1.0#public-folder))
* All code has been migrated to follow the PSR-2 coding standard. Most significantly, all SilverStripe * All code has been migrated to follow the PSR-2 coding standard. Most significantly, all SilverStripe
classes are now namespaced, and some have been renamed. This has major implications for classes are now namespaced, and some have been renamed. This has major implications for
arrangement of templates, as well as other references to classes via string literals or configuration. arrangement of templates, as well as other references to classes via string literals or configuration.