Changeset 3358062
- Timestamp:
- 09/08/2025 04:55:25 PM (7 months ago)
- Location:
- export-wp-page-to-static-html/tags/4.3.2
- Files:
-
- 5 copied
-
. (copied) (copied from export-wp-page-to-static-html/trunk)
-
README.txt (copied) (copied from export-wp-page-to-static-html/trunk/README.txt) (1 diff)
-
admin/partials/sections/right-sidebar.php (copied) (copied from export-wp-page-to-static-html/trunk/admin/partials/sections/right-sidebar.php)
-
export-wp-page-to-static-html.php (copied) (copied from export-wp-page-to-static-html/trunk/export-wp-page-to-static-html.php) (2 diffs)
-
includes/global_functions.php (copied) (copied from export-wp-page-to-static-html/trunk/includes/global_functions.php)
Legend:
- Unmodified
- Added
- Removed
-
export-wp-page-to-static-html/tags/4.3.2/README.txt
r3358048 r3358062 4 4 Requires at least: 4.1 5 5 Tested up to: 6.8 6 Stable tag: 4.3. 16 Stable tag: 4.3.2 7 7 License: GPLv2 or later 8 8 License 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 10 10 * Plugin URI: https://myrecorp.com 11 11 * 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. 112 * Version: 4.3.2 13 13 * Author: ReCorp 14 14 * Author URI: https://www.upwork.com/fl/rayhan1 … … 57 57 * Rename this for your plugin and update it as you release new versions. 58 58 */ 59 define( 'EXPORT_WP_PAGE_TO_STATIC_HTML_VERSION', '4.3. 1' );59 define( 'EXPORT_WP_PAGE_TO_STATIC_HTML_VERSION', '4.3.2' ); 60 60 define( 'EWPPTSH_PLUGIN_DIR_URL', plugin_dir_url(__FILE__) ); 61 61 define( 'EWPPTSH_PLUGIN_DIR_PATH', plugin_dir_path(__FILE__) );
Note: See TracChangeset
for help on using the changeset viewer.