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

Commit

Permalink
Bumped version and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcobb committed Jul 5, 2015
1 parent 0df6dd7 commit 4edc226
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: jaredcobb
Tags: ccb, church, api, chms
Requires at least: 3.0.1
Tested up to: 4.2.2
Stable tag: 0.9.1
Stable tag: 0.9.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 0.9.2 =
* Added tooltips to some settings to help explain the functionality
* Added better defaults for date ranges
* Updated the plugin web site to http://www.wpccb.com

= 0.9.1 =
* Fixed an issue where some web hosts were not saving encypted passwords

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.1
* Version: 0.9.2
* 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.1';
$this->version = '0.9.2';

}

Expand Down

0 comments on commit 4edc226

Please sign in to comment.