Changeset 3274981
- Timestamp:
- 04/16/2025 04:54:42 PM (12 months ago)
- Location:
- psupsellmaster/trunk
- Files:
-
- 2 edited
-
psupsellmaster.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
psupsellmaster/trunk/psupsellmaster.php
r3269172 r3274981 4 4 * Plugin URI: https://www.pluginsandsnippets.com/downloads/upsellmaster/ 5 5 * Description: UpsellMaster increases website conversion by adding tailored upsell suggestions for WooCommerce and Easy Digital Downloads webshops. Choose between displaying upsells (selected automatically), time-limited discount campaigns or recently viewed products and systematically see an increase in order values. 6 * Version: 2.2. 16 * Version: 2.2.2 7 7 * Author: Plugins & Snippets 8 8 * Author URI: https://pluginsandsnippets.com/ … … 11 11 * Text Domain: psupsellmaster 12 12 * Requires at least: 6.2 13 * Tested up to: 6. 513 * Tested up to: 6.8 14 14 * 15 15 * @package PsUpsellMaster … … 93 93 94 94 // Set the base constants. 95 define( 'PSUPSELLMASTER_VER', '2.2. 1' );95 define( 'PSUPSELLMASTER_VER', '2.2.2' ); 96 96 define( 'PSUPSELLMASTER_NAME', 'UpsellMaster' ); 97 97 define( 'PSUPSELLMASTER_FILE', __FILE__ ); -
psupsellmaster/trunk/readme.txt
r3269172 r3274981 6 6 Tags: upsells, discounts, sales, woocommerce upsells, easy digital downloads upsells 7 7 Requires at least: 6.2 8 Tested up to: 6. 78 Tested up to: 6.8 9 9 Requires PHP: 5.6 10 Stable Tag: 2.2. 110 Stable Tag: 2.2.2 11 11 License: GPL v2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 168 168 169 169 == Changelog == 170 171 = Version 2.2.2 - April 16, 2025 = 172 Test: WordPress version 6.8 170 173 171 174 = Version 2.2.1 - April 08, 2025 =
Note: See TracChangeset
for help on using the changeset viewer.