Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmilner committed Mar 1, 2019
2 parents 8b96f27 + c363261 commit a2f3407
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ft-rockpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: RockPress
* Plugin URI: https://rockpresswp.com/
* Description: Display information from Rock RMS on your WordPress site.
* Version: 1.0.12
* Version: 1.0.13
* Author: RockPress <support@rockpresswp.com>
* Author URI: https://rockpresswp.com/
* Text Domain: ft-rockpress
Expand Down Expand Up @@ -66,7 +66,7 @@ class RockPress {
* @var string
* @since 1.0.0
*/
public $version = '1.0.12';
public $version = '1.0.13';

/**
* Main RockPress Instance
Expand Down Expand Up @@ -178,7 +178,6 @@ private function includes() {
require_once ROCKPRESS_PLUGIN_DIR . 'includes/class-rockpress-import.php';
require_once ROCKPRESS_PLUGIN_DIR . 'includes/widgets/widget-service-times.php';
require_once ROCKPRESS_PLUGIN_DIR . 'includes/widgets/widget-campus-selector.php';
require_once ROCKPRESS_PLUGIN_DIR . 'lib/ft-customizer-controls/class-ft-section-header.php';

if ( is_admin() ) {
require_once ROCKPRESS_PLUGIN_DIR . 'includes/admin/admin-page-tabs.php';
Expand Down
3 changes: 3 additions & 0 deletions includes/class-rockpress-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ private function hooks() {
* @return void
*/
public function customize_register( $wp_customize ) {

require_once ROCKPRESS_PLUGIN_DIR . 'lib/ft-customizer-controls/class-ft-section-header.php';

$this->add_panels( $wp_customize );
$this->add_sections( $wp_customize );
$this->add_settings( $wp_customize );
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, rockrms, chms, rock rms
Requires at least: 4.3
Tested up to: 5.1
Requires PHP: 5.3
Stable tag: 1.0.12
Stable tag: 1.0.13
License: GPLv2 or later
License URI: http://ww.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -41,6 +41,9 @@ Extend the capabilities of RockPress with these add-ons:

== Changelog ==

= 1.0.13 =
* Required library was not being loaded at the right time.

= 1.0.12 =
* Fixed an issue that prevented the Customizer from loading.

Expand Down

0 comments on commit a2f3407

Please sign in to comment.