Skip to content

Commit

Permalink
Merge pull request #10 from brainstormforce/update-readme
Browse files Browse the repository at this point in the history
chore: updated readme file added tested upto version 5.4
  • Loading branch information
patilvikasj authored Apr 3, 2020
2 parents 86a0caa + dceacc0 commit 013e2b9
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 90 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Astra Customizer Reset #
**Contributors:** [brainstormforce](https://profiles.wordpress.org/brainstormforce)
**Tags:** astra theme, customizer reset, reset astra customizer, reset astra theme
**Tested up to:** 5.3.2
**Tested up to:** 5.4
**Stable tag:** 1.0.2
**Requires at least:** 4.4

Expand Down Expand Up @@ -43,6 +43,9 @@ No! Once you reset the customizer settings you can not revert it back. You will

## Changelog ##

### 1.0.3 ###
- Improvement: Updated strings in the warning box.

### 1.0.2 ###
- Improvement: Hardened the security of plugin
- Improvement: Compatibility with latest WordPress PHP_CodeSniffer rules
Expand Down
6 changes: 3 additions & 3 deletions class-astra-theme-customizer-reset.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Astra Customizer Reset
* Plugin URI: https://wpastra.com/
* Description: Reset the Astra theme customizer options from customizer interface.
* Version: 1.0.2
* Version: 1.0.3
* Author: Brainstorm Force
* Author URI: http://www.brainstormforce.com
* Text Domain: astra-customizer-reset
Expand All @@ -12,7 +12,7 @@
*/

define( 'ASTRA_THEME_CUSTOMIZER_RESET_URI', plugins_url( '/', __FILE__ ) );
define( 'ASTRA_CUSTOMIZER_VERSION', '1.0.2' );
define( 'ASTRA_CUSTOMIZER_VERSION', '1.0.3' );
/**
* Astra Customizer Reset
*
Expand Down Expand Up @@ -136,7 +136,7 @@ public function controls_scripts() {
array(
'customizer' => array(
'reset' => array(
'stringConfirm' => __( 'Warning! This will remove all the Astra theme customizer options!', 'astra-customizer-reset' ),
'stringConfirm' => __( 'Warning! This will remove all the Astra theme customizer settings!', 'astra-customizer-reset' ),
'stringReset' => __( 'Reset All', 'astra-customizer-reset' ),
'nonce' => wp_create_nonce( 'astra-theme-customizer-reset' ),
),
Expand Down
Loading

0 comments on commit 013e2b9

Please sign in to comment.