Plugin Directory

Changeset 2628052


Ignore:
Timestamp:
11/11/2021 11:28:50 AM (4 years ago)
Author:
hishaman
Message:

Update to version 1.7.9.4

Location:
schema/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • schema/trunk/includes/admin/class-welcome.php

    r2495344 r2628052  
    115115            width: 100%;
    116116        }
     117        .about-wrap h2 {
     118            font-size: 1.6em;
     119            font-weight: bold;
     120            text-align: left;
     121            margin: 2em 0 1em 0;
     122        }
    117123        .about-wrap .schema-wp-badge {
    118124            position: absolute;
    119125            top: 0;
    120126            right: 0;
    121         }
    122         .schema-wp-welcome-screenshots {
    123             float: right;
    124             margin-left: 60px !important;
    125127        }
    126128        .schema-wp-info-notice {
  • schema/trunk/readme.txt

    r2613765 r2628052  
    44Tags: 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
    55Requires at least: 4.0
    6 Tested up to: 5.8.1
     6Tested up to: 5.8.2
    77Requires PHP: 5.4
    8 Stable tag: 1.7.9.3
     8Stable tag: 1.7.9.4
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    225225
    226226== 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.
    227231
    228232= 1.7.9.3 =
  • schema/trunk/schema.php

    r2613753 r2628052  
    66 * Author: Hesham
    77 * Author URI: http://zebida.com
    8  * Version: 1.7.9.3
     8 * Version: 1.7.9.4
    99 * Text Domain: schema-wp
    1010 * Domain Path: /languages
     
    5353     * @since 1.0
    5454     */
    55     private $version = '1.7.9.3';
     55    private $version = '1.7.9.4';
    5656
    5757    /**
Note: See TracChangeset for help on using the changeset viewer.