Version Description
- Fixed: CSS of the plugin about page.
- Update: Pumped tested WordPress version to 5.8.2 release.
Download this release
Release Info
Developer | hishaman |
Plugin | Schema |
Version | 1.7.9.4 |
Comparing to | |
See all releases |
Code changes from version 1.7.9.3 to 1.7.9.4
- includes/admin/class-welcome.php +6 -4
- readme.txt +6 -2
- schema.php +2 -2
includes/admin/class-welcome.php
CHANGED
@@ -114,15 +114,17 @@ class Schema_WP_Welcome {
|
|
114 |
left: 0;
|
115 |
width: 100%;
|
116 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
.about-wrap .schema-wp-badge {
|
118 |
position: absolute;
|
119 |
top: 0;
|
120 |
right: 0;
|
121 |
}
|
122 |
-
.schema-wp-welcome-screenshots {
|
123 |
-
float: right;
|
124 |
-
margin-left: 60px !important;
|
125 |
-
}
|
126 |
.schema-wp-info-notice {
|
127 |
border-left: 4px solid #5b9dd9;
|
128 |
display: block;
|
114 |
left: 0;
|
115 |
width: 100%;
|
116 |
}
|
117 |
+
.about-wrap h2 {
|
118 |
+
font-size: 1.6em;
|
119 |
+
font-weight: bold;
|
120 |
+
text-align: left;
|
121 |
+
margin: 2em 0 1em 0;
|
122 |
+
}
|
123 |
.about-wrap .schema-wp-badge {
|
124 |
position: absolute;
|
125 |
top: 0;
|
126 |
right: 0;
|
127 |
}
|
|
|
|
|
|
|
|
|
128 |
.schema-wp-info-notice {
|
129 |
border-left: 4px solid #5b9dd9;
|
130 |
display: block;
|
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.8.
|
7 |
Requires PHP: 5.4
|
8 |
-
Stable tag: 1.7.9.
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -225,6 +225,10 @@ Yes, Schema plugin will detect AMP plugin and output a more complete and valid s
|
|
225 |
|
226 |
== Changelog ==
|
227 |
|
|
|
|
|
|
|
|
|
228 |
= 1.7.9.3 =
|
229 |
* Fixed: PHP notices to comply with PHP 8.0
|
230 |
* Fixed: Check if class is loaded before calling it.
|
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.8.2
|
7 |
Requires PHP: 5.4
|
8 |
+
Stable tag: 1.7.9.4
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
225 |
|
226 |
== Changelog ==
|
227 |
|
228 |
+
= 1.7.9.4 =
|
229 |
+
* Fixed: CSS of the plugin about page.
|
230 |
+
* Update: Pumped tested WordPress version to 5.8.2 release.
|
231 |
+
|
232 |
= 1.7.9.3 =
|
233 |
* Fixed: PHP notices to comply with PHP 8.0
|
234 |
* Fixed: Check if class is loaded before calling it.
|
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.
|
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.
|
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.4
|
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.4';
|
56 |
|
57 |
/**
|
58 |
* The settings instance variable
|