Plugin Directory

Changeset 3268358


Ignore:
Timestamp:
04/08/2025 07:25:45 AM (12 months ago)
Author:
ctomczyk
Message:

Release 1.5.17 after testing in WordPress 6.8

Location:
sitelint/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sitelint/trunk/README.txt

    r3244381 r3268358  
    33Tags: automated, web, audits, accessibility, seo, performance, security, privacy
    44Requires at least: 4.7
    5 Tested up to: 6.6.2
    6 Stable tag: 1.5.16
     5Tested up to: 6.8
     6Stable tag: 1.5.17
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2929
    3030== Changelog ==
     31
     32= 1.5.17 =
     33
     34* Testing with WordPress 6.8 and updating the release.
    3135
    3236= 1.5.16 =
  • sitelint/trunk/sitelint.php

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