Releases: systopia/de.systopia.remoteevent
Releases · systopia/de.systopia.remoteevent
CiviRemote Event 1.2.1
Changes since version 1.2.0
- [#89] Use correct entity field names for additional participant fields - by @jensschuppe
Full Changelog: 1.2.0...1.2.1
CiviRemote Event 1.2.0
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.0
CiviRemote Event 1.2-beta6
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
CiviRemote Event 1.2-beta5
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
Full Changelog: 1.1.0...1.2-beta5
CiviRemote Event 1.2-beta4
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
Full Changelog: 1.1.0...1.2-beta4
CiviRemote Event 1.2-beta3
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
Full Changelog: 1.1.0...1.2-beta3
CiviRemote Event 1.1.1
Changes since version 1.1.0
- [#74] Define permissions using the correct format (
label
anddescription
) - by @jensschuppe
Full Changelog: 1.1.0...1.1.1
CiviRemote Event 1.2-beta2
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
Full Changelog: 1.1.0...1.2-beta2
CiviRemote Event 1.2-beta1
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
Full Changelog: 1.1.0...1.2-beta1
CiviRemote Event 1.1.0
This release is compatible with CiviCRM on Drupal 10.
Changes since version 1.0.0
- [#33][#35] Use Symfony events to register registration profiles by @pbatroff, @jensschuppe, @dontub
- [#44] Be more noisy if XCM cannot identify contact for OneClick profile, although the contact's id is given (OneClick) - by @bjendres
- [#45] Provide MKDocs documentation - by @jofranz
- [#46] Fix Markdown errors preventing docs publishing - by @seamuslee001, @jensschuppe
- [#48] Make
profiles
andupdate_profiles
custom fields non-searchable for avoiding errors with too large DB indices - by @jensschuppe, @dontub, @bjendres - [#50] Update CustomDataHelper to 0.10 - by @jofranz
- [#52] Define "confirm" field for event invitations with lower weight and as required - by @jensschuppe
- [#56] Upgrade civix-generated code to civix version 23.02.1 - by @jensschuppe
- [#57] Add missing
labelColumn
in entity schema for ParticipantSession - by @jensschuppe - [#59] Fix entity schema - by @dontub
- [#71] Session
presenter_id
cannot be reset to none - by @TychoSchottelius, @bjendres - [f392e21] Skip checking API permissions on upgrade - by @jensschuppe
- [36b4a7a] Subclass Symfony Event from Contracts component to be compatible with Drupal 10 (Symfony 4/5/6) - by @jensschuppe
- [7f779c9] Link to documentation mentioning automatic publishing - by @jofranz
- [a347521] Add to documentation about XCM contact matching by contact ID - by @jensschuppe
Full Changelog: 1.0.0...1.1.0