Plugin Directory

Changeset 2419077


Ignore:
Timestamp:
11/15/2020 08:35:07 PM (5 years ago)
Author:
wonder32
Message:

0.1.7 compatibility check and clean up tag 0.1.5

Location:
puddinq-order-list
Files:
1 added
1 deleted
6 edited

Legend:

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

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

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

    r2290512 r2419077  
    44Tags: puddinq, woocommerce, enhanced, orders, list
    55Requires at least: 4.8
    6 Tested up to: 5.4
    7 Stable tag: 0.1.6
     6Tested up to: 5.5.3
     7Stable tag: 0.1.7
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 The goal of the plugin is to manage your shop without opening the orders.
     11The goal of the plugin is to manage your shop without opening the orders. Showing products, variation properties and shipping methods in the order screen.
    1212
    1313== Description ==
     
    1616
    1717* You have all info to pack, ship and complete the order.
    18 * See products, with their properties
    19 * The shippping address
     18* See products, variation properties, product counts and total count.
     19* The shipping address
    2020* Customer comments
    21 * Product costs, shipping costs and the total
     21* Product costs, shipping method, shipping costs and the total costs
    2222
    2323== Installation ==
     
    5252
    5353== Changelog ==
     54
     55= 0.1.7 =
     56
     57* Check for WooCommerce 4.7.0
     58* Check for WordPress 5.5.3
    5459
    5560= 0.1.6 =
Note: See TracChangeset for help on using the changeset viewer.