Releases: tractorcow-farm/silverstripe-fluent
Releases · tractorcow-farm/silverstripe-fluent
6.0.0 Versioned history support
Release 6.0.0 Versioned history support
- Fluent supports versioned history (history view, rollback, restore to draft and other actions now work correctly with localised models)
- Versioned related methods such as
isDraft()
andisPublished()
now reflect localised model state instead of the base record - PHP 8 support added
- several minor fixes and UI enhancements
5.1.1
BUG: Legacy permissions migration fix.
5.1.0
Merge pull request #753 from tractorcow-farm/fix/permisison-clashes fix: issue with "all cms sections" permission erroneously handling fluent permissions
5.0.1
4.6.0
What's Changed
- Merge up from 4.5 + postgresql build by @maxime-rainville in #629
- API phpunit 9 support by @emteknetnz in #736
Full Changelog: 4.5.1...4.6.0
5.0.0
Special thanks for the grand effort put into this release:
@robbieaverill
@mfendeksilverstripe
@chrispenny
@ScopeyNZ
@raissanorth
@wernerkrauss
@danaenz
5.0.0-rc1
Merge pull request #649 from tractorcow-farm/dependabot/npm_and_yarn/…
5.0.0-beta3
Merge pull request #647 from tractorcow-farm/dependabot/npm_and_yarn/…
4.5.1
5.0.0-beta2
Merge pull request #644 from tractorcow-farm/fix/state-mutation Wrap middleware state mutations inside state helpers