Schema - Version 1.7.9.2

Version Description

  • Update: Pumped tested WordPress version to 5.7.2 release.
  • Update: Modified readme.txt file.
Download this release

Release Info

Developer hishaman
Plugin Icon 128x128 Schema
Version 1.7.9.2
Comparing to
See all releases

Code changes from version 1.7.9.1 to 1.7.9.2

Files changed (2) hide show
  1. readme.txt +9 -4
  2. schema.php +2 -2
readme.txt CHANGED
@@ -3,9 +3,9 @@ Contributors: hishaman, schemapress
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NGVUBT2QXN7YL
4
  Tags: schema, schema.org, rich snippets, structured data, json-ld, json, google, seo, markup, search engine, search, breadcrumbs, social, post, page, plugin, wordpress, content, article, news, search results, site name, knowledge graph, social, social profiles, keywords, meta-tags, metadata, tags, categories, optimize, ranking, search engine optimization, search engines, serp, sitelinks, google sitelinks, sitelinks search box, google sitelinks search box, semantic, structured, canonical, custom post types, post type, title, terms, media, images, thumb, featured, url, video, video markup, video object, VideoObject, video schema, audio object, AudioObject, audio schema, audio, sameAs, about, contact, amp, mobile, taxonomy
5
  Requires at least: 4.0
6
- Tested up to: 5.7.1
7
  Requires PHP: 5.4
8
- Stable tag: 1.7.9.1
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -26,9 +26,10 @@ Check out the [Plugin Homepage](https://schema.press/) for more info and [docume
26
 
27
  Schema markup is code (semantic vocabulary) that you put on your website to help the search engines return more informative results for users. So, Schema is not just for SEO reasons, it’s also for the benefit of the searcher.
28
 
29
- ### Schema.org Markup Demo
30
 
31
- View our [Live Structured Data Demo](https://demo.schema.reviews/) examples.
 
32
 
33
  ### Schema Key Features
34
 
@@ -223,6 +224,10 @@ Yes, Schema plugin will detect AMP plugin and output a more complete and valid s
223
 
224
  == Changelog ==
225
 
 
 
 
 
226
  = 1.7.9.1 =
227
  * Update: Pumped tested WordPress version to 5.7 release.
228
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NGVUBT2QXN7YL
4
  Tags: schema, schema.org, rich snippets, structured data, json-ld, json, google, seo, markup, search engine, search, breadcrumbs, social, post, page, plugin, wordpress, content, article, news, search results, site name, knowledge graph, social, social profiles, keywords, meta-tags, metadata, tags, categories, optimize, ranking, search engine optimization, search engines, serp, sitelinks, google sitelinks, sitelinks search box, google sitelinks search box, semantic, structured, canonical, custom post types, post type, title, terms, media, images, thumb, featured, url, video, video markup, video object, VideoObject, video schema, audio object, AudioObject, audio schema, audio, sameAs, about, contact, amp, mobile, taxonomy
5
  Requires at least: 4.0
6
+ Tested up to: 5.7.2
7
  Requires PHP: 5.4
8
+ Stable tag: 1.7.9.2
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
26
 
27
  Schema markup is code (semantic vocabulary) that you put on your website to help the search engines return more informative results for users. So, Schema is not just for SEO reasons, it’s also for the benefit of the searcher.
28
 
29
+ ### Schema.org Structured Data Demo & Examples
30
 
31
+ * View our [Live Structured Data Demo](https://demo.schema.reviews/) examples site.
32
+ * View [WordPress Grade](https://wpgrade.com/) site.
33
 
34
  ### Schema Key Features
35
 
224
 
225
  == Changelog ==
226
 
227
+ = 1.7.9.2 =
228
+ * Update: Pumped tested WordPress version to 5.7.2 release.
229
+ * Update: Modified readme.txt file.
230
+
231
  = 1.7.9.1 =
232
  * Update: Pumped tested WordPress version to 5.7 release.
233
 
schema.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: The next generation of Structured Data.
6
  * Author: Hesham
7
  * Author URI: http://zebida.com
8
- * Version: 1.7.9.1
9
  * Text Domain: schema-wp
10
  * Domain Path: /languages
11
  * License: GPLv2 or later
@@ -52,7 +52,7 @@ final class Schema_WP {
52
  *
53
  * @since 1.0
54
  */
55
- private $version = '1.7.9.1';
56
 
57
  /**
58
  * The settings instance variable
5
  * Description: The next generation of Structured Data.
6
  * Author: Hesham
7
  * Author URI: http://zebida.com
8
+ * Version: 1.7.9.2
9
  * Text Domain: schema-wp
10
  * Domain Path: /languages
11
  * License: GPLv2 or later
52
  *
53
  * @since 1.0
54
  */
55
+ private $version = '1.7.9.2';
56
 
57
  /**
58
  * The settings instance variable