Changeset 3388700
- Timestamp:
- 11/03/2025 09:05:11 AM (5 months ago)
- Location:
- customizer-reset
- Files:
-
- 21 added
- 2 edited
-
tags/1.4.1 (added)
-
tags/1.4.1/assets (added)
-
tags/1.4.1/assets/css (added)
-
tags/1.4.1/assets/css/customizer-reset.css (added)
-
tags/1.4.1/assets/images (added)
-
tags/1.4.1/assets/images/export.svg (added)
-
tags/1.4.1/assets/images/import.svg (added)
-
tags/1.4.1/assets/images/trash.svg (added)
-
tags/1.4.1/assets/js (added)
-
tags/1.4.1/assets/js/customizer-reset.js (added)
-
tags/1.4.1/autoload.php (added)
-
tags/1.4.1/class-setup.php (added)
-
tags/1.4.1/customizer-reset.php (added)
-
tags/1.4.1/helpers (added)
-
tags/1.4.1/helpers/class-base.php (added)
-
tags/1.4.1/helpers/class-customizer-setting.php (added)
-
tags/1.4.1/helpers/class-export.php (added)
-
tags/1.4.1/helpers/class-import.php (added)
-
tags/1.4.1/readme.txt (added)
-
tags/1.4.1/templates (added)
-
tags/1.4.1/templates/import-form.php (added)
-
trunk/customizer-reset.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
customizer-reset/trunk/customizer-reset.php
r3084705 r3388700 4 4 * Plugin URI: https://wp-pagebuilderframework.com/ 5 5 * 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 7 7 * Author: David Vongries 8 8 * Author URI: https://davidvongries.com 9 * License: GPLv2 or later 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 11 * Text Domain: customizer-reset 10 12 * … … 17 19 define( 'CUSTOMIZER_RESET_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 18 20 define( 'CUSTOMIZER_RESET_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 19 define( 'CUSTOMIZER_RESET_PLUGIN_VERSION', '1.4 ' );21 define( 'CUSTOMIZER_RESET_PLUGIN_VERSION', '1.4.1' ); 20 22 21 23 require __DIR__ . '/autoload.php'; -
customizer-reset/trunk/readme.txt
r3084705 r3388700 3 3 Tags: Customizer Reset, Customizer, Reset, Customizer Export, Customizer Import, Export, Import 4 4 Requires at least: 4.0 5 Tested up to: 6. 56 Stable tag: 1.4 5 Tested up to: 6.8 6 Stable tag: 1.4.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 55 55 == Changelog == 56 = 1.4.1 November 1, 2025 = 57 * Fixed: Updated tested up to to WordPress 6.8 56 58 = 1.4 May 10, 2024 = 57 59 * Fixed: Deprecated messages
Note: See TracChangeset
for help on using the changeset viewer.