Skip to content

Commit 6b2fa24

Browse files
authored
Merge pull request #180 from brainstormforce/version-update
updated version number
2 parents 11589f7 + eb2fa30 commit 6b2fa24

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** schema markup, structured data, rich snippets, schema.org, schema
55
**Requires at least:** 3.7
66
**Tested up to:** 6.7
7-
**Stable tag:** 1.7.0
7+
**Stable tag:** 1.7.1
88
**Requires PHP:** 7.4
99
**License:** GPLv2 or later
1010
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

index.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Author: Brainstorm Force
66
* Author URI: https://www.brainstormforce.com
77
* 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.7.0
8+
* Version: 1.7.1
99
* Text Domain: rich-snippets
1010
* License: GPL2
1111
*
@@ -68,7 +68,7 @@ public function define_constants() {
6868
define( 'AIOSRS_PRO_BASE', plugin_basename( AIOSRS_PRO_FILE ) );
6969
define( 'AIOSRS_PRO_DIR', plugin_dir_path( AIOSRS_PRO_FILE ) );
7070
define( 'AIOSRS_PRO_URI', plugins_url( '/', AIOSRS_PRO_FILE ) );
71-
define( 'AIOSRS_PRO_VER', '1.7.0' );
71+
define( 'AIOSRS_PRO_VER', '1.7.1' );
7272
}
7373

7474
/**
@@ -416,7 +416,7 @@ public function bsf_color_scripts() {
416416
'id' => 'deactivation-survey-all-in-one-schemaorg-rich-snippets', // 'deactivation-survey-<your-plugin-slug>'
417417
'popup_logo' => esc_url( plugins_url( 'admin/images/icon_32.png', __FILE__ ) ),
418418
'plugin_slug' => 'all-in-one-schemaorg-rich-snippets',
419-
'plugin_version' => '1.7.0',
419+
'plugin_version' => '1.7.1',
420420
'popup_title' => __( 'Quick Feedback', 'rich-snippets' ),
421421
'support_url' => 'https://wpschema.com/contact/',
422422
'popup_description' => __( 'If you have a moment, please share why you are deactivating All In One Schema Rich Snippets:', 'rich-snippets' ),

languages/all-in-one-schemaorg-rich-snippets.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the GPL2.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Schema - All In One Schema Rich Snippets 1.7.0\n"
5+
"Project-Id-Version: Schema - All In One Schema Rich Snippets 1.7.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/all-in-one-schemaorg-rich-snippets\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "all-in-one-schemaorg-rich-snippets",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"main": "Gruntfile.js",
55
"author": "Brainstorm Force",
66
"devDependencies": {

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/BrainstormForce
44
Tags: schema markup, structured data, rich snippets, schema.org, schema
55
Requires at least: 3.7
66
Tested up to: 6.7
7-
Stable tag: 1.7.0
7+
Stable tag: 1.7.1
88
Requires PHP: 7.4
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)