Changeset 3320046
- Timestamp:
- 06/30/2025 01:00:14 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
r3312006 r3320046 1 == = Plugin Name ===1 == Plugin Name == 2 2 Contributors: ctomczyk, tmehdi 3 Tags: automated, web, audits, accessibility, seo, performance, security, privacy3 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.1 86 Stable tag: 1.5.19 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.19 = 33 34 * Fixing heading Plugin Name and adjusting tags to 5 in the description 31 35 32 36 = 1.5.18 = -
sitelint/trunk/sitelint.php
r3312006 r3320046 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.1 812 * Version: 1.5.19 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.1 8');29 define('SITELINT_VERSION', '1.5.19'); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.