Releases: sheadawson/silverstripe-quickaddnew
Releases · sheadawson/silverstripe-quickaddnew
2.0.0
What's Changed
- Silverstripe 4 an d 5 support
- Feature/composer install dir by @hubertusanton in #46
New Contributors
- @hubertusanton made their first contribution in #46
Full Changelog: 1.1.5...2.0.0
1.1.3
- 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
Merge pull request #25 from sheadawson/master Commits for 1.1.2
1.1.1: Don't modify the field if no canCreate
* master: NEW Don't modify the field if no canCreate