|
1 | 1 | === Simple WP Site Exporter === |
2 | 2 | Contributors: enginescript |
3 | | -Tags: backup,== Changelog == |
4 | | - |
5 | | -= 1.6.8 = |
6 | | -* Fallback Removal and Security Hardening: Removed all fallback mechanisms to simplify codebase |
7 | | -* Enhanced SSRF Protection: Strengthened Server-Side Request Forgery prevention with pre-validation |
8 | | -* Text Domain Compliance: Fixed remaining lowercase text domain instances in WP-CLI validation |
9 | | -* Code Simplification: Reduced overall complexity by 15% through fallback removal |
10 | | -* Security Audit: Comprehensive review ensuring OWASP and WordPress security best practices |
11 | | -* Logging Enhancement: Uses only wp_debug_log() (WordPress 5.1+), removed error_log() fallback |
12 | | -* Directory Validation: Requires realpath() success for security, removed normalized path fallback |
13 | | -* File Output: Uses only readfile() for performance and security, removed WP_Filesystem fallback |
14 | | -* ZIP File Paths: Requires getRealPath() success for security, removed pathname fallback |
15 | | - |
16 | | -= 1.6.7 = |
17 | | -* PHPMD, PHPStan, Security, and WordPress Standards Compliance update |
18 | | -* Variable Naming: Fixed all CamelCase variable naming violations for PHPMD compliance |
19 | | -* Function Complexity: Broke down complex functions to reduce cyclomatic complexity |
20 | | -* Security Enhancements: Comprehensive input sanitization and output escaping |
21 | | -* PHPStan Level 8: Resolved all type handling and unreachable code issues |
22 | | -* WordPress Plugin Check: Fixed text domain consistency and translator comments |
23 | | -* Performance Optimization: Streamlined code paths and removed redundant operations |
24 | | - |
25 | | -= 1.6.1 =port, migration, site export, database export |
| 3 | +Tags: backup, export, migration, site export, database export |
26 | 4 | Requires at least: 5.8 |
27 | 5 | Tested up to: 6.8 |
28 | 6 | Stable tag: 1.6.8 |
29 | 7 | Requires PHP: 7.4 |
30 | 8 | License: GPLv3 or later |
31 | 9 | License URI: https://www.gnu.org/licenses/gpl-3.0.html |
32 | 10 |
|
33 | | -Export your entire WordPress site, including files and database, as a secure downloadable ZIP archive. |
| 11 | +Export your entire WordPress site as a secure downloadable ZIP archive. |
34 | 12 |
|
35 | 13 | == Description == |
36 | 14 |
|
@@ -92,6 +70,23 @@ Absolutely! While the plugin integrates seamlessly with EngineScript servers, it |
92 | 70 |
|
93 | 71 | Yes, the plugin is designed to be compatible with most shared hosting environments. However, large sites may encounter timeout or memory limitations on restrictive hosting plans. |
94 | 72 |
|
| 73 | +== License == |
| 74 | + |
| 75 | +This plugin is licensed under the GPL v3 or later. |
| 76 | + |
| 77 | +This program is free software: you can redistribute it and/or modify |
| 78 | +it under the terms of the GNU General Public License as published by |
| 79 | +the Free Software Foundation, either version 3 of the License, or |
| 80 | +(at your option) any later version. |
| 81 | + |
| 82 | +This program is distributed in the hope that it will be useful, |
| 83 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 84 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 85 | +GNU General Public License for more details. |
| 86 | + |
| 87 | +You should have received a copy of the GNU General Public License |
| 88 | +along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 89 | + |
95 | 90 | == Changelog == |
96 | 91 |
|
97 | 92 | = 1.6.8 = |
|
0 commit comments