Changeset 3270000
- Timestamp:
- 04/09/2025 08:55:56 PM (12 months ago)
- Location:
- appsell
- Files:
-
- 26 added
- 2 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/appsell.php (added)
-
tags/1.0.2/assets (added)
-
tags/1.0.2/assets/banner-1544x500.png (added)
-
tags/1.0.2/assets/banner-772x250.png (added)
-
tags/1.0.2/assets/css (added)
-
tags/1.0.2/assets/css/style.css (added)
-
tags/1.0.2/assets/icon-1200.png (added)
-
tags/1.0.2/assets/icon-128x128.png (added)
-
tags/1.0.2/assets/icon-256x256.png (added)
-
tags/1.0.2/assets/images (added)
-
tags/1.0.2/assets/images/AppSell_logo 2.png (added)
-
tags/1.0.2/assets/images/appsell_icon.png (added)
-
tags/1.0.2/assets/images/appsell_logo.png (added)
-
tags/1.0.2/assets/images/polygon.svg (added)
-
tags/1.0.2/assets/js (added)
-
tags/1.0.2/assets/js/script.js (added)
-
tags/1.0.2/assets/screenshot-1.png (added)
-
tags/1.0.2/assets/screenshot-2.png (added)
-
tags/1.0.2/assets/screenshot-3.png (added)
-
tags/1.0.2/assets/screenshot-4.png (added)
-
tags/1.0.2/assets/screenshot-5.png (added)
-
tags/1.0.2/assets/screenshot-6.png (added)
-
tags/1.0.2/readme.txt (added)
-
tags/1.0.2/views (added)
-
tags/1.0.2/views/appsell_admin_page.php (added)
-
trunk/appsell.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appsell/trunk/appsell.php
r3130235 r3270000 8 8 * Plugin Name: AppSell 9 9 * Description: Use AppSell to increase sales on your Woocommerce store using Upsell, Cross Sell, Frequently Bought Together, Discounts, Coupons, Bundles and More! 10 * Version: 1.0. 110 * Version: 1.0.2 11 11 * Author: AppSell 12 12 * Author URI: https://appsell.io … … 20 20 21 21 define("APPSELL_API_URL", "https://app.appsell.io"); 22 define('APPSELL_VERSION', '1.0 ');22 define('APPSELL_VERSION', '1.0.2'); 23 23 define('APPSELL_PATH', dirname(__FILE__)); 24 24 define('APPSELL_FOLDER', basename(APPSELL_PATH)); -
appsell/trunk/readme.txt
r3188036 r3270000 5 5 Requires at least: 3.1 6 6 Requires PHP: 5.4 7 Tested up to: 6. 78 Stable tag: 1.0. 17 Tested up to: 6.8 8 Stable tag: 1.0.2 9 9 Plugin URI: https://appsell.io 10 10 License: proprietary
Note: See TracChangeset
for help on using the changeset viewer.