Changeset 3475392
- Timestamp:
- 03/05/2026 09:44:01 AM (3 weeks ago)
- Location:
- export-wp-page-to-static-html/tags/6.0.5.4
- Files:
-
- 6 copied
-
. (copied) (copied from export-wp-page-to-static-html/trunk)
-
LICENSE.txt (copied) (copied from export-wp-page-to-static-html/trunk/LICENSE.txt)
-
README.txt (copied) (copied from export-wp-page-to-static-html/trunk/README.txt) (1 diff)
-
assets/admin.css (copied) (copied from export-wp-page-to-static-html/trunk/assets/admin.css)
-
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) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
export-wp-page-to-static-html/tags/6.0.5.4/README.txt
r3475322 r3475392 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 6.0.5. 27 Stable tag: 6.0.5.4 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.5.4/export-wp-page-to-static-html.php
r3475357 r3475392 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.5. 26 * Version: 6.0.5.4 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.5. 2');22 define('WP_TO_HTML_VERSION', '6.0.5.4'); 23 23 define('WP_TO_HTML_PATH', plugin_dir_path(__FILE__)); 24 24 define('WP_TO_HTML_URL', plugin_dir_url(__FILE__)); -
export-wp-page-to-static-html/tags/6.0.5.4/includes/class-admin.php
r3475357 r3475392 199 199 ?> 200 200 201 <h1 style="display:none!important;"></h1> 201 202 <div class="wrap" id="wp-to-html-app"> 202 <h1 style="display:none!important;"></h1>203 203 204 204 <!-- ══════ TOP BAR ══════ -->
Note: See TracChangeset
for help on using the changeset viewer.