Plugin Directory

Changeset 3474652


Ignore:
Timestamp:
03/04/2026 02:34:48 PM (3 weeks ago)
Author:
recorp
Message:

added tag 6.0.1

Location:
export-wp-page-to-static-html/tags/6.0.1
Files:
12 deleted
18 copied

Legend:

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

    r3474640 r3474652  
    55Tested up to:       6.7
    66Requires PHP:       7.4
    7 Stable tag:         6.0.0
     7Stable tag:         6.0.1
    88License:            GPLv2 or later
    99License 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  
    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.0
     6 * Version:           6.0.1
    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.0');
     22define('WP_TO_HTML_VERSION', '6.0.1');
    2323define('WP_TO_HTML_PATH', plugin_dir_path(__FILE__));
    2424define('WP_TO_HTML_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.