Plugin Directory

Changeset 3388700


Ignore:
Timestamp:
11/03/2025 09:05:11 AM (5 months ago)
Author:
davidvongries
Message:

updated to 1.4.1

Location:
customizer-reset
Files:
21 added
2 edited

Legend:

Unmodified
Added
Removed
  • customizer-reset/trunk/customizer-reset.php

    r3084705 r3388700  
    44 * Plugin URI: https://wp-pagebuilderframework.com/
    55 * Description: Reset, export, and import your WordPress Customizer settings with just one click of a button.
    6  * Version: 1.4
     6 * Version: 1.4.1
    77 * Author: David Vongries
    88 * Author URI: https://davidvongries.com
     9 * License: GPLv2 or later
     10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    911 * Text Domain: customizer-reset
    1012 *
     
    1719define( 'CUSTOMIZER_RESET_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    1820define( 'CUSTOMIZER_RESET_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    19 define( 'CUSTOMIZER_RESET_PLUGIN_VERSION', '1.4' );
     21define( 'CUSTOMIZER_RESET_PLUGIN_VERSION', '1.4.1' );
    2022
    2123require __DIR__ . '/autoload.php';
  • customizer-reset/trunk/readme.txt

    r3084705 r3388700  
    33Tags: Customizer Reset, Customizer, Reset, Customizer Export, Customizer Import, Export, Import
    44Requires at least: 4.0
    5 Tested up to: 6.5
    6 Stable tag: 1.4
     5Tested up to: 6.8
     6Stable tag: 1.4.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454
    5555== Changelog ==
     56= 1.4.1 November 1, 2025 =
     57* Fixed: Updated tested up to to WordPress 6.8
    5658= 1.4 May 10, 2024 =
    5759* Fixed: Deprecated messages
Note: See TracChangeset for help on using the changeset viewer.