Changeset 3461143
- Timestamp:
- 02/14/2026 01:25:23 AM (6 weeks ago)
- Location:
- smt-toolkit/trunk
- Files:
-
- 3 edited
-
includes/modules/discounts/class-discounts-cron.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
smt-toolkit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smt-toolkit/trunk/includes/modules/discounts/class-discounts-cron.php
r3461137 r3461143 613 613 614 614 // Restore _price to regular if needed 615 if ( !$eq_price($cur_price, $regular)) {615 if ($cur_price !== $regular) { 616 616 update_post_meta($product_id, '_price', $regular); 617 617 $changed = true; -
smt-toolkit/trunk/readme.txt
r3461137 r3461143 5 5 Requires at least: 5.8 6 6 Tested up to: 6.9 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 114 114 --- 115 115 116 Store Settings Module 116 = Store Settings Module = 117 117 118 118 The Store Settings module centralizes WooCommerce configuration in one place — no need to edit theme files or functions.php. … … 204 204 205 205 == Changelog == 206 207 = 1.0.2 = 208 * Removed undefined variable 206 209 207 210 = 1.0.1 = -
smt-toolkit/trunk/smt-toolkit.php
r3461137 r3461143 3 3 * Plugin Name: SMT Toolkit for WooCommerce 4 4 * Description: Modular toolkit for store automation: imports, discounts, transliteration and cron-based workflows. 5 * Version: 1.0. 15 * Version: 1.0.2 6 6 * Author: limchik 7 7 * Text Domain: smt-toolkit
Note: See TracChangeset
for help on using the changeset viewer.