This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
Releases: jaredcobb/ccb-core
Releases · jaredcobb/ccb-core
Auto sync bug fix and PHP 7.2+ compatibility
- Fix for a bug where auto-sync was failing when group images are enabled.
- PHP 7.2 and above compatibility improvements.
- Stronger encryption methods for PHP 7.2 and above.
- Performance improvements in how the plugin loads and runs.
- Compatible with Gutenberg, WordPress 5.0.
Fixes a bug where admin libraries may not be loaded under some cron contexts
- When synchronizing group images via "Auto Sync" there are some cases where the WordPress admin helper functions may not be loaded.
Fixes a bug where events could be duplicated on subsequent synchronizations.
- Fixes a bug where events could be duplicated on subsequent synchronizations. The batched query to get the existing event posts was returning inconsistently ordered results so an orderby clause is required in order to ensure consistency.
Add CCB event id to each instance of a recurring event
- Adds the CCB event id (as post meta) to each instance of a recurring event. This allows individual instances of a recurring event to be associated with each other in WordPress.
Delete featured images when posts are deleted
- Featured images associated with synchronized posts now also get deleted when the post is deleted
- A new filter
ccb_core_synchronizer_delete_attachment
has been created to optionally overwrite the default behavior of deleting attachments when posts are deleted - Any images that are synchronized automatically get a post meta key of
ccb_core
with a value oftrue
(in case you need to programmatically query for CCB images in the future)
Fix subdomain allowed characters
- Fixed a bug to allow subdomains with dashes
- Remove PHP 5.4 array syntax from the main plugin file (prevent crashes on PHP < 5.4)
Fix term creation and minimum requirements
- Fixed a bug where terms are not populated in some circumstances
- Added checks for minimum PHP and WordPress versions to prevent crashes
Very Stable Genius
- Official stable release
- Breaking Changes - Please note that post type and custom taxonomy names have changed (see release notes )
- Fixed broken group images (CCB API query parameter
include_image_link=true
) - Refactored code to be faster, simpler, and easier to extend
- New documentation is now found in the Wiki
Added automatic rewrite rules flush when custom post types change
When enabling / disabling / changing the slug name of the custom post types, the rewrite rules will be automatically flushed.
Add filters and ability to import group images as the post featured image
0.9.5 Version bump for 0.9.5