Skip to content

Releases: sheadawson/silverstripe-quickaddnew

2.0.0

12 Nov 15:39
Compare
Choose a tag to compare

What's Changed

  • Silverstripe 4 an d 5 support
  • Feature/composer install dir by @hubertusanton in #46

New Contributors

Full Changelog: 1.1.5...2.0.0

1.1.3

14 Oct 00:17
Compare
Choose a tag to compare
  • fix(quickaddnew.css): Fix CSS so that the addnew button appears beside the chosen field in a way that works responsively.
  • Fix enter key presses in input dialogs triggering the add new button. see: silverstripe/silverstripe-cms#1290
  • added croatian translation
  • Added standard Scrutinizer config
  • Adjusting codestyle a bit and adding phpdoc blocks
  • Fixing phpdoc blocks to refering to Objects to built-in types of PHP
  • Remove trailing spaces in the source code
  • Fixing composer.json
  • Converted to PSR-2
  • Added standard .editorconfig file
  • Create LICENSE.md
  • add support for Translatable or other instances when form action contains url parameters

1.1.2

06 Jul 06:28
Compare
Choose a tag to compare
Merge pull request #25 from sheadawson/master

Commits for 1.1.2

1.1.1: Don't modify the field if no canCreate

10 Feb 04:32
Compare
Choose a tag to compare
* master:
  NEW Don't modify the field if no canCreate