mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
0a61f7ed16
commit
3aba5a7136
@ -14,6 +14,7 @@ For users upgrading to 4.1.0 please see the specific [4.1.0 upgrading guide](4.1
|
||||
is required.
|
||||
* All code earlier marked as deprecated for 4.0 has now been removed (check our
|
||||
[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
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user