Changeset 3016430
- Timestamp:
- 01/02/2024 01:07:36 PM (2 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) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
puddinq-order-list/trunk/classes/Helpers/Constants.php
r2419077 r3016430 14 14 15 15 const PLUGIN_NAME = 'puddinq-order-list'; 16 const VERSION = '0. 1.7';16 const VERSION = '0.2.1'; 17 17 const SETTINGS_GROUP = 'puddinq-order-list-settings'; 18 18 -
puddinq-order-list/trunk/puddinq-order-list.php
r2817035 r3016430 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.2. 06 Version: 0.2.1 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: 5.5.214 WC tested up to: 8.4.0 15 15 */ 16 16 -
puddinq-order-list/trunk/readme.txt
r2817035 r3016430 4 4 Tags: puddinq, woocommerce, enhanced, orders, list 5 5 Requires at least: 4.8 6 Tested up to: 6. 17 Stable tag: 0.2. 06 Tested up to: 6.4.0 7 Stable tag: 0.2.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 45 45 = What if I have problems? = 46 46 47 If you deactivate the plugin all effects stop, and plugin data is removed.47 If you deactivate the plugin all effects stop, and plugin data is removed. 48 48 49 49 == Screenshots == … … 53 53 == Changelog == 54 54 55 0.2.1 = 56 57 * Check WordPress 6.4.2, WooCommerce 8.4.0 58 55 59 0.1.9 = 56 60 57 * Made sku visible when hovering product title 61 * Made sku visible when hovering product title 58 62 59 63 0.1.8 =
Note: See TracChangeset
for help on using the changeset viewer.