-
Notifications
You must be signed in to change notification settings - Fork 823
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maxime Rainville
committed
Feb 12, 2021
1 parent
11440c0
commit 651e5e2
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/). | ||
|
||
<details> | ||
<summary>Included module versions</summary> | ||
|
||
| 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** | | ||
|
||
</details> | ||
|
||
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. | ||
|
||
<!--- Changes below this line will be automatically regenerated --> | ||
|
||
## 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) | ||
|
||
|
||
|
||
<!--- Changes above this line will be automatically regenerated --> |