Plugin Directory

Changeset 3358062


Ignore:
Timestamp:
09/08/2025 04:55:25 PM (7 months ago)
Author:
recorp
Message:

Tagging 4.3.2

Location:
export-wp-page-to-static-html/tags/4.3.2
Files:
5 copied

Legend:

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

    r3358048 r3358062  
    44Requires at least: 4.1 
    55Tested up to: 6.8
    6 Stable tag: 4.3.1
     6Stable tag: 4.3.2
    77License: GPLv2 or later 
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html 
  • export-wp-page-to-static-html/tags/4.3.2/export-wp-page-to-static-html.php

    r3358048 r3358062  
    1010 * Plugin URI:        https://myrecorp.com
    1111 * Description:       Seamlessly export any WordPress page or post into lightweight, fully responsive static HTML/CSS and print-ready PDF with a single click. Boost your site’s performance and security by serving pre-rendered pages, create offline-friendly backups. Perfect for developers, content creators, and businesses needing fast, reliable exports of WordPress content.
    12  * Version:           4.3.1
     12 * Version:           4.3.2
    1313 * Author:            ReCorp
    1414 * Author URI:        https://www.upwork.com/fl/rayhan1
     
    5757         * Rename this for your plugin and update it as you release new versions.
    5858         */
    59         define( 'EXPORT_WP_PAGE_TO_STATIC_HTML_VERSION', '4.3.1' );
     59        define( 'EXPORT_WP_PAGE_TO_STATIC_HTML_VERSION', '4.3.2' );
    6060        define( 'EWPPTSH_PLUGIN_DIR_URL', plugin_dir_url(__FILE__) );
    6161        define( 'EWPPTSH_PLUGIN_DIR_PATH', plugin_dir_path(__FILE__) );
Note: See TracChangeset for help on using the changeset viewer.