Changeset 2972362
- Timestamp:
- 09/27/2023 06:31:48 PM (3 years ago)
- Location:
- simple-export-import-for-acf-data/trunk
- Files:
-
- 3 edited
-
app.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
src/SeipExport.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-export-import-for-acf-data/trunk/app.php
r2970520 r2972362 5 5 Plugin URI: https://www.opcodespace.com 6 6 Author: Opcodespace <mehedee@opcodespace.com> 7 Version: 1.3. 97 Version: 1.3.10 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.3. 9');15 define('SEIP_PLUGIN_VERSION', '1.3.10'); 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
r2970520 r2972362 5 5 Tested up to: 6.3.1 6 6 Requires PHP: 7.0 7 Stable tag: 1.3. 97 Stable tag: 1.3.10 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
simple-export-import-for-acf-data/trunk/src/SeipExport.php
r2961647 r2972362 57 57 } 58 58 59 $data = json_encode($post_data);59 $data = wp_json_encode($post_data); 60 60 61 61 $json_file_name = 'post-export-'.date('y-m-d').'.json';
Note: See TracChangeset
for help on using the changeset viewer.