Changeset 3474652
- Timestamp:
- 03/04/2026 02:34:48 PM (3 weeks ago)
- Location:
- export-wp-page-to-static-html/tags/6.0.1
- Files:
-
- 12 deleted
- 18 copied
-
. (copied) (copied from export-wp-page-to-static-html/trunk)
-
LICENSE.txt (deleted)
-
README.txt (copied) (copied from export-wp-page-to-static-html/trunk/README.txt) (1 diff)
-
admin (deleted)
-
assets (copied) (copied from export-wp-page-to-static-html/trunk/assets)
-
export-wp-page-to-static-html.php (copied) (copied from export-wp-page-to-static-html/trunk/export-wp-page-to-static-html.php) (2 diffs)
-
includes/class-admin.php (copied) (copied from export-wp-page-to-static-html/trunk/includes/class-admin.php)
-
includes/class-advanced-debugger.php (copied) (copied from export-wp-page-to-static-html/trunk/includes/class-advanced-debugger.php)
-
includes/class-asset-extractor.php (copied) (copied from export-wp-page-to-static-html/trunk/includes/class-asset-extractor.php)
-
includes/class-asset-manager.php (copied) (copied from export-wp-page-to-static-html/trunk/includes/class-asset-manager.php)
-
includes/class-bulk-asset-collector.php (copied) (copied from export-wp-page-to-static-html/trunk/includes/class-bulk-asset-collector.php)
-
includes/class-core.php (copied) (copied from export-wp-page-to-static-html/trunk/includes/class-core.php)
-
includes/class-diagnostic.php (copied) (copied from export-wp-page-to-static-html/trunk/includes/class-diagnostic.php)
-
includes/class-export-wp-page-to-static-html-activator.php (deleted)
-
includes/class-export-wp-page-to-static-html-deactivator.php (deleted)
-
includes/class-export-wp-page-to-static-html-i18n.php (deleted)
-
includes/class-export-wp-page-to-static-html-loader.php (deleted)
-
includes/class-export-wp-page-to-static-html.php (deleted)
-
includes/class-exporter.php (copied) (copied from export-wp-page-to-static-html/trunk/includes/class-exporter.php)
-
includes/class-ftp-uploader.php (copied) (copied from export-wp-page-to-static-html/trunk/includes/class-ftp-uploader.php)
-
includes/class-rest.php (copied) (copied from export-wp-page-to-static-html/trunk/includes/class-rest.php)
-
includes/class-s3-uploader.php (copied) (copied from export-wp-page-to-static-html/trunk/includes/class-s3-uploader.php)
-
includes/global_functions.php (deleted)
-
includes/html-export-metabox.php (deleted)
-
includes/index.php (deleted)
-
includes/url (copied) (copied from export-wp-page-to-static-html/trunk/includes/url)
-
includes/url-discovery (copied) (copied from export-wp-page-to-static-html/trunk/includes/url-discovery)
-
index.php (copied) (copied from export-wp-page-to-static-html/trunk/index.php)
-
languages/export-wp-page-to-static-html.pot (deleted)
-
uninstall.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
export-wp-page-to-static-html/tags/6.0.1/README.txt
r3474640 r3474652 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 6.0. 07 Stable tag: 6.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
export-wp-page-to-static-html/tags/6.0.1/export-wp-page-to-static-html.php
r3474640 r3474652 4 4 * Plugin URI: https://myrecorp.com 5 5 * Description: Export WP Pages to Static HTML is the most flexible static HTML export plugin for WordPress. Unlike full-site generators, Export WP Pages to Static HTML gives you surgical control — export exactly the posts, pages, or custom post types you need, in the status you want, as the user role you choose. 6 * Version: 6.0. 06 * Version: 6.0.1 7 7 * Author: ReCorp 8 8 * Author URI: https://www.upwork.com/fl/rayhan1 … … 20 20 load_plugin_textdomain('wp-to-html', false, dirname(plugin_basename(__FILE__)) . '/languages'); 21 21 }); 22 define('WP_TO_HTML_VERSION', '6.0. 0');22 define('WP_TO_HTML_VERSION', '6.0.1'); 23 23 define('WP_TO_HTML_PATH', plugin_dir_path(__FILE__)); 24 24 define('WP_TO_HTML_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.