Changeset 3269981
- Timestamp:
- 04/09/2025 07:56:14 PM (12 months ago)
- Location:
- importify
- Files:
-
- 25 added
- 2 edited
-
tags/1.0.9 (added)
-
tags/1.0.9/assets (added)
-
tags/1.0.9/assets/ImportifyLogo.png (added)
-
tags/1.0.9/assets/banner-1544x500.png (added)
-
tags/1.0.9/assets/banner-772x250.png (added)
-
tags/1.0.9/assets/css (added)
-
tags/1.0.9/assets/css/style.css (added)
-
tags/1.0.9/assets/icon-1200.png (added)
-
tags/1.0.9/assets/icon-128x128.png (added)
-
tags/1.0.9/assets/icon-256x256.png (added)
-
tags/1.0.9/assets/images (added)
-
tags/1.0.9/assets/images/Importify_logo.png (added)
-
tags/1.0.9/assets/images/importifyLogo.png (added)
-
tags/1.0.9/assets/images/importify_icon.png (added)
-
tags/1.0.9/assets/js (added)
-
tags/1.0.9/assets/js/script.js (added)
-
tags/1.0.9/assets/screenshot-1.png (added)
-
tags/1.0.9/assets/screenshot-2.png (added)
-
tags/1.0.9/assets/screenshot-3.png (added)
-
tags/1.0.9/assets/screenshot-4.png (added)
-
tags/1.0.9/assets/screenshot-5.png (added)
-
tags/1.0.9/importify.php (added)
-
tags/1.0.9/readme.txt (added)
-
tags/1.0.9/views (added)
-
tags/1.0.9/views/importify_admin_page.php (added)
-
trunk/importify.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
importify/trunk/importify.php
r3208562 r3269981 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. 810 * Version: 1.0.9 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. 8');22 define('IMPORTIFY_VERSION', '1.0.9'); 23 23 define('IMPORTIFY_PATH', dirname(__FILE__)); 24 24 define('IMPORTIFY_FOLDER', basename(IMPORTIFY_PATH)); -
importify/trunk/readme.txt
r3208562 r3269981 5 5 Requires at least: 3.1 6 6 Requires PHP: 5.4 7 Tested up to: 6. 7.18 Stable tag: 1.0. 87 Tested up to: 6.8 8 Stable tag: 1.0.9 9 9 Plugin URI: https://importify.com 10 10 License: proprietary
Note: See TracChangeset
for help on using the changeset viewer.