Changeset 3394748
- Timestamp:
- 11/13/2025 03:58:49 AM (4 months ago)
- Location:
- simple-export-import-for-acf-data/trunk
- Files:
-
- 3 edited
-
app.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
view/_license.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-export-import-for-acf-data/trunk/app.php
r3329531 r3394748 5 5 Plugin URI: https://www.opcodespace.com 6 6 Author: Opcodespace <mehedee@opcodespace.com> 7 Version: 1.4. 37 Version: 1.4.4 8 8 Text Domain: simple-export-import-for-acf-data 9 9 */ … … 13 13 define("SEIP_VIEW_PATH", wp_normalize_path(plugin_dir_path(__FILE__) . "view/")); 14 14 define("SEIP_ASSETSURL", plugins_url("assets/", __FILE__)); 15 define('SEIP_PLUGIN_VERSION', '1.4. 3');15 define('SEIP_PLUGIN_VERSION', '1.4.4'); 16 16 define('PAID_TEXT', '<small class="paid_text">(This is for paid user)</small>'); 17 17 -
simple-export-import-for-acf-data/trunk/readme.txt
r3329523 r3394748 3 3 Tags: Export, Import, Page, Post, Custom Post Type 4 4 Requires at least: 5.4.0 5 Tested up to: 6.8. 25 Tested up to: 6.8.6 6 6 Requires PHP: 7.0 7 Stable tag: 1.4. 37 Stable tag: 1.4.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 96 96 97 97 == Changelog == 98 = 1.4.4 (November 13, 2025) = 99 * Bug Fixed: Saving License Key issue 100 * Compatibility: Tested with WordPress 6.8.6 101 98 102 = 1.4.3 (July 17, 2025) = 99 103 * Compatibility: Tested with WordPress 6.8.2 -
simple-export-import-for-acf-data/trunk/view/_license.php
r3084521 r3394748 30 30 method: 'POST', 31 31 url: seip_frontend_form_object.ajaxurl, 32 data: { action: 'seip_save_license_key', _wpnonce: $(' #_wpnonce').val(), seip_license_key: $('[name="seip_license_key"]').val()}32 data: { action: 'seip_save_license_key', _wpnonce: $('.license_wrapper #_wpnonce').val(), seip_license_key: $('.license_wrapper [name="seip_license_key"]').val()} 33 33 }) 34 34 .done(function( response ) {
Note: See TracChangeset
for help on using the changeset viewer.