|
5 | 5 | * Author: Brainstorm Force |
6 | 6 | * Author URI: https://www.brainstormforce.com |
7 | 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.7.6 |
| 8 | + * Version: 1.7.7 |
9 | 9 | * Text Domain: rich-snippets |
10 | 10 | * License: GPL2 |
11 | 11 | * |
@@ -81,7 +81,7 @@ public function define_constants() { |
81 | 81 | define( 'AIOSRS_PRO_BASE', plugin_basename( AIOSRS_PRO_FILE ) ); |
82 | 82 | define( 'AIOSRS_PRO_DIR', plugin_dir_path( AIOSRS_PRO_FILE ) ); |
83 | 83 | define( 'AIOSRS_PRO_URI', plugins_url( '/', AIOSRS_PRO_FILE ) ); |
84 | | - define( 'AIOSRS_PRO_VER', '1.7.6' ); |
| 84 | + define( 'AIOSRS_PRO_VER', '1.7.7' ); |
85 | 85 | } |
86 | 86 |
|
87 | 87 | /** |
@@ -482,7 +482,7 @@ public function aiosrs_maybe_migrate_analytics_tracking() { |
482 | 482 | 'id' => 'deactivation-survey-all-in-one-schemaorg-rich-snippets', // 'deactivation-survey-<your-plugin-slug>' |
483 | 483 | 'popup_logo' => esc_url( plugins_url( 'admin/images/icon_32.png', __FILE__ ) ), |
484 | 484 | 'plugin_slug' => 'all-in-one-schemaorg-rich-snippets', |
485 | | - 'plugin_version' => '1.7.6', |
| 485 | + 'plugin_version' => '1.7.7', |
486 | 486 | 'popup_title' => 'Quick Feedback', |
487 | 487 | 'support_url' => 'https://wpschema.com/contact/', |
488 | 488 | 'popup_description' => 'If you have a moment, please share why you are deactivating All In One Schema Rich Snippets:', |
|
0 commit comments