Plugin Directory

Changeset 3461143


Ignore:
Timestamp:
02/14/2026 01:25:23 AM (6 weeks ago)
Author:
limchik
Message:

Release 1.0.2 (update trunk)

Location:
smt-toolkit/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • smt-toolkit/trunk/includes/modules/discounts/class-discounts-cron.php

    r3461137 r3461143  
    613613
    614614            // Restore _price to regular if needed
    615             if (!$eq_price($cur_price, $regular)) {
     615            if ($cur_price !== $regular) {
    616616                update_post_meta($product_id, '_price', $regular);
    617617                $changed = true;
  • smt-toolkit/trunk/readme.txt

    r3461137 r3461143  
    55Requires at least: 5.8
    66Tested up to: 6.9
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    114114---
    115115
    116 Store Settings Module
     116= Store Settings Module =
    117117
    118118The Store Settings module centralizes WooCommerce configuration in one place — no need to edit theme files or functions.php.
     
    204204
    205205== Changelog ==
     206
     207= 1.0.2 =
     208* Removed undefined variable
    206209
    207210= 1.0.1 =
  • smt-toolkit/trunk/smt-toolkit.php

    r3461137 r3461143  
    33 * Plugin Name: SMT Toolkit for WooCommerce
    44 * Description: Modular toolkit for store automation: imports, discounts, transliteration and cron-based workflows.
    5  * Version: 1.0.1
     5 * Version: 1.0.2
    66 * Author: limchik
    77 * Text Domain: smt-toolkit
Note: See TracChangeset for help on using the changeset viewer.