Version Description
- Fixed - Code updated according to coding standard.
Download this release
Release Info
Developer | brainstormworg |
Plugin | All In One Schema Rich Snippets |
Version | 1.6.5 |
Comparing to | |
See all releases |
Code changes from version 1.6.4 to 1.6.5
- admin/index.php +2 -1
- cghooks.lock +1 -0
- index.php +2 -2
- readme.txt +5 -2
admin/index.php
CHANGED
@@ -811,7 +811,8 @@ function rich_snippet_dashboard() {
|
|
811 |
<div class="meta-box-sortables ui-sortable">
|
812 |
<div class="postbox">
|
813 |
<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>
|
814 |
-
<h3 class="hndle">' . wp_kses_post( __( '<span>Customize the look and feel of rich snippet box</span>', 'all-in-one-schemaorg-rich-snippets' ) ) .
|
|
|
815 |
<div class="inside">
|
816 |
<form id="bsf_css_editor" method="post" onsubmit="return false;" action="">
|
817 |
' . wp_nonce_field( 'snippet_color_form_action', 'snippet_color_nonce_field' ) //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
811 |
<div class="meta-box-sortables ui-sortable">
|
812 |
<div class="postbox">
|
813 |
<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>
|
814 |
+
<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
|
815 |
+
. '</h3>
|
816 |
<div class="inside">
|
817 |
<form id="bsf_css_editor" method="post" onsubmit="return false;" action="">
|
818 |
' . wp_nonce_field( 'snippet_color_form_action', 'snippet_color_nonce_field' ) //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
cghooks.lock
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
["pre-commit"]
|
index.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Author: Brainstorm Force
|
6 |
* Author URI: https://www.brainstormforce.com
|
7 |
* 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.
|
8 |
-
* Version: 1.6.
|
9 |
* Text Domain: rich-snippets
|
10 |
* License: GPL2
|
11 |
*
|
@@ -65,7 +65,7 @@ if ( ! class_exists( 'RichSnippets' ) ) {
|
|
65 |
define( 'AIOSRS_PRO_BASE', plugin_basename( AIOSRS_PRO_FILE ) );
|
66 |
define( 'AIOSRS_PRO_DIR', plugin_dir_path( AIOSRS_PRO_FILE ) );
|
67 |
define( 'AIOSRS_PRO_URI', plugins_url( '/', AIOSRS_PRO_FILE ) );
|
68 |
-
define( 'AIOSRS_PRO_VER', '1.6.
|
69 |
}
|
70 |
|
71 |
/**
|
5 |
* Author: Brainstorm Force
|
6 |
* Author URI: https://www.brainstormforce.com
|
7 |
* 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.
|
8 |
+
* Version: 1.6.5
|
9 |
* Text Domain: rich-snippets
|
10 |
* License: GPL2
|
11 |
*
|
65 |
define( 'AIOSRS_PRO_BASE', plugin_basename( AIOSRS_PRO_FILE ) );
|
66 |
define( 'AIOSRS_PRO_DIR', plugin_dir_path( AIOSRS_PRO_FILE ) );
|
67 |
define( 'AIOSRS_PRO_URI', plugins_url( '/', AIOSRS_PRO_FILE ) );
|
68 |
+
define( 'AIOSRS_PRO_VER', '1.6.5' );
|
69 |
}
|
70 |
|
71 |
/**
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: brainstormforce
|
|
3 |
Donate link: https://www.paypal.me/BrainstormForce
|
4 |
Tags: schema markup, structured data, rich snippets, schema.org, Microdata, schema
|
5 |
Requires at least: 3.7
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.
|
@@ -80,6 +80,9 @@ Review, Event, People, Product, Recipe, Software Application, Video, Articles et
|
|
80 |
|
81 |
== Changelog ==
|
82 |
|
|
|
|
|
|
|
83 |
= 1.6.4 =
|
84 |
- Improvement - Hardened the security of the plugin.
|
85 |
- Fixed - Reset functionality was not working in the backend settings.
|
3 |
Donate link: https://www.paypal.me/BrainstormForce
|
4 |
Tags: schema markup, structured data, rich snippets, schema.org, Microdata, schema
|
5 |
Requires at least: 3.7
|
6 |
+
Tested up to: 6.0
|
7 |
+
Stable tag: 1.6.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.
|
80 |
|
81 |
== Changelog ==
|
82 |
|
83 |
+
= 1.6.5 =
|
84 |
+
- Fixed - Code updated according to coding standard.
|
85 |
+
|
86 |
= 1.6.4 =
|
87 |
- Improvement - Hardened the security of the plugin.
|
88 |
- Fixed - Reset functionality was not working in the backend settings.
|