Changeset 3329523
- Timestamp:
- 07/17/2025 09:06:02 AM (8 months ago)
- Location:
- simple-export-import-for-acf-data/trunk
- Files:
-
- 2 edited
-
app.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-export-import-for-acf-data/trunk/app.php
r3216346 r3329523 5 5 Plugin URI: https://www.opcodespace.com 6 6 Author: Opcodespace <mehedee@opcodespace.com> 7 Version: 1.4. 27 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. 2');15 define('SEIP_PLUGIN_VERSION', '1.4.3'); 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
r3216346 r3329523 3 3 Tags: Export, Import, Page, Post, Custom Post Type 4 4 Requires at least: 5.4.0 5 Tested up to: 6. 7.15 Tested up to: 6.8.2 6 6 Requires PHP: 7.0 7 Stable tag: 1.4. 27 Stable tag: 1.4.3 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.3 (July 17, 2025) = 99 * Compatibility: Tested with WordPress 6.8.2 100 98 101 = 1.4.2 (January 3, 2025) = 99 102 * Enhancement: Minor text update
Note: See TracChangeset
for help on using the changeset viewer.