Plugin Directory

Changeset 1717255


Ignore:
Timestamp:
08/21/2017 08:28:39 PM (9 years ago)
Author:
chuckmac
Message:

Version 1.3.2

Location:
woocommerce-sales-by-location-report/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-sales-by-location-report/trunk/changelog.txt

    r1341382 r1717255  
    11*** WooCommerce Sales By Location Report Changelog ***
     2
     32017.08.21 - Version 1.3.2
     4* Fix Non-static method warning
    25
    362016.02.02 - Version 1.3.1
  • woocommerce-sales-by-location-report/trunk/readme.txt

    r1341382 r1717255  
    33Tags: woocommerce, extension, reporting, analytics
    44Requires at least: 3.8
    5 Tested up to: 4.4.1
     5Tested up to: 4.8.1
    66Stable tag: 1.0
    77License: GPLv3
     
    5252== Changelog ==
    5353
     54= 1.3.2 - 2017.08.21 =
     55* Fix Non-static method warning
     56
    5457= 1.3.1 - 2016.02.02 =
    5558* Fix svn deployment issue of updated js/css libraries
  • woocommerce-sales-by-location-report/trunk/woocommerce-location-report.php

    r1341382 r1717255  
    66 * Author: ChuckMac Development
    77 * Author URI: http://chuckmacdev.com
    8  * Version: 1.3.1
     8 * Version: 1.3.2
    99 * Text Domain: wc_location_report
    1010 * Domain Path: /languages/
     
    4747
    4848    /** plugin version number */
    49     public static $version = '1.2';
     49    public static $version = '1.3.2';
    5050
    5151    /** @var string the plugin file */
     
    6161     * @since 1.0
    6262     */
    63     public function init() {
     63    public static function init() {
    6464
    6565        global $wpdb;
Note: See TracChangeset for help on using the changeset viewer.