Skip to content

1.1.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dontub dontub released this 05 Mar 08:49
· 38 commits to 1.1.x since this release

What's Changed

  • Fix conditions for deciding whether "Select" fields are to be displayed as radio buttons or checkboxes by @jensschuppe, @dontub in #8
  • Add generic CiviCRM entity implementation by @dontub in #10
  • Add implementation for CiviCRM Activity entities by @dontub in #11
  • Retrieve cancellation form also when not using tokens by @jensschuppe in #12
  • Allow markup in messages by @jensschuppe in #13
  • Fix warnings because of NULL values for default value by @FeyP in #17
  • Implement "Add more" functionality for additional participants' fields by @jensschuppe in #18
  • 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
  • Throw exception when dependent field can not be found in form definition by @jensschuppe in #21
  • 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

New Contributors

  • @FeyP made their first contribution in #17

Full Changelog: 1.0.0...1.1.0-beta1