Changeset 3268358
- Timestamp:
- 04/08/2025 07:25:45 AM (12 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
r3244381 r3268358 3 3 Tags: automated, web, audits, accessibility, seo, performance, security, privacy 4 4 Requires at least: 4.7 5 Tested up to: 6. 6.26 Stable tag: 1.5.1 65 Tested up to: 6.8 6 Stable tag: 1.5.17 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.17 = 33 34 * Testing with WordPress 6.8 and updating the release. 31 35 32 36 = 1.5.16 = -
sitelint/trunk/sitelint.php
r3244381 r3268358 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 612 * Version: 1.5.17 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 6');29 define('SITELINT_VERSION', '1.5.17'); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.