Changeset 3495716
- Timestamp:
- 03/31/2026 02:44:24 PM (4 days ago)
- Location:
- scotty
- Files:
-
- 5 edited
-
assets/blueprints/blueprint.json (modified) (2 diffs)
-
tags/2.0.0/readme.txt (modified) (1 diff)
-
tags/2.0.0/scotty.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/scotty.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scotty/assets/blueprints/blueprint.json
r3158812 r3495716 1 1 { 2 "landingPage": "\/wp-admin\/ plugins.php",2 "landingPage": "\/wp-admin\/admin.php?page=scotty_slug_menu", 3 3 "preferredVersions": { 4 "php": " 7.4",4 "php": "8.2", 5 5 "wp": "latest" 6 6 }, … … 15 15 "step": "installPlugin", 16 16 "pluginZipFile": { 17 "resource": " url",18 " url": "https:\/\/downloads.wordpress.org\/plugin\/scotty.1.0.0.zip"17 "resource": "wordpress.org\/plugins", 18 "slug": "scotty" 19 19 }, 20 20 "options": { -
scotty/tags/2.0.0/readme.txt
r3495690 r3495716 4 4 Tags: cleanup, optimization, database, security, maintenance 5 5 Requires at least: 6.2 6 Tested up to: 6. 76 Tested up to: 6.9 7 7 Stable tag: 2.0.0 8 Requires PHP: 7.48 Requires PHP: 8.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
scotty/tags/2.0.0/scotty.php
r3495677 r3495716 7 7 * Version: 2.0.0 8 8 * Requires at least: 6.2 9 * Requires PHP: 7.49 * Requires PHP: 8.1 10 10 * Author: Giovambattista Fazioli 11 11 * Author URI: http://undolog.com -
scotty/trunk/readme.txt
r3495690 r3495716 4 4 Tags: cleanup, optimization, database, security, maintenance 5 5 Requires at least: 6.2 6 Tested up to: 6. 76 Tested up to: 6.9 7 7 Stable tag: 2.0.0 8 Requires PHP: 7.48 Requires PHP: 8.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
scotty/trunk/scotty.php
r3495682 r3495716 7 7 * Version: 2.0.0 8 8 * Requires at least: 6.2 9 * Requires PHP: 7.49 * Requires PHP: 8.1 10 10 * Author: Giovambattista Fazioli 11 11 * Author URI: http://undolog.com
Note: See TracChangeset
for help on using the changeset viewer.