Changeset 2883998
- Timestamp:
- 03/21/2023 05:55:46 AM (3 years ago)
- Location:
- delyvax/trunk
- Files:
-
- 3 edited
-
delyvax.php (modified) (2 diffs)
-
includes/shipping-widget.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
delyvax/trunk/delyvax.php
r2882937 r2883998 4 4 Plugin URI: https://delyva.com 5 5 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.4 76 Version: 1.1.48 7 7 Author: Delyva 8 8 Author URI: https://delyva.com … … 13 13 defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); 14 14 define('DELYVAX_API_ENDPOINT', 'https://api.delyva.app/'); 15 define('DELYVAX_PLUGIN_VERSION', '1.1.4 7');15 define('DELYVAX_PLUGIN_VERSION', '1.1.48'); 16 16 17 17 require_once plugin_dir_path(__FILE__) . 'functions.php'; -
delyvax/trunk/includes/shipping-widget.php
r2882937 r2883998 72 72 73 73 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>"; 74 78 } 75 79 }else { -
delyvax/trunk/readme.txt
r2882937 r2883998 32 32 33 33 == Changelog == 34 35 = 1.1.48 = 36 *Release Date - 21st March 2023* 37 38 * Bug fixes for some use case. 34 39 35 40 = 1.1.47 =
Note: See TracChangeset
for help on using the changeset viewer.