Plugin Directory

Changeset 3394748


Ignore:
Timestamp:
11/13/2025 03:58:49 AM (4 months ago)
Author:
opcodespace
Message:

Saving License

Location:
simple-export-import-for-acf-data/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • simple-export-import-for-acf-data/trunk/app.php

    r3329531 r3394748  
    55Plugin URI: https://www.opcodespace.com
    66Author: Opcodespace <mehedee@opcodespace.com>
    7 Version: 1.4.3
     7Version: 1.4.4
    88Text Domain: simple-export-import-for-acf-data
    99*/
     
    1313define("SEIP_VIEW_PATH", wp_normalize_path(plugin_dir_path(__FILE__) . "view/"));
    1414define("SEIP_ASSETSURL", plugins_url("assets/", __FILE__));
    15 define('SEIP_PLUGIN_VERSION', '1.4.3');
     15define('SEIP_PLUGIN_VERSION', '1.4.4');
    1616define('PAID_TEXT', '<small class="paid_text">(This is for paid user)</small>');
    1717
  • simple-export-import-for-acf-data/trunk/readme.txt

    r3329523 r3394748  
    33Tags: Export, Import, Page, Post, Custom Post Type
    44Requires at least: 5.4.0
    5 Tested up to: 6.8.2
     5Tested up to: 6.8.6
    66Requires PHP: 7.0
    7 Stable tag: 1.4.3
     7Stable tag: 1.4.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9696
    9797== Changelog ==
     98= 1.4.4 (November 13, 2025) =
     99* Bug Fixed: Saving License Key issue
     100* Compatibility: Tested with WordPress 6.8.6
     101
    98102= 1.4.3 (July 17, 2025) =
    99103* Compatibility: Tested with WordPress 6.8.2
  • simple-export-import-for-acf-data/trunk/view/_license.php

    r3084521 r3394748  
    3030                method: 'POST',
    3131                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()}
    3333            })
    3434            .done(function( response ) {
Note: See TracChangeset for help on using the changeset viewer.