Changeset 3125423
- Timestamp:
- 07/25/2024 04:54:28 PM (21 months ago)
- Location:
- sitecare-score
- Files:
-
- 3 edited
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
tags/1.1.1/sitecare-score.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sitecare-score/tags/1.1.1/readme.txt
r3125421 r3125423 4 4 * Requires at least: 6.0 5 5 * Tested up to: 6.6.1 6 * Stable tag: 1.1. 06 * Stable tag: 1.1.1 7 7 * License: GPLv2 or later 8 8 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 44 44 45 45 ## Changelog 46 47 = 1.1.1 = 48 * Address php 7.4 compatibility 46 49 47 50 = 1.1.0 = -
sitecare-score/tags/1.1.1/sitecare-score.php
r3125422 r3125423 15 15 */ 16 16 17 $version = '1.1. 0';17 $version = '1.1.1'; 18 18 19 19 if (!defined('ABSPATH')) { -
sitecare-score/trunk/readme.txt
r3125376 r3125423 4 4 * Requires at least: 6.0 5 5 * Tested up to: 6.6.1 6 * Stable tag: 1.1. 06 * Stable tag: 1.1.1 7 7 * License: GPLv2 or later 8 8 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 44 44 45 45 ## Changelog 46 47 = 1.1.1 = 48 * Address php 7.4 compatibility 46 49 47 50 = 1.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.