Plugin Directory

Changeset 2896651


Ignore:
Timestamp:
04/10/2023 02:19:16 PM (3 years ago)
Author:
chuck1982
Message:

version up to prompt update

File:
1 edited

Legend:

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

    r2895666 r2896651  
    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.1.0.11
     7 * Version:        2.1.0.12
    88 * Author:        WP Inventory Manager
    99 * Author URI:    http://www.wpinventory.com/
     
    3434
    3535abstract class WPIMConstants {
    36     const VERSION = '2.1.0.11';
     36    const VERSION = '2.1.0.12';
    3737    const MIN_PHP_VERSION = '5.6';
    3838    const SHORTCODE = 'wpinventory';
Note: See TracChangeset for help on using the changeset viewer.