Changeset 3219251
- Timestamp:
- 01/08/2025 07:30:33 PM (14 months ago)
- Location:
- better-recurring-coupons/trunk
- Files:
-
- 2 edited
-
includes/class-better-recurring-coupons.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
better-recurring-coupons/trunk/includes/class-better-recurring-coupons.php
r3162827 r3219251 119 119 'wrapper_class' => 'brc_allow_subscriptions_wrapper', 120 120 'value' => wc_bool_to_string($coupon->get_meta('_allow_subscriptions')), 121 'unchecked_value' => 'no' 121 122 ) 122 123 ); 123 124 124 } 125 125 -
better-recurring-coupons/trunk/readme.txt
r3216576 r3219251 65 65 66 66 == Changelog == 67 = 1.0.1 = 68 * Adjustment to wc checkbox field 69 * Updated incorrect prefixes in 1.0.0 67 70 68 71 = 1.0.0 = … … 72 75 1. New field for allowing coupons to be enabled with subscriptions 73 76 2. Coupon applied to both the cart total and recurring totals 77
Note: See TracChangeset
for help on using the changeset viewer.