Plugin Directory

Changeset 2290512


Ignore:
Timestamp:
04/23/2020 08:52:52 PM (6 years ago)
Author:
wonder32
Message:

0.1.6 WooCommerce 4.0.1 WordPress 5.4 check

Location:
puddinq-order-list/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • puddinq-order-list/trunk/classes/Helpers/Constants.php

    r2225062 r2290512  
    1414
    1515    const PLUGIN_NAME = 'puddinq-order-list';
    16     const VERSION = '0.1.5';
     16    const VERSION = '0.1.6';
    1717    const SETTINGS_GROUP = 'puddinq-order-list-settings';
    1818
  • puddinq-order-list/trunk/puddinq-order-list.php

    r2225062 r2290512  
    44Plugin URI:  https://wordpress.org/plugins/puddinq-order-list/
    55Description: Enhances the WooCommerce orders screen with practical information.
    6 Version:     0.1.5
     6Version:     0.1.6
    77Author:      Stefan Schotvanger
    88Author URI:  http://www.puddinq.nl/wip/stefan-schotvanger/
     
    1111Text Domain: puddinq-order-list
    1212Domain path: /languages/
     13WC requires at least: 3.5
     14WC tested up to: 4.0.1
    1315*/
    1416
  • puddinq-order-list/trunk/readme.txt

    r2225062 r2290512  
    44Tags: puddinq, woocommerce, enhanced, orders, list
    55Requires at least: 4.8
    6 Tested up to: 5.3.2
    7 Stable tag: 0.1.4
     6Tested up to: 5.4
     7Stable tag: 0.1.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5353== Changelog ==
    5454
    55 = 0.1.4 =
     55= 0.1.6 =
     56
     57* Check for WooCommerce 4.0.1
     58* Check for WordPress 5.4
     59
     60= 0.1.5 =
    5661
    5762* Fixed fatal error if there is no shipping
Note: See TracChangeset for help on using the changeset viewer.