Plugin Directory

Changeset 2813844


Ignore:
Timestamp:
11/07/2022 08:57:08 PM (3 years ago)
Author:
chuck1982
Message:

Testing for WordPress 6.1

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

Legend:

Unmodified
Added
Removed
  • wp-inventory-manager/trunk/readme.txt

    r2747731 r2813844  
    33Tags: inventory, inventory manager
    44Requires at least: 3.5.0
    5 Tested up to: 6.0
    6 Stable Tag: 2.1.0.8
     5Tested up to: 6.1
     6Stable Tag: 2.1.0.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-inventory-manager/trunk/wpinventory.php

    r2747731 r2813844  
    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.8
     7 * Version:        2.1.0.9
    88 * Author:        WP Inventory Manager
    99 * Author URI:    http://www.wpinventory.com/
     
    1111 *
    1212 * ------------------------------------------------------------------------
    13  * Copyright 2009-2021 WP Inventory Manager, LLC
     13 * Copyright 2009-2022 WP Inventory Manager, LLC
    1414 *
    1515 * This program is free software; you can redistribute it and/or modify
     
    3434
    3535abstract class WPIMConstants {
    36     const VERSION = '2.1.0.8';
     36    const VERSION = '2.1.0.9';
    3737    const MIN_PHP_VERSION = '5.6';
    3838    const SHORTCODE = 'wpinventory';
Note: See TracChangeset for help on using the changeset viewer.