Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Releases: jaredcobb/ccb-core

Auto sync bug fix and PHP 7.2+ compatibility

16 Dec 23:53
4c47049
Compare
Choose a tag to compare
  • 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

14 Jun 22:44
ecc5312
Compare
Choose a tag to compare
  • 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.

12 Apr 23:54
e200eec
Compare
Choose a tag to compare
  • 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

02 Apr 01:21
6b86f65
Compare
Choose a tag to compare
  • 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

09 Feb 01:37
920ef6a
Compare
Choose a tag to compare
  • 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 of true (in case you need to programmatically query for CCB images in the future)

Fix subdomain allowed characters

25 Jan 00:09
7cd7c6d
Compare
Choose a tag to compare
  • 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

09 Jan 20:57
012bb33
Compare
Choose a tag to compare
  • 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

08 Jan 01:08
02777b6
Compare
Choose a tag to compare
  • 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

04 Oct 16:02
Compare
Choose a tag to compare

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

22 Aug 21:25
Compare
Choose a tag to compare
0.9.5

Version bump for 0.9.5