Plugin Directory

Changeset 3016466


Ignore:
Timestamp:
01/02/2024 02:55:07 PM (2 years ago)
Author:
chuck1982
Message:

v2.2.1

Location:
wp-inventory-manager/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-inventory-manager/trunk/includes/wpinventory.admin.class.php

    r3006276 r3016466  
    11451145            <?php
    11461146            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 );
    11561147            ?>
    11571148          <tr class="inventory_sort_order">
     
    24042395                  ?></td>
    24052396            </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>-->
    24122397            <tr>
    24132398              <th><?php self::_e( 'Items Per Page' ); ?></th>
  • wp-inventory-manager/trunk/readme.txt

    r3006276 r3016466  
    9898
    9999== Changelog ==
    100 = 2.2.0 =
     100= 2.2.1 =
    101101* Temporarily disable media field to debug security issue
    102102
  • wp-inventory-manager/trunk/wpinventory.php

    r3006276 r3016466  
    55 * Plugin URI:    http://www.wpinventory.com
    66 * Description:    Manage and display your products just like a shopping cart, but without the cart.
    7  * Version:        2.2.0
     7 * Version:        2.2.1
    88 * Author:        WP Inventory Manager
    99 * Author URI:    http://www.wpinventory.com/
     
    3434
    3535abstract class WPIMConstants {
    36     const VERSION = '2.2.0';
     36    const VERSION = '2.2.1';
    3737    const MIN_PHP_VERSION = '5.6';
    3838    const SHORTCODE = 'wpinventory';
Note: See TracChangeset for help on using the changeset viewer.