Plugin Directory

Changeset 3407025


Ignore:
Timestamp:
12/01/2025 04:15:18 PM (4 months ago)
Author:
softound
Message:

version 1.6.6

Location:
woo-custom-stock-status
Files:
30 added
6 edited

Legend:

Unmodified
Added
Removed
  • woo-custom-stock-status/trunk/readme.txt

    r3259388 r3407025  
    1 === Woo Custom Stock Status ===
     1=== Advanced Custom Stock Status ===
    22Contributors: softound
    33Donate link: https://softound.com/donation/
     
    55Requires at least: 5.8
    66Tested up to: 6.7
    7 Stable tag: 1.6.5
     7Stable tag: 1.6.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    277277* Fix - WoodMart theme compatibility issue fixed
    278278
     279= 1.6.6 - 01/12/25 =
     280* Updated plugin display name to comply with WordPress.org and WooCommerce trademark guidelines.
     281* Replaced banners/icons to remove any WooCommerce-branded assets.
     282* Updated readme header and descriptions to use compliant naming.
     283* No functional changes made to plugin core.
     284
    279285== Upgrade Notice ==
    280286
     
    455461= 1.6.5 - 11/02/24 =
    456462Fix - WoodMart theme compatibility issue fixed
     463
     464= 1.6.6 - 01/12/25 =
     465* Updated plugin display name to comply with WordPress.org and WooCommerce trademark guidelines.
     466* Replaced banners/icons to remove any WooCommerce-branded assets.
     467* Updated readme header and descriptions to use compliant naming.
     468* No functional changes made to plugin core.
  • woo-custom-stock-status/trunk/woo-custom-stock-status.php

    r3259388 r3407025  
    11<?php
    22/*
    3 Plugin Name: Woo Custom Stock Status
     3Plugin Name: Advanced Custom Stock Status
    44Plugin URI:  https://www.softound.com/
    55Description: Write the custom stock status with different colors for each woocommerce product, to show in product details and listing pages.
    6 Version:     1.6.5
     6Version:     1.6.6
    77Author:      Softound Solutions
    88Author URI:  https://www.softound.com/
     
    1515define( 'WCSS_PLUGIN_PATH', plugin_dir_path( __FILE__ ));
    1616define( 'WCSS_PLUGIN_URL', plugin_dir_url(__FILE__));
    17 define( 'WCSS_PLUGIN_VER', '1.6.5');
     17define( 'WCSS_PLUGIN_VER', '1.6.6');
    1818
    1919/**
Note: See TracChangeset for help on using the changeset viewer.