From 976c303e4c182642e7e69f263c76d7f21c26408b Mon Sep 17 00:00:00 2001 From: yssambare12 Date: Mon, 3 Jul 2023 08:46:08 +0530 Subject: [PATCH 1/5] fix:custmizer not loading issue --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.php b/init.php index 119be75..d91f483 100644 --- a/init.php +++ b/init.php @@ -588,7 +588,7 @@ function bsf_editor_footer_scripts() { ?> function bsf_force_send( $args ) { if ( ! isset( $_GET['bsf_file_upload_nonce'] ) || ! wp_verify_nonce( $_GET['bsf_file_upload_nonce'], 'ajax_nonce' ) ) { - return; + return $args; } // if the Gallery tab is opened from a custom meta box field, add Insert Into Post button. if ( isset( $_GET['bsf_force_send'] ) && 'true' == esc_attr( $_GET['bsf_force_send'] ) ) { From 4a1536859ec30db7310427582e807a56b50f0ab0 Mon Sep 17 00:00:00 2001 From: Yogesh Sambare <91533131+yssambare12@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:29:56 +0530 Subject: [PATCH 2/5] Update readme.txt --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.txt b/readme.txt index 81b7641..17e5dff 100644 --- a/readme.txt +++ b/readme.txt @@ -80,6 +80,9 @@ Review, Event, People, Product, Recipe, Software Application, Video, Articles et == Changelog == += 1.6.7 = +- Fixed - Customizer not loading when All In One Schema Rich Snippets plugin is active. + = 1.6.6 = - Props to Patchstack for reporting security issues. Those are fixed in this release. Plus we've hardened security in other areas of the plugin. From e7d2c7e8dc50b41b8348bfb2b6badda4fdec2c3e Mon Sep 17 00:00:00 2001 From: yssambare12 Date: Thu, 6 Jul 2023 14:13:39 +0530 Subject: [PATCH 3/5] chore:updated version numbers & release press steps --- README.md | 4 +++- index.php | 4 ++-- package.json | 2 +- readme.txt | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d7105eb..a66e597 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Tags:** schema markup, structured data, rich snippets, schema.org, Microdata, schema **Requires at least:** 3.7 **Tested up to:** 6.2 -**Stable tag:** 1.6.6 +**Stable tag:** 1.6.7 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook. @@ -80,6 +80,8 @@ Review, Event, People, Product, Recipe, Software Application, Video, Articles et ## Changelog ## +### 1.6.7 ### +- Fixed - Customizer not loading when All In One Schema Rich Snippets plugin is active. ### 1.6.6 ### - Props to Patchstack for reporting security issues. Those are fixed in this release. Plus we've hardened security in other areas of the plugin. ### 1.6.5 ### diff --git a/index.php b/index.php index 8591b20..86c6a06 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ * Author: Brainstorm Force * Author URI: https://www.brainstormforce.com * Description: Welcome to the Schema - All In One Schema Rich Snippets! You can now easily add schema markup on various * pages and posts of your website. Implement schema types such as Review, Events, Recipes, Article, Products, Services * *etc. - * Version: 1.6.6 + * Version: 1.6.7 * Text Domain: rich-snippets * License: GPL2 * @@ -68,7 +68,7 @@ public function define_constants() { define( 'AIOSRS_PRO_BASE', plugin_basename( AIOSRS_PRO_FILE ) ); define( 'AIOSRS_PRO_DIR', plugin_dir_path( AIOSRS_PRO_FILE ) ); define( 'AIOSRS_PRO_URI', plugins_url( '/', AIOSRS_PRO_FILE ) ); - define( 'AIOSRS_PRO_VER', '1.6.6' ); + define( 'AIOSRS_PRO_VER', '1.6.7' ); } /** diff --git a/package.json b/package.json index 1f76011..05700d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "all-in-one-schemaorg-rich-snippets", - "version": "1.6.6", + "version": "1.6.7", "main": "Gruntfile.js", "author": "Brainstorm Force", "devDependencies": { diff --git a/readme.txt b/readme.txt index 17e5dff..60a85d7 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/BrainstormForce Tags: schema markup, structured data, rich snippets, schema.org, Microdata, schema Requires at least: 3.7 Tested up to: 6.2 -Stable tag: 1.6.6 +Stable tag: 1.6.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook. From d79c7db5c92c02be8de21d2442f9b7cfc8a91c2c Mon Sep 17 00:00:00 2001 From: Yogesh Sambare <91533131+yssambare12@users.noreply.github.com> Date: Mon, 10 Jul 2023 09:26:06 +0530 Subject: [PATCH 4/5] Update README.md Co-authored-by: Navanath Bhosale --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a66e597..f5d28e4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Donate link:** https://www.paypal.me/BrainstormForce **Tags:** schema markup, structured data, rich snippets, schema.org, Microdata, schema **Requires at least:** 3.7 -**Tested up to:** 6.2 +**Tested up to:** 6.2.2 **Stable tag:** 1.6.7 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html From ffa2ff63e2ee799d01a3cb4b54e7443916ea5757 Mon Sep 17 00:00:00 2001 From: Yogesh Sambare <91533131+yssambare12@users.noreply.github.com> Date: Mon, 10 Jul 2023 09:26:21 +0530 Subject: [PATCH 5/5] Update readme.txt Co-authored-by: Navanath Bhosale --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 60a85d7..0465beb 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: brainstormforce Donate link: https://www.paypal.me/BrainstormForce Tags: schema markup, structured data, rich snippets, schema.org, Microdata, schema Requires at least: 3.7 -Tested up to: 6.2 +Tested up to: 6.2.2 Stable tag: 1.6.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html