Plugins Updated:
-
DCT Events 1.0.0
- New plugin added that references the DCT Events site to display upcoming event data.
- Data is retrieved via the WP REST API and uses React to display frontend data.
-
DCT Events 1.0.1
- Updated the relative path to the REST API for the category selection option.
-
DCT Events 1.0.2
- Changed
esc_url()
toesc_attr()
which caused a bug in the event selection dropdown.
- Changed
-
Blaize 1.28.15
- Added ‘Custom Cancellation Text’ non-required ACF text field for subscriptions.
- If field has content, will render for subscription pack; if no content, will continue to default to ‘Cancel anytime’.
-
Themes Updated:
-
Blocks Theme 2.30.30
- Moved block template path reference to a function, with filters to allow for external plugins to create block templates.
-
DCT Events 2.3.11
- Added a short excerpt field allowing event information to be added to the REST API and used within the DCT Events plugin.
- Enabled the Event post type to be displayed in the REST API and allowed custom queries to be run against it.
-
Blocks Theme 2.30.31
- Removed ACF Relationship field thumbnails from the Simple Posts block and added them to the Premium block.
-
Blocks Theme 2.30.32
- Wrapped
blocks_filter_excerpt()
function in anif ( ! function_exists() )
declaration to allow for full customisation in a child theme.
- Wrapped
-
Energy Voice 6.0.13
- Added custom
blocks_filter_excerpt()
function to change the behaviour in the EV child theme. An excerpt is now only shown if a custom excerpt is added to each post individually.
- Added custom
-
Energy Voice 6.0.14
- Small CSS update to maintain subscription pack dimensions for short cancellation texts.
JIRA: https://dcthomson.atlassian.net/browse/EVW-407, https://dcthomson.atlassian.net/browse/EVW-579, https://dcthomson.atlassian.net/browse/EVW-580, https://dcthomson.atlassian.net/browse/EVW-612
PR: https://github.com/dc-thomson/wordpress/pull/5077, https://github.com/dc-thomson/wordpress/pull/5063, https://github.com/dc-thomson/wordpress/pull/5041, https://github.com/dc-thomson/wordpress/pull/5075, https://github.com/dc-thomson/wordpress/pull/5079, https://github.com/dc-thomson/wordpress/pull/5080