Changeset 1065346
- Timestamp:
- 01/11/2015 06:54:10 PM (11 years ago)
- Location:
- woocommerce-sales-by-location-report/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
woocommerce-location-report.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-sales-by-location-report/trunk/changelog.txt
r1029435 r1065346 1 1 *** WooCommerce Sales By Location Report Changelog *** 2 2 3 2014.11.20 - version 1.1 3 2015.01.11 - Version 1.1.1 4 * Fix - add .js suffix to world map 5 6 2014.10.20 - version 1.1 4 7 * Fix - WooCommerce active check 5 8 * Tweak - yoda coding style 6 * Enhancement - Export functionality in report7 9 8 10 2014.10.15 - version 1.0 -
woocommerce-sales-by-location-report/trunk/readme.txt
r1029435 r1065346 4 4 Requires at least: 3.8 5 5 Tested up to: 4.0 6 Stable tag: 1. 16 Stable tag: 1.0 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 51 51 52 52 == 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 = 54 58 * Fix - WooCommerce active check 55 59 * Tweak - yoda coding style 56 * Enhancement - Export functionality in report57 60 58 61 = 1.0.0 - 10/15/2014 = -
woocommerce-sales-by-location-report/trunk/woocommerce-location-report.php
r1029435 r1065346 95 95 //jVector includes - needs to be done in the footer so we can localize data as part of the report generation 96 96 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 ); 98 98 99 99 //jVector css
Note: See TracChangeset
for help on using the changeset viewer.