1.1.0-beta2
Pre-release
Pre-release
What's Changed
- Add generic CiviCRM entity implementation by @dontub in #10
- Add implementation for CiviCRM Activity entities by @dontub in #11
- Implement "Add more" functionality for additional participants' fields by @jensschuppe in #18
- Fix warnings because of
NULL
values for default value by @FeyP in #17 - Move form definition retrieval out of controller constructors for proper access checking in other contexts by @jensschuppe in #19
- Require
drupal/cmrf_core
2.1 for APIv4 compatibility by @dontub in #20 - Allow profile parameter for token-based forms by @jensschuppe in #22
- Allow arrays as default value for checkboxes elements by @jensschuppe in #23
- Use form ID depending on route context by @jensschuppe in #24
- Use
setRedirectUrl()
instead of route-based redirects by @jensschuppe in #25
New Contributors
Full Changelog: 1.0.0...1.1.0-beta2