Changeset 3474694
- Timestamp:
- 03/04/2026 03:43:01 PM (3 weeks ago)
- Location:
- export-wp-page-to-static-html/tags/6.0.5
- Files:
-
- 5 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)
-
export-wp-page-to-static-html.php (copied) (copied from export-wp-page-to-static-html/trunk/export-wp-page-to-static-html.php) (1 diff)
-
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/README.txt
r3474688 r3474694 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 6.0. 47 Stable tag: 6.0.5 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/export-wp-page-to-static-html.php
r3474688 r3474694 322 322 323 323 $installed_version = get_option('wp_to_html_version'); // previous plugin version 324 $current_version = '6.0.0';324 $current_version = WP_TO_HTML_VERSION; 325 325 $tables_removed = get_option('wp_to_html_old_tables_removed', false); 326 326 -
export-wp-page-to-static-html/tags/6.0.5/includes/class-admin.php
r3474688 r3474694 1264 1264 <div class="wth-version"> 1265 1265 <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> 1267 1267 </div> 1268 1268 </div>
Note: See TracChangeset
for help on using the changeset viewer.