Skip to content

Commit 5c36499

Browse files
Akshay UrankarAkshay Urankar
authored andcommitted
updated version number
1 parent 0577d57 commit 5c36499

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** schema markup, rich snippets, wordpress seo, structured data, google search
55
**Requires at least:** 3.7
66
**Tested up to:** 6.8
7-
**Stable tag:** 1.7.2
7+
**Stable tag:** 1.7.3
88
**Requires PHP:** 7.4
99
**License:** GPLv2 or later
1010
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.php

Lines changed: 3 additions & 3 deletions
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.2
8+
* Version: 1.7.3
99
* Text Domain: rich-snippets
1010
* License: GPL2
1111
*
@@ -70,7 +70,7 @@ public function define_constants() {
7070
define( 'AIOSRS_PRO_BASE', plugin_basename( AIOSRS_PRO_FILE ) );
7171
define( 'AIOSRS_PRO_DIR', plugin_dir_path( AIOSRS_PRO_FILE ) );
7272
define( 'AIOSRS_PRO_URI', plugins_url( '/', AIOSRS_PRO_FILE ) );
73-
define( 'AIOSRS_PRO_VER', '1.7.2' );
73+
define( 'AIOSRS_PRO_VER', '1.7.3' );
7474
}
7575

7676
/**
@@ -435,7 +435,7 @@ public function aiosrs_maybe_migrate_analytics_tracking() {
435435
'id' => 'deactivation-survey-all-in-one-schemaorg-rich-snippets', // 'deactivation-survey-<your-plugin-slug>'
436436
'popup_logo' => esc_url( plugins_url( 'admin/images/icon_32.png', __FILE__ ) ),
437437
'plugin_slug' => 'all-in-one-schemaorg-rich-snippets',
438-
'plugin_version' => '1.7.2',
438+
'plugin_version' => '1.7.3',
439439
'popup_title' => 'Quick Feedback',
440440
'support_url' => 'https://wpschema.com/contact/',
441441
'popup_description' => 'If you have a moment, please share why you are deactivating All In One Schema Rich Snippets:',

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

Lines changed: 1 addition & 1 deletion
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.2\n"
5+
"Project-Id-Version: Schema - All In One Schema Rich Snippets 1.7.3\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

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.2",
3+
"version": "1.7.3",
44
"main": "Gruntfile.js",
55
"author": "Brainstorm Force",
66
"devDependencies": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/BrainstormForce
44
Tags: schema markup, rich snippets, wordpress seo, structured data, google search
55
Requires at least: 3.7
66
Tested up to: 6.8
7-
Stable tag: 1.7.2
7+
Stable tag: 1.7.3
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)