Plugin Directory

Changeset 2883998


Ignore:
Timestamp:
03/21/2023 05:55:46 AM (3 years ago)
Author:
delyva
Message:

v1.1.48

Location:
delyvax/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • delyvax/trunk/delyvax.php

    r2882937 r2883998  
    44    Plugin URI: https://delyva.com
    55    description: The official Delyva plugin helps store owners to integrate WooCommerce with [Delyva](https://delyva.com) for seamless service comparison and order processing.
    6     Version: 1.1.47
     6    Version: 1.1.48
    77    Author: Delyva
    88    Author URI: https://delyva.com
     
    1313    defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
    1414    define('DELYVAX_API_ENDPOINT', 'https://api.delyva.app/');
    15     define('DELYVAX_PLUGIN_VERSION', '1.1.47');
     15    define('DELYVAX_PLUGIN_VERSION', '1.1.48');
    1616
    1717    require_once plugin_dir_path(__FILE__) . 'functions.php';
  • delyvax/trunk/includes/shipping-widget.php

    r2882937 r2883998  
    7272
    7373                echo '<p><button class="button button-primary" type="submit">Fulfill with '.$company_name.'</button></p>';
     74            }else {
     75                echo "<div><p>
     76                    <a href=\"".wp_nonce_url( admin_url( 'admin-ajax.php?action=woocommerce_mark_order_status&status=preparing&order_id=' . $order->get_id() ), 'woocommerce-mark-order-status' )."\" class=\"button button-primary\">Fulfill with ".$company_name."</a>
     77                </p></div>";               
    7478            }
    7579        }else {
  • delyvax/trunk/readme.txt

    r2882937 r2883998  
    3232
    3333== Changelog ==
     34
     35= 1.1.48 =
     36*Release Date - 21st March 2023*
     37
     38* Bug fixes for some use case.
    3439
    3540= 1.1.47 =
Note: See TracChangeset for help on using the changeset viewer.