Plugin Directory

Changeset 3237763


Ignore:
Timestamp:
02/10/2025 09:29:24 AM (14 months ago)
Author:
softound
Message:

fixed svn bug 1.6.4

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

Legend:

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

    r3237694 r3237763  
    55Requires at least: 5.8
    66Tested up to: 6.7
    7 Stable tag: 1.6.3
     7Stable tag: 1.6.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    269269* Feature - Added new option to show "Available on Backorder" status for variation products on the listing page
    270270
     271= 1.6.4 - 10/02/24 =
     272* Fix - SVN bug fixed
     273
    271274== Upgrade Notice ==
    272275
     
    441444Fix - Show stock status on frontend when product is out of stock.
    442445Feature - Added new option to show "Available on Backorder" status for variation products on the listing page
     446
     447= 1.6.4 - 10/02/24 =
     448Fix - SVN bug fixed
  • woo-custom-stock-status/trunk/woo-custom-stock-status.php

    r3237694 r3237763  
    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.3
     6Version:     1.6.4
    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.3');
     17define( 'WCSS_PLUGIN_VER', '1.6.4');
    1818
    1919/**
Note: See TracChangeset for help on using the changeset viewer.