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

Commit

Permalink
Getting ready for the next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dovy committed Aug 25, 2020
1 parent 2c77184 commit 23a1e7f
Show file tree
Hide file tree
Showing 6 changed files with 527 additions and 4 deletions.
1 change: 1 addition & 0 deletions class-redux-framework-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ public static function deactivate( $network_wide ) {
}

delete_option( 'ReduxFrameworkPlugin' );
Redux_Enable_Gutenberg::cleanup_options( 'redux-framework' ); // Auto disable Gutenberg and all that.
}

/**
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: gutenberg, blocks, gutenberg blocks, editor, block, page builder, block ed
Requires at least: 4.0
Requires PHP: 5.3
Tested up to: 5.5
Stable tag: 4.1.15
Stable tag: 4.1.16
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

Expand Down
1 change: 1 addition & 0 deletions redux-core/class-redux-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ private function includes() {
require_once dirname( __FILE__ ) . '/inc/classes/class-redux-path.php';
require_once dirname( __FILE__ ) . '/inc/classes/class-redux-functions-ex.php';
require_once dirname( __FILE__ ) . '/inc/classes/class-redux-helpers.php';
require_once dirname( __FILE__ ) . '/inc/classes/class-redux-enable-gutenberg.php';
Redux_Functions_Ex::register_class_path( 'Redux', dirname( __FILE__ ) . '/inc/classes' );
Redux_Functions_Ex::register_class_path( 'Redux', dirname( __FILE__ ) . '/inc/welcome' );
spl_autoload_register( array( $this, 'register_classes' ) );
Expand Down
2 changes: 1 addition & 1 deletion redux-core/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

require_once dirname( __FILE__ ) . '/class-redux-core.php';

Redux_Core::$version = '4.1.15';
Redux_Core::$version = '4.1.16';
Redux_Core::$redux_path = dirname( __FILE__ );
Redux_Core::instance();

Expand Down
Loading

0 comments on commit 23a1e7f

Please sign in to comment.