Changeset 3320052
- Timestamp:
- 06/30/2025 01:08:56 PM (9 months ago)
- Location:
- sitelint/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
sitelint.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sitelint/trunk/README.txt
r3320046 r3320052 1 == Plugin Name==1 === SiteLint - Web Audit Tools === 2 2 Contributors: ctomczyk, tmehdi 3 3 Tags: automated, audits, accessibility, seo, performance 4 4 Requires at least: 4.7 5 5 Tested up to: 6.8.1 6 Stable tag: 1.5. 196 Stable tag: 1.5.20 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 == Changelog == 31 32 = 1.5.20 = 33 34 * Adjusting Plugin Name section description 31 35 32 36 = 1.5.19 = -
sitelint/trunk/sitelint.php
r3320046 r3320052 10 10 * Plugin Name: SiteLint 11 11 * Description: SiteLint - official plugin. Accessibility, SEO, Performance, Security, Privacy, Technical issues in one place. Client-side & real-time checker. 12 * Version: 1.5. 1912 * Version: 1.5.20 13 13 * Author: SiteLint 14 14 * Author URI: https://www.sitelint.com … … 27 27 * Currently plugin version. Use SemVer - https://semver.org 28 28 */ 29 define('SITELINT_VERSION', '1.5. 19');29 define('SITELINT_VERSION', '1.5.20'); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.