Plugin Directory

Changeset 3174152


Ignore:
Timestamp:
10/23/2024 08:56:49 AM (5 months ago)
Author:
wizbee
Message:

1.2.1 update fix

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  
    33Plugin Name: Custom Product in Woo Order
    44Description: Add custom products directly to orders without adding them to the product catalog.
    5 Version: 1.2
     5Version: 1.2.1
    66Plugin URI: https://www.wizbeeit.com/custom-product-in-woo-order
    77Author: wizbee IT
  • custom-product-in-woo-order/trunk/includes/add-elements-to-order.php

    r3174144 r3174152  
    1111        ) {
    1212       
    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);
    1414        wp_enqueue_script('wb_cpwo_custom_script');
    1515
  • custom-product-in-woo-order/trunk/readme.txt

    r3174133 r3174152  
    55Tested up to: 6.6 
    66Requires PHP: 7.2 
    7 Stable tag: 1.2 
     7Stable tag: 1.2.1 
    88License: GPLv2 or later 
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    8585* Initial release
    8686
    87 = 1.2 =
     87= 1.2.1 =
    8888* Added support for custom code execution on both wc-orders and shop_order admin URLs.
    8989
    9090== Upgrade Notice ==
    9191
    92 = 1.2 =
     92= 1.2.1 =
    9393* Added support for custom code execution on both wc-orders and shop_order admin URLs.
    9494
Note: See TracChangeset for help on using the changeset viewer.