Changeset 2628052
- Timestamp:
- 11/11/2021 11:28:50 AM (4 years ago)
- Location:
- schema/trunk
- Files:
-
- 3 edited
-
includes/admin/class-welcome.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
schema.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
schema/trunk/includes/admin/class-welcome.php
r2495344 r2628052 115 115 width: 100%; 116 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 } 117 123 .about-wrap .schema-wp-badge { 118 124 position: absolute; 119 125 top: 0; 120 126 right: 0; 121 }122 .schema-wp-welcome-screenshots {123 float: right;124 margin-left: 60px !important;125 127 } 126 128 .schema-wp-info-notice { -
schema/trunk/readme.txt
r2613765 r2628052 4 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 5 Requires at least: 4.0 6 Tested up to: 5.8. 16 Tested up to: 5.8.2 7 7 Requires PHP: 5.4 8 Stable tag: 1.7.9. 38 Stable tag: 1.7.9.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 225 225 226 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. 227 231 228 232 = 1.7.9.3 = -
schema/trunk/schema.php
r2613753 r2628052 6 6 * Author: Hesham 7 7 * Author URI: http://zebida.com 8 * Version: 1.7.9. 38 * Version: 1.7.9.4 9 9 * Text Domain: schema-wp 10 10 * Domain Path: /languages … … 53 53 * @since 1.0 54 54 */ 55 private $version = '1.7.9. 3';55 private $version = '1.7.9.4'; 56 56 57 57 /**
Note: See TracChangeset
for help on using the changeset viewer.