Skip to content

Commit

Permalink
Merge pull request #86 from firetreedesign/v1.4.1
Browse files Browse the repository at this point in the history
Fixed a bug
  • Loading branch information
danielmilner committed Mar 3, 2021
2 parents 20f3d61 + aa7671a commit f14649b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ccbpress-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Church Data Connect for Church Community Builder
* Plugin URI: https://churchdataconnect.com/
* Description: Display information from Church Community Builder on your WordPress site.
* Version: 1.4.0
* Version: 1.4.1
* Author: FireTree Design, LLC <info@firetreedesign.com>
* Author URI: https://firetreedesign.com/
* Text Domain: ccbpress-core
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/admin-pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ public function settings_page_help() {
__( 'You can check if WP Cron is running properly by installing a plugin called', 'ccbpress-core' ),
'https://wordpress.org/plugins/wp-crontrol/',
'WP Crontrol',
__( 'Once installed, you can visit Tools > Cron Events from your WordPress Admin. There will be a warning at the top of that screen if any issues are detected.', 'ccbpress-core' ),
__( 'Once installed, you can visit Tools > Cron Events from your WordPress Admin. There will be a warning at the top of that screen if any issues are detected.', 'ccbpress-core' )
),
sprintf(
'<em>%s</em>',
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: church, ccb, church community builder, chms, gutenberg
Requires at least: 4.3
Tested up to: 5.7
Requires PHP: 5.3
Stable tag: 1.4.0
Stable tag: 1.4.1
License: GPLv2 or later
License URI: http://ww.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -45,6 +45,9 @@ Extend the capabilities of Church Data Connect for Church Community Builder with

== Changelog ==

= 1.4.1 =
* Fixed a bug that broke the last update.

= 1.4.0 =
* Renamed the plugin to Church Data Connect for Church Community Builder.
* Fixed the external link on how to create CCB API Users.

0 comments on commit f14649b

Please sign in to comment.