Changeset 2290512
- Timestamp:
- 04/23/2020 08:52:52 PM (6 years ago)
- Location:
- puddinq-order-list/trunk
- Files:
-
- 3 edited
-
classes/Helpers/Constants.php (modified) (1 diff)
-
puddinq-order-list.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
puddinq-order-list/trunk/classes/Helpers/Constants.php
r2225062 r2290512 14 14 15 15 const PLUGIN_NAME = 'puddinq-order-list'; 16 const VERSION = '0.1. 5';16 const VERSION = '0.1.6'; 17 17 const SETTINGS_GROUP = 'puddinq-order-list-settings'; 18 18 -
puddinq-order-list/trunk/puddinq-order-list.php
r2225062 r2290512 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. 56 Version: 0.1.6 7 7 Author: Stefan Schotvanger 8 8 Author URI: http://www.puddinq.nl/wip/stefan-schotvanger/ … … 11 11 Text Domain: puddinq-order-list 12 12 Domain path: /languages/ 13 WC requires at least: 3.5 14 WC tested up to: 4.0.1 13 15 */ 14 16 -
puddinq-order-list/trunk/readme.txt
r2225062 r2290512 4 4 Tags: puddinq, woocommerce, enhanced, orders, list 5 5 Requires at least: 4.8 6 Tested up to: 5. 3.27 Stable tag: 0.1. 46 Tested up to: 5.4 7 Stable tag: 0.1.6 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 53 53 == Changelog == 54 54 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 = 56 61 57 62 * Fixed fatal error if there is no shipping
Note: See TracChangeset
for help on using the changeset viewer.