Plugin Directory

Changeset 3329523


Ignore:
Timestamp:
07/17/2025 09:06:02 AM (8 months ago)
Author:
opcodespace
Message:

Compatibility Test

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

Legend:

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

    r3216346 r3329523  
    55Plugin URI: https://www.opcodespace.com
    66Author: Opcodespace <mehedee@opcodespace.com>
    7 Version: 1.4.2
     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.2');
     15define('SEIP_PLUGIN_VERSION', '1.4.3');
    1616define('PAID_TEXT', '<small class="paid_text">(This is for paid user)</small>');
    1717
  • simple-export-import-for-acf-data/trunk/readme.txt

    r3216346 r3329523  
    33Tags: Export, Import, Page, Post, Custom Post Type
    44Requires at least: 5.4.0
    5 Tested up to: 6.7.1
     5Tested up to: 6.8.2
    66Requires PHP: 7.0
    7 Stable tag: 1.4.2
     7Stable tag: 1.4.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9696
    9797== Changelog ==
     98= 1.4.3 (July 17, 2025) =
     99* Compatibility: Tested with WordPress 6.8.2
     100
    98101= 1.4.2 (January 3, 2025) =
    99102* Enhancement: Minor text update
Note: See TracChangeset for help on using the changeset viewer.