Plugin Directory

Changeset 2014002


Ignore:
Timestamp:
01/17/2019 10:07:00 AM (7 years ago)
Author:
infosoftplugin
Message:

plugin update

Location:
order-audit-log-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • order-audit-log-for-woocommerce/trunk/ic-woocommerce-audit-log-lite.php

    r1956809 r2014002  
    44Plugin URI: http://plugin.infosofttech.com
    55Description: Audit Log is a plugin which tracks the changes that users make in the orders.
    6 Version: 1.6
     6Version: 1.7
    77Author: Infosoft Consultant
    88Author URI: http://www.infosofttech.com
     
    1010License: A  "Slug" license name e.g. GPL2
    1111
    12 Tested up to:  4.9.8
    13 WC requires at least: 3.0.0
    14 WC tested up to: 3.4.6
    15 
    16 Last Update Date: October 15, 2018
     12Tested up to:  5.0.3
     13WC requires at least: 3.5.3
     14WC tested up to: 3.5.3
     15
     16Last Update Date: January 17, 2019
    1717*/
    1818
     
    4444        $constants['plugin_file']               = __FILE__;
    4545       
    46         $constants['version']                   = "1.6";
    47         $constants['sub_version']               = "1.6";
    48         $constants['last_updated']              = "2018-10-15";
     46        $constants['version']                   = "1.7";
     47        $constants['sub_version']               = "1.7";
     48        $constants['last_updated']              = "2019-01-17";
    4949        $constants['customized']                = "no";
    5050        $constants['customized_date']           = "";
  • order-audit-log-for-woocommerce/trunk/readme.txt

    r1991484 r2014002  
    55Requires at least: 4.4
    66Tested up to: 5.0
    7 Stable tag: 1.6
     7Stable tag: 1.7
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/agpl-3.0.html
    1010WC requires at least: 3.0.0
    11 WC tested up to: 3.4.6
     11WC tested up to: 3.5.3
    1212
    1313
     
    5555
    5656== Changelog ==
     57= 1.7 - 17-January-2019 =
     58* Tested: Compatible with latest WooCommerce 3.5.3 and Wordpress 5.0.3 versions.
     59* Fix: Bug fix.
     60
    5761
    5862= 1.6 - 15-October-2018 =
Note: See TracChangeset for help on using the changeset viewer.