Plugin Directory

Changeset 3444461


Ignore:
Timestamp:
01/21/2026 11:17:26 PM (8 days ago)
Author:
webstepper
Message:

Version 1.0.8

Location:
smart-cycle-discounts
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • smart-cycle-discounts/tags/1.0.8/readme.txt

    r3444452 r3444461  
    44Requires at least: 6.4
    55Tested up to: 6.9
    6 Stable tag: 1.0.7
     6Stable tag: 1.0.8
    77Requires PHP: 7.4
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1010
    11 Schedule WooCommerce sales that run themselves. Set dates, pick products, choose discounts - campaigns activate automatically.
     11Schedule WooCommerce discounts that run themselves. BOGO, tiered pricing, flash sales - campaigns activate automatically.
    1212
    1313== Description ==
     
    258258== Changelog ==
    259259
    260 = 1.0.7 =
     260= 1.0.8 =
     261* SEO-optimized short description with high-value keywords
    261262* Optimized plugin tags for better WordPress.org discoverability
    262263* Improved Free vs Pro feature comparison formatting
    263 * Fixed short description length (under 150 characters)
    264264
    265265= 1.0.4 =
     
    297297== Upgrade Notice ==
    298298
    299 = 1.0.7 =
    300 Improved WordPress.org discoverability with optimized tags.
     299= 1.0.8 =
     300Improved search visibility with SEO-optimized description and tags.
    301301
    302302= 1.0.4 =
  • smart-cycle-discounts/tags/1.0.8/smart-cycle-discounts.php

    r3444452 r3444461  
    44 * Plugin URI: https://webstepper.io/wordpress/plugins/smart-cycle-discounts/
    55 * Description: Revolutionary WooCommerce discount management with intelligent product rotation, multi-campaign organization, and advanced scheduling. Built with modern WordPress & WooCommerce standards.
    6  * Version: 1.0.7
     6 * Version: 1.0.8
    77 * Author: Webstepper
    88 * Author URI: https://webstepper.io
     
    2121  *
    2222 * @package SmartCycleDiscounts
    23  * @version 1.0.7
     23 * @version 1.0.8
    2424 * @since 1.0.0
    2525 */
     
    102102
    103103// Plugin constants
    104 define( 'WSSCD_VERSION', '1.0.7' );
     104define( 'WSSCD_VERSION', '1.0.8' );
    105105define( 'WSSCD_DB_VERSION', '1.0.0' );
    106106define( 'WSSCD_MIN_PHP_VERSION', '7.4' );
  • smart-cycle-discounts/trunk/readme.txt

    r3444452 r3444461  
    44Requires at least: 6.4
    55Tested up to: 6.9
    6 Stable tag: 1.0.7
     6Stable tag: 1.0.8
    77Requires PHP: 7.4
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1010
    11 Schedule WooCommerce sales that run themselves. Set dates, pick products, choose discounts - campaigns activate automatically.
     11Schedule WooCommerce discounts that run themselves. BOGO, tiered pricing, flash sales - campaigns activate automatically.
    1212
    1313== Description ==
     
    258258== Changelog ==
    259259
    260 = 1.0.7 =
     260= 1.0.8 =
     261* SEO-optimized short description with high-value keywords
    261262* Optimized plugin tags for better WordPress.org discoverability
    262263* Improved Free vs Pro feature comparison formatting
    263 * Fixed short description length (under 150 characters)
    264264
    265265= 1.0.4 =
     
    297297== Upgrade Notice ==
    298298
    299 = 1.0.7 =
    300 Improved WordPress.org discoverability with optimized tags.
     299= 1.0.8 =
     300Improved search visibility with SEO-optimized description and tags.
    301301
    302302= 1.0.4 =
  • smart-cycle-discounts/trunk/smart-cycle-discounts.php

    r3444452 r3444461  
    44 * Plugin URI: https://webstepper.io/wordpress/plugins/smart-cycle-discounts/
    55 * Description: Revolutionary WooCommerce discount management with intelligent product rotation, multi-campaign organization, and advanced scheduling. Built with modern WordPress & WooCommerce standards.
    6  * Version: 1.0.7
     6 * Version: 1.0.8
    77 * Author: Webstepper
    88 * Author URI: https://webstepper.io
     
    2121  *
    2222 * @package SmartCycleDiscounts
    23  * @version 1.0.7
     23 * @version 1.0.8
    2424 * @since 1.0.0
    2525 */
     
    102102
    103103// Plugin constants
    104 define( 'WSSCD_VERSION', '1.0.7' );
     104define( 'WSSCD_VERSION', '1.0.8' );
    105105define( 'WSSCD_DB_VERSION', '1.0.0' );
    106106define( 'WSSCD_MIN_PHP_VERSION', '7.4' );
Note: See TracChangeset for help on using the changeset viewer.