Changeset 3016466
- Timestamp:
- 01/02/2024 02:55:07 PM (2 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
r3006276 r3016466 1145 1145 <?php 1146 1146 do_action( 'wpim_admin_edit_form_after_images', $item, $inventory_id ); 1147 if ( self::$config->get( 'use_media' ) ) { ?>1148 <tr class="inventory_media media">1149 <th><?php self::label( 'inventory_media' ); ?>1150 <td>1151 <?php self::item_media_input( $inventory_id, $media, $media_title ); ?>1152 </td>1153 </tr>1154 <?php }1155 do_action( 'wpim_admin_edit_form_after_media', $item, $inventory_id );1156 1147 ?> 1157 1148 <tr class="inventory_sort_order"> … … 2404 2395 ?></td> 2405 2396 </tr> 2406 <!-- <tr>-->2407 <!-- <th>--><?php //self::_e( 'Use Media Fields' ); ?><!--</th>-->2408 <!-- <td>--><?php //echo self::dropdown_yesno( "use_media", $settings['use_media'] ); ?>2409 <!-- <p class="description">--><?php //self::_e( 'Setting this to no still allows images, just not additional media' ); ?>2410 <!-- </td>-->2411 <!-- </tr>-->2412 2397 <tr> 2413 2398 <th><?php self::_e( 'Items Per Page' ); ?></th> -
wp-inventory-manager/trunk/readme.txt
r3006276 r3016466 98 98 99 99 == Changelog == 100 = 2.2. 0=100 = 2.2.1 = 101 101 * Temporarily disable media field to debug security issue 102 102 -
wp-inventory-manager/trunk/wpinventory.php
r3006276 r3016466 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.2. 07 * Version: 2.2.1 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.2. 0';36 const VERSION = '2.2.1'; 37 37 const MIN_PHP_VERSION = '5.6'; 38 38 const SHORTCODE = 'wpinventory';
Note: See TracChangeset
for help on using the changeset viewer.