Plugin Directory

Changeset 2192461


Ignore:
Timestamp:
11/14/2019 07:09:49 AM (6 years ago)
Author:
rajeshsingh520
Message:

submenu bug fix

Location:
estimate-delivery-date-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • estimate-delivery-date-for-woocommerce/trunk/admin/class-pi-edd-menu.php

    r2154038 r2192461  
    4141            'pi-edd',
    4242            array($this, 'menu_option_page'),
    43             'dashicons-randomize',
    4443            6
    4544        );
  • estimate-delivery-date-for-woocommerce/trunk/pi-edd.php

    r2188833 r2192461  
    1010 *
    1111 * @link              piwebsolution.com
    12  * @since             4.3.3
     12 * @since             4.3.4
    1313 * @package           Pi_Edd
    1414 *
     
    1717 * Plugin URI:        https://www.piwebsolution.com/cart/?add-to-cart=879
    1818 * Description:       WooCommerce Estimated delivery date per product, You don't have to set dates in each product, just add it in shipping method, based on shipping days and product preparation days it shows estimated shipping date per product and also considers holidays
    19  * Version:           4.3.3
     19 * Version:           4.3.4
    2020 * Author URI:        https://www.piwebsolution.com/
    2121 * Author:            PI Websolution
     
    8282 * Rename this for your plugin and update it as you release new versions.
    8383 */
    84 define( 'PI_EDD_VERSION', '4.3.3' );
     84define( 'PI_EDD_VERSION', '4.3.4' );
    8585define( 'PISOL_EDD_DELETE_SETTING', false );
    8686define('PI_EDD_BUY_URL', 'https://www.piwebsolution.com/checkout/?add-to-cart=879&variation_id=1123');
Note: See TracChangeset for help on using the changeset viewer.