Customizer Export/Import - Version 0.9.2

Version Description

Download this release

Release Info

Developer pross
Plugin Icon 128x128 Customizer Export/Import
Version 0.9.2
Comparing to
See all releases

Code changes from version 0.9.1 to 0.9.2

Files changed (2) hide show
  1. customizer-export-import.php +2 -2
  2. readme.txt +2 -2
customizer-export-import.php CHANGED
@@ -3,14 +3,14 @@
3
  * Plugin Name: Customizer Export/Import
4
  * Plugin URI: http://www.wpbeaverbuilder.com/wordpress-customizer-export-import-plugin/?utm_source=external&utm_medium=customizer-export&utm_campaign=plugins-page
5
  * Description: Adds settings export and import functionality to the WordPress customizer.
6
- * Version: 0.9.1
7
  * Author: The Beaver Builder Team
8
  * Author URI: http://www.wpbeaverbuilder.com/?utm_source=external&utm_medium=customizer-export&utm_campaign=plugins-page
9
  * License: GNU General Public License v2.0
10
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: customizer-export-import
12
  */
13
- define( 'CEI_VERSION', '0.9.1' );
14
  define( 'CEI_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
15
  define( 'CEI_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
16
 
3
  * Plugin Name: Customizer Export/Import
4
  * Plugin URI: http://www.wpbeaverbuilder.com/wordpress-customizer-export-import-plugin/?utm_source=external&utm_medium=customizer-export&utm_campaign=plugins-page
5
  * Description: Adds settings export and import functionality to the WordPress customizer.
6
+ * Version: 0.9.2
7
  * Author: The Beaver Builder Team
8
  * Author URI: http://www.wpbeaverbuilder.com/?utm_source=external&utm_medium=customizer-export&utm_campaign=plugins-page
9
  * License: GNU General Public License v2.0
10
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: customizer-export-import
12
  */
13
+ define( 'CEI_VERSION', '0.9.2' );
14
  define( 'CEI_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
15
  define( 'CEI_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
16
 
readme.txt CHANGED
@@ -1,8 +1,8 @@
1
  === Customizer Export/Import ===
2
- Contributors: justinbusa
3
  Tags: customizer, customizer export, customizer import, export, import, settings, customizer settings, theme settings, theme options
4
  Requires at least: 3.6
5
- Tested up to: 4.9.8
6
  Stable tag: trunk
7
  License: GPL2+
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
1
  === Customizer Export/Import ===
2
+ Contributors: justinbusa, pross
3
  Tags: customizer, customizer export, customizer import, export, import, settings, customizer settings, theme settings, theme options
4
  Requires at least: 3.6
5
+ Tested up to: 5.4.2
6
  Stable tag: trunk
7
  License: GPL2+
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html