Plugin Directory

Changeset 1918943


Ignore:
Timestamp:
08/02/2018 05:20:54 PM (8 years ago)
Author:
mnording10
Message:

1.2.0 Release
Support for showing orders inside of My-Account

Location:
woo-dhl-auto-complete/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woo-dhl-auto-complete/trunk/Woo-dhl-freight-auto-complete-orders.php

    r1901768 r1918943  
    1010Plugin URI:   https://developer.wordpress.org/plugins/the-basics/
    1111Description:  Auto Completing orders through DHL API
    12 Version:      1.1.0
     12Version:      1.2.0
    1313Author:       mnording10
    1414Author URI:   https://mnording.com
  • woo-dhl-auto-complete/trunk/classes/DHLAutoOrderStatus.php

    r1900763 r1918943  
    1111    function __construct()
    1212    {
    13         add_action( 'admin_init', array($this,'register_awaiting_shipment_order_status') );
    14         add_filter( 'wc_order_statuses', array($this,'add_awaiting_shipment_to_order_statuses') );
     13        add_action( 'init', array($this,'register_awaiting_shipment_order_status'),0 );
     14        add_filter( 'wc_order_statuses', array($this,'add_awaiting_shipment_to_order_statuses'),0 );
    1515        add_action( 'wp_ajax_dhl_auto_set_awaiting', array($this,'dhl_auto_set_awaiting' ));
    1616        add_filter( 'woocommerce_admin_order_actions', array($this,'add_custom_order_status_actions_button'), 100, 2 );
  • woo-dhl-auto-complete/trunk/readme.txt

    r1901768 r1918943  
    1717This plugins relies on that you are entering your order ID from woocommerce into the sender-reference part of the shipment.
    1818
     19== FAQ ==
     20Do i need a MyACT Account for this plugin to work?
     21Yes
     22
     23How do i get Access to the API?
     24You email se.ecom@dhl.com mentioning your myAct account and that you want ACT Webservice access.
     25
    1926== Installation ==
    2027Upload to wp-content/plugins
     
    2835
    2936== Changelog ==
     371.2.0 - Now showing orders that are pending shipment in My-Account!
    30381.1.0 - Added check for woocommerce activation and cleanup for de-activation of plugin.
    31391.0.0 - Initial release
Note: See TracChangeset for help on using the changeset viewer.