Changeset 3494857
- Timestamp:
- 03/30/2026 06:01:30 PM (40 hours ago)
- Location:
- statixly
- Files:
-
- 36 added
- 3 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/assets (added)
-
tags/1.0.2/assets/css (added)
-
tags/1.0.2/assets/css/admin.css (added)
-
tags/1.0.2/assets/css/export.css (added)
-
tags/1.0.2/assets/js (added)
-
tags/1.0.2/assets/js/export.js (added)
-
tags/1.0.2/composer.json (added)
-
tags/1.0.2/includes (added)
-
tags/1.0.2/includes/Admin (added)
-
tags/1.0.2/includes/Admin/Export.php (added)
-
tags/1.0.2/includes/Admin/Menu.php (added)
-
tags/1.0.2/includes/Admin/index.php (added)
-
tags/1.0.2/includes/CSS_Parser.php (added)
-
tags/1.0.2/includes/Diagnostics.php (added)
-
tags/1.0.2/includes/Directories.php (added)
-
tags/1.0.2/includes/Driver_Zip.php (added)
-
tags/1.0.2/includes/Export_Job.php (added)
-
tags/1.0.2/includes/HTML_Parser.php (added)
-
tags/1.0.2/includes/JS_Parser.php (added)
-
tags/1.0.2/includes/Logger.php (added)
-
tags/1.0.2/includes/Renderer.php (added)
-
tags/1.0.2/includes/Rewriter.php (added)
-
tags/1.0.2/includes/URL_Collector.php (added)
-
tags/1.0.2/includes/Uninstaller.php (added)
-
tags/1.0.2/includes/autoloader.php (added)
-
tags/1.0.2/includes/bootstrap.php (added)
-
tags/1.0.2/includes/functions-api.php (added)
-
tags/1.0.2/includes/index.php (added)
-
tags/1.0.2/index.php (added)
-
tags/1.0.2/languages (added)
-
tags/1.0.2/languages/index.php (added)
-
tags/1.0.2/license.txt (added)
-
tags/1.0.2/readme.txt (added)
-
tags/1.0.2/statixly.php (added)
-
tags/1.0.2/uninstall.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/statixly.php (modified) (1 diff)
-
trunk/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
statixly/trunk/readme.txt
r3494639 r3494857 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 96 96 == Changelog == 97 97 98 = 1.0.2 = 99 * Fix: Uninstall flow now reliably loads required helper functions before cleanup. 100 * Improvement: Kept uninstall cleanup logic centralized by reusing existing helper APIs instead of duplicating cleanup behavior. 101 98 102 = 1.0.1 = 99 103 * Renamed plugin to Statixly. … … 122 126 == Upgrade Notice == 123 127 124 = 1.0. 1=125 Initial public release.128 = 1.0.2 = 129 Recommended update. Improves plugin deletion reliability by fixing uninstall bootstrap loading. -
statixly/trunk/statixly.php
r3494639 r3494857 3 3 * Plugin Name: Statixly 4 4 * Description: Generate a fast, secure, static HTML version of your WordPress website. Export to ZIP. 5 * Version: 1.0. 15 * Version: 1.0.2 6 6 * Requires at least: 6.2 7 7 * Requires PHP: 7.4 -
statixly/trunk/uninstall.php
r3494639 r3494857 14 14 } 15 15 16 if ( ! defined( 'STATIXLY_SLUG' ) ) { 17 define( 'STATIXLY_SLUG', 'statixly' ); 18 } 19 20 require_once __DIR__ . '/includes/functions-api.php'; 16 21 require_once __DIR__ . '/includes/Uninstaller.php'; 17 22
Note: See TracChangeset
for help on using the changeset viewer.