Plugin Directory

Changeset 3320052


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

Release trunk 1.5.20

Location:
sitelint/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sitelint/trunk/README.txt

    r3320046 r3320052  
    1 == Plugin Name ==
     1=== SiteLint - Web Audit Tools ===
    22Contributors: ctomczyk, tmehdi
    33Tags: automated, audits, accessibility, seo, performance
    44Requires at least: 4.7
    55Tested up to: 6.8.1
    6 Stable tag: 1.5.19
     6Stable tag: 1.5.20
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2929
    3030== Changelog ==
     31
     32= 1.5.20 =
     33
     34* Adjusting Plugin Name section description
    3135
    3236= 1.5.19 =
  • sitelint/trunk/sitelint.php

    r3320046 r3320052  
    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.19
     12 * Version:           1.5.20
    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.19');
     29define('SITELINT_VERSION', '1.5.20');
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.