Skip to content

1.3.0

Compare
Choose a tag to compare
@lekoala lekoala released this 10 Feb 11:25
· 92 commits to master since this release

What's Changed

  • Make GridFieldRowButton slightly more flexible by @micschk in #17

Breaking changes

Make sure to update any class using GridFieldRowButton to use the following method signature
abstract function getButtonLabel(GridField $gridField, $record, $columnName);

New Contributors

Full Changelog: 1.2.10...1.3.0