Plugin Directory

Changeset 3320046


Ignore:
Timestamp:
06/30/2025 01:00:14 PM (9 months ago)
Author:
ctomczyk
Message:

Release trunk 1.5.19

Location:
sitelint/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sitelint/trunk/README.txt

    r3312006 r3320046  
    1 === Plugin Name ===
     1== Plugin Name ==
    22Contributors: ctomczyk, tmehdi
    3 Tags: automated, web, audits, accessibility, seo, performance, security, privacy
     3Tags: automated, audits, accessibility, seo, performance
    44Requires at least: 4.7
    55Tested up to: 6.8.1
    6 Stable tag: 1.5.18
     6Stable tag: 1.5.19
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2929
    3030== Changelog ==
     31
     32= 1.5.19 =
     33
     34* Fixing heading Plugin Name and adjusting tags to 5 in the description
    3135
    3236= 1.5.18 =
  • sitelint/trunk/sitelint.php

    r3312006 r3320046  
    1010 * Plugin Name:       SiteLint
    1111 * Description:       SiteLint - official plugin. Accessibility, SEO, Performance, Security, Privacy, Technical issues in one place. Client-side & real-time checker.
    12  * Version:           1.5.18
     12 * Version:           1.5.19
    1313 * Author:            SiteLint
    1414 * Author URI:        https://www.sitelint.com
     
    2727 * Currently plugin version. Use SemVer - https://semver.org
    2828 */
    29 define('SITELINT_VERSION', '1.5.18');
     29define('SITELINT_VERSION', '1.5.19');
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.