Skip to content

Commit

Permalink
Merge pull request #127 from brainstormforce/wp-6-compatibility
Browse files Browse the repository at this point in the history
chore: updated the tested up to WP version 6.0
  • Loading branch information
GauravKhupse authored Jun 6, 2022
2 parents 3a6ae23 + b2a4bc6 commit b7124ed
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Tags:** schema markup, structured data, rich snippets, schema.org, Microdata, schema
**Requires at least:** 3.7
**Tested up to:** 6.0
**Stable tag:** 1.6.4
**Stable tag:** 1.6.5
**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.
Expand Down
4 changes: 2 additions & 2 deletions admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -811,8 +811,8 @@ function rich_snippet_dashboard() {
<div class="meta-box-sortables ui-sortable">
<div class="postbox">
<button type="button" class="handlediv" aria-expanded="false"><span class="screen-reader-text">Toggle panel: Frontend Options</span><span class="toggle-indicator" aria-hidden="true"></span></button>
<h3 class="hndle">' . wp_kses_post( __( '<span>Customize the look and feel of rich snippet box</span>', 'all-in-one-schemaorg-rich-snippets' ) ) . //phpcs:ignore WordPress.WP.I18n.NoHtmlWrappedStrings
'</h3>
<h3 class="hndle">' . wp_kses_post( __( '<span>Customize the look and feel of rich snippet box</span>', 'all-in-one-schemaorg-rich-snippets' ) ) //phpcs:ignore WordPress.WP.I18n.NoHtmlWrappedStrings
. '</h3>
<div class="inside">
<form id="bsf_css_editor" method="post" onsubmit="return false;" action="">
' . wp_nonce_field( 'snippet_color_form_action', 'snippet_color_nonce_field' ) //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
* Version: 1.6.5
* Text Domain: rich-snippets
* License: GPL2
*
Expand Down Expand Up @@ -65,7 +65,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.4' );
define( 'AIOSRS_PRO_VER', '1.6.5' );
}

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-in-one-schemaorg-rich-snippets",
"version": "1.6.4",
"version": "1.6.5",
"main": "Gruntfile.js",
"author": "Brainstorm Force",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
Stable tag: 1.6.4
Stable tag: 1.6.5
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.
Expand Down

0 comments on commit b7124ed

Please sign in to comment.