Plugin Directory

Changeset 3475392


Ignore:
Timestamp:
03/05/2026 09:44:01 AM (3 weeks ago)
Author:
recorp
Message:

added tag 6.0.5.4

Location:
export-wp-page-to-static-html/tags/6.0.5.4
Files:
6 copied

Legend:

Unmodified
Added
Removed
  • export-wp-page-to-static-html/tags/6.0.5.4/README.txt

    r3475322 r3475392  
    55Tested up to:       6.7
    66Requires PHP:       7.4
    7 Stable tag:         6.0.5.2
     7Stable tag:         6.0.5.4
    88License:            GPLv2 or later
    99License 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  
    44 * Plugin URI:        https://myrecorp.com
    55 * 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.2
     6 * Version:           6.0.5.4
    77 * Author:            ReCorp
    88 * Author URI:        https://www.upwork.com/fl/rayhan1
     
    2020    load_plugin_textdomain('wp-to-html', false, dirname(plugin_basename(__FILE__)) . '/languages');
    2121});
    22 define('WP_TO_HTML_VERSION', '6.0.5.2');
     22define('WP_TO_HTML_VERSION', '6.0.5.4');
    2323define('WP_TO_HTML_PATH', plugin_dir_path(__FILE__));
    2424define('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  
    199199        ?>
    200200
     201        <h1 style="display:none!important;"></h1>
    201202        <div class="wrap" id="wp-to-html-app">
    202         <h1 style="display:none!important;"></h1>
    203203
    204204            <!-- ══════ TOP BAR ══════ -->
Note: See TracChangeset for help on using the changeset viewer.