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

Commit

Permalink
Version bump for 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcobb committed Aug 22, 2015
1 parent 3b413de commit 8528738
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: jaredcobb
Tags: ccb, church, api, chms
Requires at least: 3.0.1
Tested up to: 4.2.2
Stable tag: 0.9.4
Tested up to: 4.3.0
Stable tag: 0.9.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -62,6 +62,16 @@ allow the group to be publicly listed. A great way to cross reference if your gr

== Changelog ==

= 0.9.5 =
* Added an option to import Group Images as the Featured Image (no longer referencing the CCB CDN location which expires quickly)
* Added filters which allow you to customize the API to Custom Post Type mappings:
* `add_filter( 'ccb_include_group_participants' )`, whether or not to ask the API to include group participants in the response
* `add_filter( 'ccb_get_groups_taxonomy_map' )`, ability to customize the taxonomy mapping for groups
* `add_filter( 'ccb_get_groups_custom_fields_map' )`, ability to customize the custom fields mapping for groups
* `add_filter( 'ccb_get_calendar_taxonomy_map' )`, ability to customize the taxonomy mapping for events
* `add_filter( 'ccb_get_calendar_custom_fields_map' )`, ability to customize the custom fields mapping for events
* Added ability to automatically import collections of meta data (for example, multiple group leaders)

= 0.9.4 =
* Added Group "Meet At" address and longitude / latitude coordinates as custom fields

Expand Down
2 changes: 1 addition & 1 deletion ccb-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Church Community Builder Core API
* Plugin URI: http://www.wpccb.com
* Description: A plugin to provide a core integration of the Church Community Builder API into WordPress custom post types
* Version: 0.9.4
* Version: 0.9.5
* Author: Jared Cobb
* Author URI: http://jaredcobb.com/
* License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion includes/class-ccb-core-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function __construct() {
$this->plugin_settings_name = 'ccb_core_settings';
$this->plugin_display_name = __( 'Church Community Builder Core API', $this->plugin_name );
$this->plugin_short_display_name = __( 'CCB Core API', $this->plugin_name );
$this->version = '0.9.4';
$this->version = '0.9.5';
add_theme_support( 'post-thumbnails' );

}
Expand Down

0 comments on commit 8528738

Please sign in to comment.