Releases: agileware/wp-civicrm-ux
Releases · agileware/wp-civicrm-ux
1.16.0
- Adds an Upgrader class.
1.15.0
- Adds the [ux_self_serve_checksum] shortcode. Protects a form by requiring a valid CiviCRM checksum in the URL for the user to access the form.
- Comes with settings, custom filters, and custom tokens for customisation of the protection form text, and the email message to be sent to the user.
1.14.4
- Fixes an error on API4 get shortcode with formatted dates due to missing strftime library packaging.
1.14.3
Do not output location info in tippy tooltips if there is none.
1.14.2
Do not output location info if there is none.
1.14.1
Allow Events with no location to appear in the Events Calendar.
This means events with no physical location (online) can also be seen.
1.14.0
Adds ability to blacklist plugins from activation.
Event Tickets plugin is blacklisted by default because it breaks WP and CiviCRM cron.
1.13.3
Full Changelog: 1.13.2...1.13.3
1.13.2
- Avoid unspecified array key warnings in wp-civicrm-ux / fullcalendar colour code
- Refactor strftime use to avoid incorrect autoloader use in other packages
1.13.0
SUP-71660 Avoid unspecified array key warnings in wp-civicrm-ux / ful…