PluginProbe
Reset Customizer / trunk
Reset Customizer vtrunk
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7
reset-customizer / readme.txt

readme.txt in Reset Customizer trunk, at readme.txt

97 lines 2.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Reset Customizer ===
2 Contributors: domainsupport
3 Donate link: https://webd.uk/product/support-us/
4 Tags: reset, customizer, sections, customize, section
5 Requires at least: 4.6
6 Tested up to: 7.1
7 Requires PHP: 7.0
8 Stable tag: 1.1.7
9 License: GPLv2 or later
10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
12 Adds a reset button to each section in the customizer and easily backup / restore / migrate customizer settings
13
14 == Description ==
15 = Reset Customizer =
16
17 This plugin lets you reset a section of customizer settings without losing settings in other sections. Settings are not saved until you click "Publish" in the customizer.
18
19 Reset buttons are injected into each section of your customizer. The settings in a section are cleared and the preview window is refreshed when the reset button is pressed.
20
21 Entire sets of customizer modifications for a particular theme can be downloaded (backup as JSON data) and / or deleted.
22
23 You can then choose to restore a set of customizer modifications to the active theme. This can be useful if you want to migrate theme modifications from a child theme to a parent theme.
24
25 View active theme mods and choose to delete individual mods.
26
27 == Installation ==
28
29 Easily use this plugin to add reset buttons to the Customizer sections in your WordPress website ...
30
31 1) Install "Reset Customizer" automatically or by uploading the ZIP file.
32 2) Activate the plugin through the "Plugins" menu in WordPress.
33 3) Manage all your sets of theme modifications by going to "Dashboard - Appearance - Backup Customizer"
34 4) Turn off the plugin by deactivating it.
35
36 == Changelog ==
37
38 = 1.1.7 =
39 * Fix a minor issue highlighted by "Plugin Check" code review and preparing for WordPress v7.0
40
41 = 1.1.6 =
42 * General housekeeping preparing for "Plugin Check" code review
43
44 = 1.1.5 =
45 * Minor security updates to translation strings
46
47 = 1.1.4 =
48 * General housekeeping
49
50 = 1.1.3 =
51 * General housekeeping
52
53 = 1.1.2 =
54 * Preparing for WordPress v6.0
55
56 = 1.1.1 =
57 * Removed all PHP short tags
58
59 = 1.1.0 =
60 * Preparing for WordPress v5.8
61
62 = 1.0.9 =
63 * General housekeeping
64
65 = 1.0.8 =
66 * Default values are now located via AJAX before resetting controls
67
68 = 1.0.7 =
69 * General housekeeping
70
71 = 1.0.6 =
72 * General housekeeping
73
74 = 1.0.5 =
75 * General housekeeping
76
77 = 1.0.4 =
78 * Added ability to view active theme mods
79 * Added ability to delete individual mods
80
81 = 1.0.3 =
82 * Added ability to restore entire set of theme modifications to the active theme
83
84 = 1.0.2 =
85 * Added ability to download entire set of theme modifications
86
87 = 1.0.1 =
88 * Added ability to delete entire set of theme modifications
89
90 = 1.0.0 =
91 * First version of the plugin
92
93 == Upgrade Notice ==
94
95 = 1.1.7 =
96 * Fix a minor issue highlighted by "Plugin Check" code review and preparing for WordPress v7.0
97