Changeset 3174152
- Timestamp:
- 10/23/2024 08:56:49 AM (5 months ago)
- Location:
- custom-product-in-woo-order
- Files:
-
- 8 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
custom-product-in-woo-order/trunk/custom-product-in-woo-order.php
r3174133 r3174152 3 3 Plugin Name: Custom Product in Woo Order 4 4 Description: Add custom products directly to orders without adding them to the product catalog. 5 Version: 1.2 5 Version: 1.2.1 6 6 Plugin URI: https://www.wizbeeit.com/custom-product-in-woo-order 7 7 Author: wizbee IT -
custom-product-in-woo-order/trunk/includes/add-elements-to-order.php
r3174144 r3174152 11 11 ) { 12 12 13 wp_register_script('wb_cpwo_custom_script', plugins_url('add-element.js', __FILE__), array('jquery'), '1. 0', true);13 wp_register_script('wb_cpwo_custom_script', plugins_url('add-element.js', __FILE__), array('jquery'), '1.2', true); 14 14 wp_enqueue_script('wb_cpwo_custom_script'); 15 15 -
custom-product-in-woo-order/trunk/readme.txt
r3174133 r3174152 5 5 Tested up to: 6.6 6 6 Requires PHP: 7.2 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 85 85 * Initial release 86 86 87 = 1.2 =87 = 1.2.1 = 88 88 * Added support for custom code execution on both wc-orders and shop_order admin URLs. 89 89 90 90 == Upgrade Notice == 91 91 92 = 1.2 =92 = 1.2.1 = 93 93 * Added support for custom code execution on both wc-orders and shop_order admin URLs. 94 94
Note: See TracChangeset
for help on using the changeset viewer.