Changeset 2813844
- Timestamp:
- 11/07/2022 08:57:08 PM (3 years ago)
- Location:
- wp-inventory-manager/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wpinventory.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-inventory-manager/trunk/readme.txt
r2747731 r2813844 3 3 Tags: inventory, inventory manager 4 4 Requires at least: 3.5.0 5 Tested up to: 6. 06 Stable Tag: 2.1.0. 85 Tested up to: 6.1 6 Stable Tag: 2.1.0.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-inventory-manager/trunk/wpinventory.php
r2747731 r2813844 5 5 * Plugin URI: http://www.wpinventory.com 6 6 * Description: Manage and display your products just like a shopping cart, but without the cart. 7 * Version: 2.1.0. 87 * Version: 2.1.0.9 8 8 * Author: WP Inventory Manager 9 9 * Author URI: http://www.wpinventory.com/ … … 11 11 * 12 12 * ------------------------------------------------------------------------ 13 * Copyright 2009-202 1WP Inventory Manager, LLC13 * Copyright 2009-2022 WP Inventory Manager, LLC 14 14 * 15 15 * This program is free software; you can redistribute it and/or modify … … 34 34 35 35 abstract class WPIMConstants { 36 const VERSION = '2.1.0. 8';36 const VERSION = '2.1.0.9'; 37 37 const MIN_PHP_VERSION = '5.6'; 38 38 const SHORTCODE = 'wpinventory';
Note: See TracChangeset
for help on using the changeset viewer.