Changeset 2660981
- Timestamp:
- 01/20/2022 05:54:25 PM (4 years ago)
- Location:
- wp-inventory-manager/trunk
- Files:
-
- 3 edited
-
includes/wpinventory.admin.class.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
wpinventory.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-inventory-manager/trunk/includes/wpinventory.admin.class.php
r2653634 r2660981 1369 1369 $inventory_name = self::request( 'inventory_name' ); 1370 1370 $inventory_number = self::request( 'inventory_number' ); 1371 $inventory_description = self::request( 'inventory_description' );1372 1371 $inventory_size = self::request( 'inventory_size' ); 1373 1372 $inventory_manufacturer = self::request( 'inventory_manufacturer' ); … … 1391 1390 1392 1391 $inventory_id = self::request( "inventory_item_id" ); 1392 $inventory_description = self::request( 'inventory_description', '', 'wysiwyg' ); 1393 1393 1394 1394 if ( ! apply_filters( 'wpim_do_save_item', TRUE, $inventory_id ) ) { -
wp-inventory-manager/trunk/readme.txt
r2655284 r2660981 4 4 Requires at least: 3.5.0 5 5 Tested up to: 5.8.2 6 Stable Tag: 2.1.0. 46 Stable Tag: 2.1.0.5 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
r2655284 r2660981 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. 47 * Version: 2.1.0.5 8 8 * Author: WP Inventory Manager 9 9 * Author URI: http://www.wpinventory.com/ … … 34 34 35 35 abstract class WPIMConstants { 36 const VERSION = '2.1.0. 4';36 const VERSION = '2.1.0.5'; 37 37 const MIN_PHP_VERSION = '5.6'; 38 38 const SHORTCODE = 'wpinventory';
Note: See TracChangeset
for help on using the changeset viewer.