CiviRemote Event 1.2-beta6
Pre-release
Pre-release
Features
- Allows event registration/update profiles be configured using a UI with the CiviRemote Event Form Editor extension
- Allows registering additional participants
- Allows localizing event registration profiles with a locale given in the
get_form
request (e.g. the current language of the frontend)
Changes since version 1.1.0
- [#27] Only assign default participant role for new participants - by @jensschuppe, @bjendres
- [#28] RemoteEvent configuration not copied to event clone - by @bjendres, @jensschuppe
- [#53] Add
has_active_waitlist
flag to events - by @jensschuppe, @bjendres - [#54] Add configuration for registering additional participants - by @jensschuppe, @dontub
- [#55] Use class constants for event names - by @jensschuppe, @dontub, @bjendres
- [#58] Translate event ID in
RemoteEvent.get
withid
parameter - by @jensschuppe, @bjendres - [#60] Allow to specify entity field name in field spec - by @dontub, @bjendres, @jensschuppe
- [#62] Fix method call in
civicrm_api3_remote_participant_create()
- by @dontub - [#63] Increase minimal CiviCRM version to 5.61 - by @dontub
- [#64] README.md: Increase required CiviCRM version - by @dontub
- [#65] Test if array key exists - by @dontub
- [#66]
GetParticipantFormEventBase
: Set prefill values only for fields available in the result - by @dontub, @bjendres - [#67] RegistrationProfile: Fix value formatting for
Timestamp
- by @dontub, @bjendres - [#69] Make localisation actually work - by @jensschuppe, @bjendres, @dontub
- [#70] Use super method for providing default values in "Standard2" profile - by @jensschuppe, @dontub
- [#74] Define permissions using the correct format (
label
anddescription
) - by @jensschuppe - [#76] Retrieve contact custom field default values with APIv4 but retain legacy field names (
custom_x
) - by @jensschuppe, @dontub - [#78] Show validation warning instead of an error if
remote_registration_additional_participants_waitlist
is disabled, but request has no additional participants - by @dontub, @jensschuppe, @jojowork - [#79] Update German translation - by @dontub
- [#85] Refactor localization for not changing UF locale for each string - by @jensschuppe, @TychoSchottelius
- [#87] Fix regression causing additional participants not being registered - by @jensschuppe, @dontub
Full Changelog: 1.1.0...1.2-beta6