Releases: systopia/civiremote
Releases · systopia/civiremote
1.1.0-beta5
What's Changed
- Add configuration option for matching users with CiviCRM contacts on login by @jensschuppe in #42
Full Changelog: 1.1.0-beta4...1.1.0-beta5
1.1.0-beta4
What's Changed
- FileArrayFactory: Allow default value to be array by @dontub in #39
- Remove margin between file input field and link by @dontub in #33
Full Changelog: 1.1.0-beta3...1.1.0-beta4
1.1.0-beta3
What's Changed
- Chore: Update phpcs and phpstan config by @dontub in #28
- AbstractEntityApi: Use correct CiviCRM actions for entity creation by @dontub in #29
- [civiremote_activity] Use correct controller class for creation by @dontub in #30
- Make
prefix_display
andsuffix_display
attributes optional for event form fields with prefix/suffix by @jensschuppe in #26 - Add code to access remote
Case
entity by @dontub in #27 - [civiremote_entity] Add support for files in forms by @dontub in #31
- [civiremote_entity] Add support for internal links by @dontub in #32
- [civiremote_event] Allow file uploads by @dontub in #35
- [civiremote_entity] Code style by @dontub in #37
- [civiremote_entity] Rebuild form in case of error by @dontub in #36
- Use correct translation placeholder syntax for error messages by @jensschuppe in #38
- Add configuration option for whether to match blocked users (defaulting to FALSE) by @jensschuppe in #34
Full Changelog: 1.1.0-beta2...1.1.0-beta3
1.1.0-beta2
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
1.1.0-beta1
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
Full Changelog: 1.0.0...1.1.0-beta1
1.0.0
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
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
What's Changed
- Fix Twig deprecation for 'spaceless' tag by @arnalyse in #4
- Fix definition error in
BaseFieldDefinition
form display forciviremote_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
What's Changed
Full Changelog: 1.0-beta13...1.0-beta14