Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmilner committed Jun 9, 2017
2 parents 2ff1d8d + e1659ee commit f62e9e7
Show file tree
Hide file tree
Showing 8 changed files with 433 additions and 279 deletions.
1 change: 0 additions & 1 deletion assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ table.ccbpress-dash-widget-api-status td:first-of-type { border-right: 1px solid

#ccbpress_tab_container form > h3 { padding: 8px 0; font-size: 1.3em; }
#ccbpress_tab_container .notice { background: #f1f1f1; }
#ccbpress_tab_container p { max-width: 800px; }
#ccbpress_tab_container form > h2:not(:first-of-type) { margin-top: 30px; }

.ccbpress-radio-list { margin: 0; padding-top: 4px; }
Expand Down
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: CCBPress Core
* Plugin URI: http://ccbpress.com/
* Description: Display information from Church Community Builder on your WordPress site.
* Version: 1.1.0
* Version: 1.1.1
* Author: CCBPress <info@ccbpress.com>
* Author URI: https://ccbpress.com/
* Text Domain: ccbpress-core
Expand Down
1 change: 1 addition & 0 deletions includes/admin/admin-purge-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public static function purge_transients() {
*/
public static function purge_images() {
CCBPress()->ccb->purge_image_cache();
delete_option( 'ccbpress_last_import' );
}


Expand Down
Loading

0 comments on commit f62e9e7

Please sign in to comment.