Changeset 3237763
- Timestamp:
- 02/10/2025 09:29:24 AM (14 months ago)
- Location:
- woo-custom-stock-status
- Files:
-
- 30 added
- 2 edited
-
tags/1.6.4 (added)
-
tags/1.6.4/assets (added)
-
tags/1.6.4/assets/js (added)
-
tags/1.6.4/assets/js/woo-custom-stock-status.js (added)
-
tags/1.6.4/includes (added)
-
tags/1.6.4/includes/class-wc-stock-base.php (added)
-
tags/1.6.4/includes/class-wc-stock-general.php (added)
-
tags/1.6.4/includes/class-wc-stock-product.php (added)
-
tags/1.6.4/includes/class-wc-stock-setting.php (added)
-
tags/1.6.4/includes/class-wc-stock-status.php (added)
-
tags/1.6.4/includes/index.html (added)
-
tags/1.6.4/index.html (added)
-
tags/1.6.4/integration (added)
-
tags/1.6.4/integration/class-wp-all-import.php (added)
-
tags/1.6.4/integration/class-yith-wishlist.php (added)
-
tags/1.6.4/integration/class-yoast-seo.php (added)
-
tags/1.6.4/readme.txt (added)
-
tags/1.6.4/screenshots (added)
-
tags/1.6.4/screenshots/screenshot-1.png (added)
-
tags/1.6.4/screenshots/screenshot-10.png (added)
-
tags/1.6.4/screenshots/screenshot-11.png (added)
-
tags/1.6.4/screenshots/screenshot-2.png (added)
-
tags/1.6.4/screenshots/screenshot-3.png (added)
-
tags/1.6.4/screenshots/screenshot-4.png (added)
-
tags/1.6.4/screenshots/screenshot-5.png (added)
-
tags/1.6.4/screenshots/screenshot-6.png (added)
-
tags/1.6.4/screenshots/screenshot-7.png (added)
-
tags/1.6.4/screenshots/screenshot-8.png (added)
-
tags/1.6.4/screenshots/screenshot-9.png (added)
-
tags/1.6.4/woo-custom-stock-status.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/woo-custom-stock-status.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-custom-stock-status/trunk/readme.txt
r3237694 r3237763 5 5 Requires at least: 5.8 6 6 Tested up to: 6.7 7 Stable tag: 1.6. 37 Stable tag: 1.6.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 269 269 * Feature - Added new option to show "Available on Backorder" status for variation products on the listing page 270 270 271 = 1.6.4 - 10/02/24 = 272 * Fix - SVN bug fixed 273 271 274 == Upgrade Notice == 272 275 … … 441 444 Fix - Show stock status on frontend when product is out of stock. 442 445 Feature - Added new option to show "Available on Backorder" status for variation products on the listing page 446 447 = 1.6.4 - 10/02/24 = 448 Fix - SVN bug fixed -
woo-custom-stock-status/trunk/woo-custom-stock-status.php
r3237694 r3237763 4 4 Plugin URI: https://www.softound.com/ 5 5 Description: Write the custom stock status with different colors for each woocommerce product, to show in product details and listing pages. 6 Version: 1.6. 36 Version: 1.6.4 7 7 Author: Softound Solutions 8 8 Author URI: https://www.softound.com/ … … 15 15 define( 'WCSS_PLUGIN_PATH', plugin_dir_path( __FILE__ )); 16 16 define( 'WCSS_PLUGIN_URL', plugin_dir_url(__FILE__)); 17 define( 'WCSS_PLUGIN_VER', '1.6. 3');17 define( 'WCSS_PLUGIN_VER', '1.6.4'); 18 18 19 19 /**
Note: See TracChangeset
for help on using the changeset viewer.