Changeset 2419077
- Timestamp:
- 11/15/2020 08:35:07 PM (5 years ago)
- Location:
- puddinq-order-list
- Files:
-
- 1 added
- 1 deleted
- 6 edited
-
assets/banner-1544x500.jpg (modified) (previous)
-
assets/banner-772x250.jpg (modified) (previous)
-
assets/screenshot-1.jpg (modified) (previous)
-
assets/screenshot-2.jpg (added)
-
tags/0.1.5 (deleted)
-
trunk/classes/Helpers/Constants.php (modified) (1 diff)
-
trunk/puddinq-order-list.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
puddinq-order-list/trunk/classes/Helpers/Constants.php
r2290512 r2419077 14 14 15 15 const PLUGIN_NAME = 'puddinq-order-list'; 16 const VERSION = '0.1. 6';16 const VERSION = '0.1.7'; 17 17 const SETTINGS_GROUP = 'puddinq-order-list-settings'; 18 18 -
puddinq-order-list/trunk/puddinq-order-list.php
r2290512 r2419077 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. 66 Version: 0.1.7 7 7 Author: Stefan Schotvanger 8 8 Author URI: http://www.puddinq.nl/wip/stefan-schotvanger/ … … 12 12 Domain path: /languages/ 13 13 WC requires at least: 3.5 14 WC tested up to: 4. 0.114 WC tested up to: 4.7.0 15 15 */ 16 16 -
puddinq-order-list/trunk/readme.txt
r2290512 r2419077 4 4 Tags: puddinq, woocommerce, enhanced, orders, list 5 5 Requires at least: 4.8 6 Tested up to: 5. 47 Stable tag: 0.1. 66 Tested up to: 5.5.3 7 Stable tag: 0.1.7 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 The goal of the plugin is to manage your shop without opening the orders. 11 The goal of the plugin is to manage your shop without opening the orders. Showing products, variation properties and shipping methods in the order screen. 12 12 13 13 == Description == … … 16 16 17 17 * You have all info to pack, ship and complete the order. 18 * See products, with their properties19 * The shipp ping address18 * See products, variation properties, product counts and total count. 19 * The shipping address 20 20 * Customer comments 21 * Product costs, shipping costs and the total21 * Product costs, shipping method, shipping costs and the total costs 22 22 23 23 == Installation == … … 52 52 53 53 == Changelog == 54 55 = 0.1.7 = 56 57 * Check for WooCommerce 4.7.0 58 * Check for WordPress 5.5.3 54 59 55 60 = 0.1.6 =
Note: See TracChangeset
for help on using the changeset viewer.