Skip to content

Releases: tractorcow-farm/silverstripe-fluent

6.0.0 Versioned history support

29 Mar 01:28
Compare
Choose a tag to compare

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() and isPublished() now reflect localised model state instead of the base record
  • PHP 8 support added
  • several minor fixes and UI enhancements

5.1.1

27 Mar 22:04
Compare
Choose a tag to compare
BUG: Legacy permissions migration fix.

5.1.0

10 Mar 04:29
154c995
Compare
Choose a tag to compare
Merge pull request #753 from tractorcow-farm/fix/permisison-clashes

fix: issue with "all cms sections" permission erroneously handling fluent permissions

5.0.1

10 Mar 04:29
97f74fd
Compare
Choose a tag to compare

4.6.0

29 Nov 20:45
95c35ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.5.1...4.6.0

5.0.0

29 Sep 02:26
Compare
Choose a tag to compare

Special thanks for the grand effort put into this release:
@robbieaverill
@mfendeksilverstripe
@chrispenny
@ScopeyNZ
@raissanorth
@wernerkrauss
@danaenz

5.0.0-rc1

10 Sep 21:29
9be13f8
Compare
Choose a tag to compare
5.0.0-rc1 Pre-release
Pre-release
Merge pull request #649 from tractorcow-farm/dependabot/npm_and_yarn/…

5.0.0-beta3

04 Sep 04:22
087cf9b
Compare
Choose a tag to compare
5.0.0-beta3 Pre-release
Pre-release
Merge pull request #647 from tractorcow-farm/dependabot/npm_and_yarn/…

4.5.1

17 Nov 22:11
Compare
Choose a tag to compare
  • Wrap middleware state mutations inside state helpers This will prevent Director::test() mutating the state Ensure that FluentState::withState() backs up i18n locale also Fixes #642 (Damian Mooyman) - 964175f
  • Add PHP7.4 build (Maxime Rainville) - 740c368

5.0.0-beta2

31 Aug 22:45
d87e752
Compare
Choose a tag to compare
5.0.0-beta2 Pre-release
Pre-release
Merge pull request #644 from tractorcow-farm/fix/state-mutation

Wrap middleware state mutations inside state helpers