Plugin Directory

Changeset 1065346


Ignore:
Timestamp:
01/11/2015 06:54:10 PM (11 years ago)
Author:
chuckmac
Message:

Version 1.1.1 Release

  • Fix - add .js suffix to world map
Location:
woocommerce-sales-by-location-report/trunk
Files:
3 edited

Legend:

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

    r1029435 r1065346  
    11*** WooCommerce Sales By Location Report Changelog ***
    22
    3 2014.11.20 - version 1.1
     32015.01.11 - Version 1.1.1
     4* Fix - add .js suffix to world map
     5
     62014.10.20 - version 1.1
    47* Fix - WooCommerce active check
    58* Tweak - yoda coding style
    6 * Enhancement - Export functionality in report
    79
    8102014.10.15 - version 1.0
  • woocommerce-sales-by-location-report/trunk/readme.txt

    r1029435 r1065346  
    44Requires at least: 3.8
    55Tested up to: 4.0
    6 Stable tag: 1.1
     6Stable tag: 1.0
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5151
    5252== Changelog ==
    53 = 1.1 - 2014/11/20
     53
     54= 1.1.1 - 2015.01.11 =
     55* Fix - add .js suffix to world map
     56
     57= 1.1 - 2014.10.20 =
    5458* Fix - WooCommerce active check
    5559* Tweak - yoda coding style
    56 * Enhancement - Export functionality in report
    5760
    5861= 1.0.0 - 10/15/2014 =
  • woocommerce-sales-by-location-report/trunk/woocommerce-location-report.php

    r1029435 r1065346  
    9595            //jVector includes - needs to be done in the footer so we can localize data as part of the report generation
    9696            wp_enqueue_script( 'jvectormap', plugins_url( '/lib/jquery-jvectormap-1.2.2.min.js', self::$plugin_file ), array( 'jquery' ), self::$version, true );
    97             wp_enqueue_script( 'jvectormap-world', plugins_url( '/lib/map-data/jquery-jvectormap-world-mill-en', self::$plugin_file ), array( 'jquery', 'jvectormap' ), self::$version, true );
     97            wp_enqueue_script( 'jvectormap-world', plugins_url( '/lib/map-data/jquery-jvectormap-world-mill-en.js', self::$plugin_file ), array( 'jquery', 'jvectormap' ), self::$version, true );
    9898
    9999            //jVector css
Note: See TracChangeset for help on using the changeset viewer.