diff --git a/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md b/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md index 4de467e8e..fb12cdef2 100644 --- a/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md +++ b/docs/en/02_Developer_Guides/01_Templates/02_Common_Variables.md @@ -41,7 +41,7 @@ functionality may not be included. ``` The `<% base_tag %>` placeholder is replaced with the HTML base element. Relative links within a document (such as `) will become relative to the URI specified in the base tag. This ensures the browser knows where +src="someimage.jpg" alt="">`) will become relative to the URI specified in the base tag. This ensures the browser knows where to locate your site’s images and css files. It renders in the template as `` diff --git a/docs/en/02_Developer_Guides/02_Controllers/05_Middlewares.md b/docs/en/02_Developer_Guides/02_Controllers/05_Middlewares.md index f834e4d24..15c23a303 100644 --- a/docs/en/02_Developer_Guides/02_Controllers/05_Middlewares.md +++ b/docs/en/02_Developer_Guides/02_Controllers/05_Middlewares.md @@ -5,8 +5,8 @@ summary: Create objects for modifying request and response objects across contro # HTTP Middlewares -HTTP Middlewares allow you to put code that will run before or after. These might be used for -authentication, logging, caching, request processing, and many other purposes. +HTTP Middlewares allow you to add code that will run before or after a request has been delegated to the router. These might be used for +authentication, logging, caching, request processing, and many other purposes. [notice] Note this interface replaces the SilverStripe 3 interface [RequestFilter](api:SilverStripe\Control\RequestFilter), which still works but is deprecated. diff --git a/docs/en/04_Changelogs/4.7.2.md b/docs/en/04_Changelogs/4.7.2.md new file mode 100644 index 000000000..890c44011 --- /dev/null +++ b/docs/en/04_Changelogs/4.7.2.md @@ -0,0 +1,51 @@ +# 4.7.2 + +## Overview + +A full list of module versions included in CMS Recipe 4.7.2 is provided below. We recommend referencing recipes in your dependencies, rather than individual modules, to simplify version tracking. See [Recipes](/getting_started/). + +
+Included module versions + +| Module | Version | +| ------ | ------- | +| silverstripe/admin | **1.7.2** | +| silverstripe/asset-admin | 1.7.1 | +| silverstripe/assets | 1.7.0 | +| silverstripe/campaign-admin | 1.7.1 | +| silverstripe/cms | 4.7.1 | +| silverstripe/config | 1.1.0 | +| silverstripe/errorpage | 1.7.0 | +| silverstripe/framework | 4.7.2 | +| silverstripe/graphql | 3.4.1 | +| silverstripe/mimevalidator | 2.1.1 | +| silverstripe/reports | 4.7.0 | +| silverstripe/siteconfig | 4.7.0 | +| silverstripe/versioned |1.7.1 | +| silverstripe/versioned-admin | **1.7.2** | + +
+ +Upgrading to Recipe 4.7.2 is recommended for all sites. This upgrade can be carried out by any development team familiar with Silverstripe CMS. + + + +## Change Log + + +### Bugfixes + + + * silverstripe/admin (1.7.1 -> 1.7.2) + * 2021-02-11 [5059533](https://github.com/silverstripe/silverstripe-admin/commit/5059533971fa87e32d2caf23770814e40e1d5812) Reinstate tab validation icons (Steve Boyd) + * 2021-02-05 [a2b043a](https://github.com/silverstripe/silverstripe-admin/commit/a2b043a85807b0274bf832affcec3ed509d42421) Tweak Legacy Toast Container to wait for Injector to be ready (Maxime Rainville) + * 2021-02-04 [dc1c7ce](https://github.com/silverstripe/silverstripe-admin/commit/dc1c7cef00c1b6cce0dba861cc041e5c470f52a7) Update getManagedModelTabs so it can still work with the old output format of getManagedModels (#1172) (Maxime Rainville) + * 2021-02-03 [2c9a9ef](https://github.com/silverstripe/silverstripe-admin/commit/2c9a9ef1981a08fdec010a3db06e1c5830a85921) Set min-width of popover (Steve Boyd) + * 2021-02-03 [edf13ad](https://github.com/silverstripe/silverstripe-admin/commit/edf13adbad752c465cb40185f7decbae1fde4ad7) Prevent PopoverOptionSet input from clipping border radius of container (#1176) (Maxime Rainville) + + * silverstripe/versioned-admin (1.7.1 -> 1.7.2) + * 2021-02-09 [05da462](https://github.com/silverstripe/silverstripe-versioned-admin/commit/05da4626890798590a116fe3112c9864dd0c7706) Avoid attempting to diff object-based field values (Garion Herman) + + + +