Skip to content

Releases: unclecheese/silverstripe-display-logic

3.0.0

26 Feb 18:20
4e99cef
Compare
Choose a tag to compare

What's Changed

  • Support for Silverstripe 5. Add property/return type definitions. Rename master/slave by @chrispenny in #152

Full Changelog: 2.0.6...3.0.0

2.0.6

26 Feb 18:20
82d95cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.5...2.0.6

2.0.5

11 Dec 20:57
2c069d3
Compare
Choose a tag to compare
Add Critera api to exit a single group() level (#147)

It was decided that 306f813 was too risky a change that could be
considered API breaking and thus a major version jump. To reduce this we
can add a new method for explicitly escaping a single group level
instead of making Criteria::end() do two different things depending on
context.

This adds the ability for authors to add multiple groups to their
display Criteria, without interrupting people with nested group() rules
that rely on end() to return the form field the rules apply to.

2.0.4

06 Jul 00:06
c5566d7
Compare
Choose a tag to compare
PHP 8.1: Don't pass null to addslashes function (#141)

2.0.3

15 Oct 23:31
c5f807d
Compare
Choose a tag to compare
Update to BSD-3 license

2.0.2

14 Nov 23:17
Compare
Choose a tag to compare
BUGFIX: Ensure original display style is preserved.

Replace missing commits

24 Oct 01:05
Compare
Choose a tag to compare
1.7

latest ss3 version with php 7.2 support (#98)

SS 3.7 PHP 7.2 support

05 Sep 09:22
Compare
Choose a tag to compare
1.6.0

3.7 PHP 7.2 support

PHP 7.2 compat

05 Sep 09:22
Compare
Choose a tag to compare
1.5.1

added support for PHP 7.2 (#96)

2.0.1

26 Feb 22:31
e52178a
Compare
Choose a tag to compare
Update README for SilverStripe 4