Changeset 3407025
- Timestamp:
- 12/01/2025 04:15:18 PM (4 months ago)
- Location:
- woo-custom-stock-status
- Files:
-
- 30 added
- 6 edited
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
tags/1.6.6 (added)
-
tags/1.6.6/assets (added)
-
tags/1.6.6/assets/js (added)
-
tags/1.6.6/assets/js/woo-custom-stock-status.js (added)
-
tags/1.6.6/includes (added)
-
tags/1.6.6/includes/class-wc-stock-base.php (added)
-
tags/1.6.6/includes/class-wc-stock-general.php (added)
-
tags/1.6.6/includes/class-wc-stock-product.php (added)
-
tags/1.6.6/includes/class-wc-stock-setting.php (added)
-
tags/1.6.6/includes/class-wc-stock-status.php (added)
-
tags/1.6.6/includes/index.html (added)
-
tags/1.6.6/index.html (added)
-
tags/1.6.6/integration (added)
-
tags/1.6.6/integration/class-wp-all-import.php (added)
-
tags/1.6.6/integration/class-yith-wishlist.php (added)
-
tags/1.6.6/integration/class-yoast-seo.php (added)
-
tags/1.6.6/readme.txt (added)
-
tags/1.6.6/screenshots (added)
-
tags/1.6.6/screenshots/screenshot-1.png (added)
-
tags/1.6.6/screenshots/screenshot-10.png (added)
-
tags/1.6.6/screenshots/screenshot-11.png (added)
-
tags/1.6.6/screenshots/screenshot-2.png (added)
-
tags/1.6.6/screenshots/screenshot-3.png (added)
-
tags/1.6.6/screenshots/screenshot-4.png (added)
-
tags/1.6.6/screenshots/screenshot-5.png (added)
-
tags/1.6.6/screenshots/screenshot-6.png (added)
-
tags/1.6.6/screenshots/screenshot-7.png (added)
-
tags/1.6.6/screenshots/screenshot-8.png (added)
-
tags/1.6.6/screenshots/screenshot-9.png (added)
-
tags/1.6.6/woo-custom-stock-status.php (added)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/woo-custom-stock-status.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-custom-stock-status/trunk/readme.txt
r3259388 r3407025 1 === WooCustom Stock Status ===1 === Advanced Custom Stock Status === 2 2 Contributors: softound 3 3 Donate link: https://softound.com/donation/ … … 5 5 Requires at least: 5.8 6 6 Tested up to: 6.7 7 Stable tag: 1.6. 57 Stable tag: 1.6.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 277 277 * Fix - WoodMart theme compatibility issue fixed 278 278 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 279 285 == Upgrade Notice == 280 286 … … 455 461 = 1.6.5 - 11/02/24 = 456 462 Fix - 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 1 1 <?php 2 2 /* 3 Plugin Name: WooCustom Stock Status3 Plugin Name: Advanced Custom Stock Status 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. 56 Version: 1.6.6 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. 5');17 define( 'WCSS_PLUGIN_VER', '1.6.6'); 18 18 19 19 /**
Note: See TracChangeset
for help on using the changeset viewer.