Changeset 3474666
- Timestamp:
- 03/04/2026 03:13:27 PM (4 weeks ago)
- Location:
- export-wp-page-to-static-html/tags/6.0.3
- Files:
-
- 2 edited
- 1 copied
-
. (copied) (copied from export-wp-page-to-static-html/trunk)
-
README.txt (modified) (1 diff)
-
export-wp-page-to-static-html.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
export-wp-page-to-static-html/tags/6.0.3/README.txt
r3474640 r3474666 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 6.0. 07 Stable tag: 6.0.3 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.3/export-wp-page-to-static-html.php
r3474640 r3474666 4 4 * Plugin URI: https://myrecorp.com 5 5 * 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. 06 * Version: 6.0.3 7 7 * Author: ReCorp 8 8 * Author URI: https://www.upwork.com/fl/rayhan1 … … 20 20 load_plugin_textdomain('wp-to-html', false, dirname(plugin_basename(__FILE__)) . '/languages'); 21 21 }); 22 define('WP_TO_HTML_VERSION', '6.0. 0');22 define('WP_TO_HTML_VERSION', '6.0.3'); 23 23 define('WP_TO_HTML_PATH', plugin_dir_path(__FILE__)); 24 24 define('WP_TO_HTML_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.