Releases: unclecheese/silverstripe-display-logic
Releases · unclecheese/silverstripe-display-logic
3.0.0
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
What's Changed
- Fix number field by @xini in #150
- Update README.md by @sageworksstudio in #125
- DOCS fix namespace for Wrapper class by @christopherdarling in #143
New Contributors
- @xini made their first contribution in #150
- @sageworksstudio made their first contribution in #125
- @christopherdarling made their first contribution in #143
Full Changelog: 2.0.5...2.0.6
2.0.5
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
PHP 8.1: Don't pass null to addslashes function (#141)
2.0.3
Update to BSD-3 license
2.0.2
BUGFIX: Ensure original display style is preserved.
Replace missing commits
1.7 latest ss3 version with php 7.2 support (#98)
SS 3.7 PHP 7.2 support
1.6.0 3.7 PHP 7.2 support
PHP 7.2 compat
1.5.1 added support for PHP 7.2 (#96)
2.0.1
Update README for SilverStripe 4