mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix backtick in changelog breaking sentence formatting
This commit is contained in:
parent
97c7caf1f1
commit
0035f4a907
@ -15,7 +15,7 @@ Please also note the [4.0.0](4.0.0) and [4.1.0](4.1.0) changelogs for a complete
|
|||||||
### App folder name
|
### App folder name
|
||||||
|
|
||||||
The standard 'mysite' code naming convention has changed. Although existing sites can continue
|
The standard 'mysite' code naming convention has changed. Although existing sites can continue
|
||||||
to use 'mysite/code` to store their base project code, the recommendation and new default is to
|
to use `mysite/code` to store their base project code, the recommendation and new default is to
|
||||||
store code in `app/src`.
|
store code in `app/src`.
|
||||||
|
|
||||||
Additionally, we reinforce the recommendation to use psr-4 autoloading in your project to speed up
|
Additionally, we reinforce the recommendation to use psr-4 autoloading in your project to speed up
|
||||||
@ -373,4 +373,4 @@ class PageController extends ContentController
|
|||||||
* Deprecated `HTTP.disable_http_cache`. Use `HTTPCacheControlMiddleware.defaultState` and `defaultForcingLevel` instead
|
* Deprecated `HTTP.disable_http_cache`. Use `HTTPCacheControlMiddleware.defaultState` and `defaultForcingLevel` instead
|
||||||
* Deprecated `HTTP::register_modification_date()`. Use `HTTPCacheControlMiddleware::registerModificationDate()` instead
|
* Deprecated `HTTP::register_modification_date()`. Use `HTTPCacheControlMiddleware::registerModificationDate()` instead
|
||||||
* Deprecated `HTTP::register_modification_timestamp()`. Use `HTTPCacheControlMiddleware::registerModificationDate()` instead
|
* Deprecated `HTTP::register_modification_timestamp()`. Use `HTTPCacheControlMiddleware::registerModificationDate()` instead
|
||||||
* Deprecated `HTTP::register_etag()`. Use `HTTPCacheControlMiddleware::ETagMiddleware()` instead
|
* Deprecated `HTTP::register_etag()`. Use `HTTPCacheControlMiddleware::ETagMiddleware()` instead
|
||||||
|
Loading…
Reference in New Issue
Block a user