Changeset 2973550
- Timestamp:
- 10/01/2023 03:28:16 PM (2 years ago)
- Location:
- simple-export-import-for-acf-data/trunk
- Files:
-
- 3 edited
-
app.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
src/SeipOpcodespace.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-export-import-for-acf-data/trunk/app.php
r2972381 r2973550 5 5 Plugin URI: https://www.opcodespace.com 6 6 Author: Opcodespace <mehedee@opcodespace.com> 7 Version: 1.3.1 17 Version: 1.3.12 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.1 1');15 define('SEIP_PLUGIN_VERSION', '1.3.12'); 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
r2972381 r2973550 5 5 Tested up to: 6.3.1 6 6 Requires PHP: 7.0 7 Stable tag: 1.3.1 17 Stable tag: 1.3.12 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.3.12 = 99 * Bug Fixed: Saving license key 100 98 101 = 1.3.11 = 99 102 * Bug Fixed: sanitize json file -
simple-export-import-for-acf-data/trunk/src/SeipOpcodespace.php
r2961647 r2973550 32 32 $code = wp_remote_retrieve_response_code($response); 33 33 34 echo '<pre>'; print_r($response); echo '</pre>';35 36 34 if($code != 200){ 37 35 throw new Exception(wp_remote_retrieve_body($response));
Note: See TracChangeset
for help on using the changeset viewer.