Plugin Directory

Changeset 3454211


Ignore:
Timestamp:
02/05/2026 01:40:07 AM (2 weeks ago)
Author:
deepwork
Message:

Update to version 1.5.6 from GitHub

Location:
stacksuite-sales-manager-for-woocommerce
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • stacksuite-sales-manager-for-woocommerce/tags/1.5.6/readme.txt

    r3453981 r3454211  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 1.5.4
     7Stable tag: 1.5.6
    88WC requires at least: 8.0
    99WC tested up to: 9.0
     
    114114
    115115== Changelog ==
     116
     117= 1.5.6 =
     118* Fixed: CSS not loading on submenu admin pages
     119
     120= 1.5.5 =
     121* Fixed: readme.txt stable tag sync
    116122
    117123= 1.5.4 =
  • stacksuite-sales-manager-for-woocommerce/tags/1.5.6/stacksuite-sales-manager-for-woocommerce.php

    r3453999 r3454211  
    44 * Plugin URI: https://github.com/stacksuite-dev/woo-ai-sales-manager
    55 * Description: AI-powered product catalog management for WooCommerce. Generate content, suggest tags/categories, and create/improve product images using Google Gemini.
    6  * Version: 1.5.5
     6 * Version: 1.5.6
    77 * Author: StackSuite
    88 * Author URI: https://stacksuite.dev
     
    2727
    2828// Plugin constants
    29 define( 'AISALES_VERSION', '1.5.5' );
     29define( 'AISALES_VERSION', '1.5.6' );
    3030define( 'AISALES_PLUGIN_FILE', __FILE__ );
    3131define( 'AISALES_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • stacksuite-sales-manager-for-woocommerce/trunk/readme.txt

    r3453981 r3454211  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 1.5.4
     7Stable tag: 1.5.6
    88WC requires at least: 8.0
    99WC tested up to: 9.0
     
    114114
    115115== Changelog ==
     116
     117= 1.5.6 =
     118* Fixed: CSS not loading on submenu admin pages
     119
     120= 1.5.5 =
     121* Fixed: readme.txt stable tag sync
    116122
    117123= 1.5.4 =
  • stacksuite-sales-manager-for-woocommerce/trunk/stacksuite-sales-manager-for-woocommerce.php

    r3453999 r3454211  
    44 * Plugin URI: https://github.com/stacksuite-dev/woo-ai-sales-manager
    55 * Description: AI-powered product catalog management for WooCommerce. Generate content, suggest tags/categories, and create/improve product images using Google Gemini.
    6  * Version: 1.5.5
     6 * Version: 1.5.6
    77 * Author: StackSuite
    88 * Author URI: https://stacksuite.dev
     
    2727
    2828// Plugin constants
    29 define( 'AISALES_VERSION', '1.5.5' );
     29define( 'AISALES_VERSION', '1.5.6' );
    3030define( 'AISALES_PLUGIN_FILE', __FILE__ );
    3131define( 'AISALES_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.