Changeset 2225062
- Timestamp:
- 01/09/2020 09:24:09 PM (6 years ago)
- Location:
- puddinq-order-list/trunk
- Files:
-
- 4 edited
-
classes/Filter.php (modified) (1 diff)
-
classes/Helpers/Constants.php (modified) (1 diff)
-
puddinq-order-list.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
puddinq-order-list/trunk/classes/Filter.php
r2225054 r2225062 277 277 $firstShippingMethod = reset($shippingMethods); 278 278 279 if ($firstShippingMethod ->get_method_id() != 'local_pickup') {279 if ($firstShippingMethod && $firstShippingMethod->get_method_id() != 'local_pickup') { 280 280 echo '<div style="text-align:left">'; 281 281 if ($the_order->has_shipping_address()) { -
puddinq-order-list/trunk/classes/Helpers/Constants.php
r2225054 r2225062 14 14 15 15 const PLUGIN_NAME = 'puddinq-order-list'; 16 const VERSION = '0.1. 4';16 const VERSION = '0.1.5'; 17 17 const SETTINGS_GROUP = 'puddinq-order-list-settings'; 18 18 -
puddinq-order-list/trunk/puddinq-order-list.php
r2225054 r2225062 4 4 Plugin URI: https://wordpress.org/plugins/puddinq-order-list/ 5 5 Description: Enhances the WooCommerce orders screen with practical information. 6 Version: 0.1. 46 Version: 0.1.5 7 7 Author: Stefan Schotvanger 8 8 Author URI: http://www.puddinq.nl/wip/stefan-schotvanger/ -
puddinq-order-list/trunk/readme.txt
r2225054 r2225062 52 52 53 53 == Changelog == 54 55 = 0.1.4 = 56 57 * Fixed fatal error if there is no shipping 54 58 55 59 = 0.1.4 =
Note: See TracChangeset
for help on using the changeset viewer.