Changeset 3355727
- Timestamp:
- 09/03/2025 11:53:43 PM (7 months ago)
- Location:
- importify
- Files:
-
- 27 added
- 2 edited
-
tags/1.0.12 (added)
-
tags/1.0.12/assets (added)
-
tags/1.0.12/assets/ImportifyLogo.png (added)
-
tags/1.0.12/assets/banner-1544x500.png (added)
-
tags/1.0.12/assets/banner-772x250.png (added)
-
tags/1.0.12/assets/css (added)
-
tags/1.0.12/assets/css/style.css (added)
-
tags/1.0.12/assets/icon-1200.png (added)
-
tags/1.0.12/assets/icon-128x128.png (added)
-
tags/1.0.12/assets/icon-256x256.png (added)
-
tags/1.0.12/assets/images (added)
-
tags/1.0.12/assets/images/Importify_logo.png (added)
-
tags/1.0.12/assets/images/importifyLogo.png (added)
-
tags/1.0.12/assets/images/importify_icon.png (added)
-
tags/1.0.12/assets/js (added)
-
tags/1.0.12/assets/js/feather.min.js (added)
-
tags/1.0.12/assets/js/script.js (added)
-
tags/1.0.12/assets/screenshot-1.png (added)
-
tags/1.0.12/assets/screenshot-2.png (added)
-
tags/1.0.12/assets/screenshot-3.png (added)
-
tags/1.0.12/assets/screenshot-4.png (added)
-
tags/1.0.12/assets/screenshot-5.png (added)
-
tags/1.0.12/importify.php (added)
-
tags/1.0.12/readme.txt (added)
-
tags/1.0.12/views (added)
-
tags/1.0.12/views/importify_admin_page.php (added)
-
trunk/assets/js/feather.min.js (added)
-
trunk/importify.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
importify/trunk/importify.php
r3300419 r3355727 8 8 * Plugin Name: Importify 9 9 * Description: Easily import best-selling products, and automate your entire dropshipping process, all with a single click. 10 * Version: 1.0.1 110 * Version: 1.0.12 11 11 * Author: Importify 12 12 * Author URI: https://www.importify.com/ … … 20 20 21 21 define("IMPORTIFY_API_URL", "https://app.importify.net/dashboard"); 22 define('IMPORTIFY_VERSION', '1.0.1 1');22 define('IMPORTIFY_VERSION', '1.0.12'); 23 23 define('IMPORTIFY_PATH', dirname(__FILE__)); 24 24 define('IMPORTIFY_FOLDER', basename(IMPORTIFY_PATH)); … … 294 294 $headers = array( 295 295 'Content-Type' => 'application/json', 296 'User-Agent' => 'Importify Wp Plugin', 296 297 'x-plugin-version' => IMPORTIFY_VERSION, 297 298 'x-site-url' => get_site_url(), … … 311 312 'method' => 'POST', 312 313 'data_format' => 'body', 313 'sslverify' => false, 314 'user-agent' => "Importify Wp Plugin" 314 'sslverify' => false 315 315 ); 316 316 -
importify/trunk/readme.txt
r3300424 r3355727 6 6 Requires PHP: 5.4 7 7 Tested up to: 6.8 8 Stable tag: 1.0.1 18 Stable tag: 1.0.12 9 9 Plugin URI: https://importify.com 10 10 License: proprietary
Note: See TracChangeset
for help on using the changeset viewer.