Changeset 3122103
- Timestamp:
- 07/19/2024 01:40:42 PM (21 months ago)
- Location:
- diller-loyalty/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
diller-loyalty.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
diller-loyalty/trunk/README.txt
r3121966 r3122103 3 3 Tags: loyalty program, customer club, coupons, members, campaigns 4 4 Requires at least: 4.7 5 Tested up to: 6. 4.26 Version: 2.4. 17 Stable tag: 2.4. 15 Tested up to: 6.6.0 6 Version: 2.4.2 7 Stable tag: 2.4.2 8 8 Requires PHP: 7.3 9 9 WC requires at least: 3.8.0 … … 63 63 64 64 == Changelog == 65 = 2.4. 1=65 = 2.4.2 = 66 66 * Fixes bug when reserving coupons or creating refunds for orders with products without categories. 67 67 * Removes migrations for plugin versions 1.6.1 to 2.x. -
diller-loyalty/trunk/diller-loyalty.php
r3121966 r3122103 6 6 * Plugin URI: https://diller.no/ 7 7 * Description: Diller is a loyalty platform for businesses that is easy, affordable and profitable and integrates seamlessly with your WooCommerce shop. 8 * Version: 2.4. 18 * Version: 2.4.2 9 9 * Author: Diller AS 10 10 * Author URI: https://diller.no/kontakt/ … … 13 13 * Text Domain: diller-loyalty 14 14 * Domain Path: /languages 15 * Stable tag: 2.4. 115 * Stable tag: 2.4.2 16 16 * Requires at least: 4.7 17 17 * Tested up to: 6.1.0 … … 31 31 // Start at version 2.0.0 and use SemVer - https://semver.org 32 32 if ( ! defined( 'DILLER_LOYALTY_VERSION' ) ) { 33 define('DILLER_LOYALTY_VERSION', '2.4. 1');33 define('DILLER_LOYALTY_VERSION', '2.4.2'); 34 34 } 35 35
Note: See TracChangeset
for help on using the changeset viewer.