Changeset 1717255
- Timestamp:
- 08/21/2017 08:28:39 PM (9 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) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-sales-by-location-report/trunk/changelog.txt
r1341382 r1717255 1 1 *** WooCommerce Sales By Location Report Changelog *** 2 3 2017.08.21 - Version 1.3.2 4 * Fix Non-static method warning 2 5 3 6 2016.02.02 - Version 1.3.1 -
woocommerce-sales-by-location-report/trunk/readme.txt
r1341382 r1717255 3 3 Tags: woocommerce, extension, reporting, analytics 4 4 Requires at least: 3.8 5 Tested up to: 4. 4.15 Tested up to: 4.8.1 6 6 Stable tag: 1.0 7 7 License: GPLv3 … … 52 52 == Changelog == 53 53 54 = 1.3.2 - 2017.08.21 = 55 * Fix Non-static method warning 56 54 57 = 1.3.1 - 2016.02.02 = 55 58 * Fix svn deployment issue of updated js/css libraries -
woocommerce-sales-by-location-report/trunk/woocommerce-location-report.php
r1341382 r1717255 6 6 * Author: ChuckMac Development 7 7 * Author URI: http://chuckmacdev.com 8 * Version: 1.3. 18 * Version: 1.3.2 9 9 * Text Domain: wc_location_report 10 10 * Domain Path: /languages/ … … 47 47 48 48 /** plugin version number */ 49 public static $version = '1. 2';49 public static $version = '1.3.2'; 50 50 51 51 /** @var string the plugin file */ … … 61 61 * @since 1.0 62 62 */ 63 public function init() {63 public static function init() { 64 64 65 65 global $wpdb;
Note: See TracChangeset
for help on using the changeset viewer.