Skip to content

Releases: systopia/civiremote

1.1.0-beta2

16 May 10:51
Compare
Choose a tag to compare
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

  • @FeyP made their first contribution in #17

Full Changelog: 1.0.0...1.1.0-beta2

1.1.0-beta1

05 Mar 08:49
Compare
Choose a tag to compare
1.1.0-beta1 Pre-release
Pre-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

1.0.0

28 Feb 11:24
Compare
Choose a tag to compare

This is the first stable release of the CiviRemote module, including the CiviRemote Event sub-module. It is a front-end implementation of the CiviRemote framework, and specifically for the CiviRemote Event CiviCRM extension, allowing for CiviCRM event registration (including update/cancellation) on a Drupal website with connection to a CiviCRM instance via the CiviMRF framework.

What's Changed

  • Allow arrays as default value for checkboxes elements by @jensschuppe in #23

Full Changelog: 1.0.0-beta16...1.0.0

1.0.0-beta16

28 Feb 11:14
Compare
Choose a tag to compare
1.0.0-beta16 Pre-release
Pre-release

What's Changed

  • Retrieve cancellation form also when not using tokens by @jensschuppe in #12
  • Allow markup in messages by @jensschuppe in #13
  • Throw exception when dependent field can not be found in form definition by @jensschuppe in #21
  • Fix conditions for deciding whether "Select" fields are to be displayed as radio buttons or checkboxes by @jensschuppe in #8

Full Changelog: 1.0-beta15...1.0.0-beta16

1.0-beta15

28 Feb 11:12
Compare
Choose a tag to compare
1.0-beta15 Pre-release
Pre-release

What's Changed

  • Fix Twig deprecation for 'spaceless' tag by @arnalyse in #4
  • Fix definition error in BaseFieldDefinition form display for civiremote_id field on user entity by @Hydraner in #6
  • Dispatch an event for modifying the connector ID by @jensschuppe in #7

New Contributors

Full Changelog: 1.0-beta14...1.0-beta15

1.0-beta14

25 May 11:14
Compare
Choose a tag to compare
1.0-beta14 Pre-release
Pre-release

What's Changed

  • Add confirm form element which allows to confirm form fields via double-input by @dontub in #2

Full Changelog: 1.0-beta13...1.0-beta14