Plugin Directory

Changeset 3474696


Ignore:
Timestamp:
03/04/2026 03:44:07 PM (3 weeks ago)
Author:
recorp
Message:

Fixed what's new page redirection issue.

Location:
export-wp-page-to-static-html/trunk
Files:
3 edited

Legend:

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

    r3474688 r3474696  
    55Tested up to:       6.7
    66Requires PHP:       7.4
    7 Stable tag:         6.0.4
     7Stable tag:         6.0.5
    88License:            GPLv2 or later
    99License URI:        https://www.gnu.org/licenses/gpl-2.0.html
  • export-wp-page-to-static-html/trunk/export-wp-page-to-static-html.php

    r3474688 r3474696  
    322322
    323323    $installed_version = get_option('wp_to_html_version'); // previous plugin version
    324     $current_version   = '6.0.0';
     324    $current_version   = WP_TO_HTML_VERSION;
    325325    $tables_removed    = get_option('wp_to_html_old_tables_removed', false);
    326326
  • export-wp-page-to-static-html/trunk/includes/class-admin.php

    r3474688 r3474696  
    12641264                    <div class="wth-version">
    12651265                        <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"/><line x1="16" y1="8" x2="2" y2="22"/><line x1="17.5" y1="15" x2="9" y2="15"/></svg>
    1266                         <?php esc_html_e('Version', 'wp-to-html'); ?> <strong>6.0.3</strong>
     1266                        <?php esc_html_e('Version', 'wp-to-html'); ?> <strong>6.0.0</strong>
    12671267                    </div>
    12681268                </div>
Note: See TracChangeset for help on using the changeset viewer.