Skip to content

Commit

Permalink
DOC Staticpublishqueue changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 22, 2023
1 parent 5b9afdd commit dc2dcdd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions en/04_Changelogs/5.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ title: 5.1.0 (unreleased)
- [New `InheritedPermissions` option - only these members](#only-these-members)
- [Optimised queries when filtering against IDs](#filter-by-ids)
- [Session manager anonymize stored IP addresses](#session-manager-ip)
- [Static publish queue related page regeneration](#staticpublishqueue-regeneration)
- [Other new features](#other-features)
- [API changes](#api-changes)
- [Dependency changes](#dependency-changes)
Expand Down Expand Up @@ -119,6 +120,18 @@ SilverStripe\SessionManager\Models\LoginSession:
anonymize_ip: true
```

### Static publish queue related page regeneration {#staticpublishqueue-regeneration}

New configuration options have been added to [Static Publish Queue](https://github.com/silverstripe/silverstripe-staticpublishqueue) to force regeneration of related pages after publishing or unpublishing a related page. You can enable this with the following configuration:

```yml
SilverStripe\CMS\Model\SiteTree:
regenerate_children: recursive
regenerate_parents: recursive
```

Read more about new [configuration options](https://github.com/silverstripe/silverstripe-staticpublishqueue/blob/6/docs/en/basic_configuration.md#control-when-childparent-pages-are-regenerated-in-cache-actions).

### Other new features

- You can now exclude specific `DataObject` models from the check and repair step of `dev/build` - see [ORM Performance](/developer_guides/performance/orm/#skip-check-and-repair) for more information.
Expand Down

0 comments on commit dc2dcdd

Please sign in to comment.