Changeset 2366626
- Timestamp:
- 08/21/2020 02:56:18 PM (6 years ago)
- Location:
- lara-google-analytics/trunk
- Files:
-
- 3 edited
-
core/plugins/earnings/wordpress/lrga_wp_woo_plugin.php (modified) (1 diff)
-
lara-google-analytics.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lara-google-analytics/trunk/core/plugins/earnings/wordpress/lrga_wp_woo_plugin.php
r2346774 r2366626 211 211 } 212 212 213 private function getOrders(){ //revise213 private function getOrders(){ 214 214 $args = array( 'date_paid' => ''.$this->startDate->format('U').'...'.$this->endDate->format('U').'', 215 'status' => 'completed' 215 'status' => 'completed', 216 'limit' => -1 216 217 ); 217 218 return wc_get_orders($args); -
lara-google-analytics/trunk/lara-google-analytics.php
r2346774 r2366626 5 5 Plugin URI: https://www.xtraorbit.com/wordpress-google-analytics-dashboard-widget/ 6 6 Description: Full width Google Analytics dashboard widget for Wordpress admin interface, which also inserts latest Google Analytics tracking code to your pages. 7 Version: 3.3. 07 Version: 3.3.1 8 8 Author: Amr M. Ibrahim 9 9 Author URI: https://www.xtraorbit.com/ … … 16 16 die("This file cannot be accessed directly"); 17 17 18 define ("lrgawidget_plugin_version", "3.3. 0");18 define ("lrgawidget_plugin_version", "3.3.1"); 19 19 define ("lrgawidget_plugin_prefiex", "lrgalite-"); 20 define ("lrgawidget_plugin_scripts_version", "33 0");20 define ("lrgawidget_plugin_scripts_version", "331"); 21 21 define ("lrgawidget_plugin_dir", dirname(__FILE__ ) . DIRECTORY_SEPARATOR); 22 22 define ("lrgawidget_plugin_dir_url", plugin_dir_url( __FILE__ )); -
lara-google-analytics/trunk/readme.txt
r2350394 r2366626 5 5 Requires at least: 4.7.0 6 6 Tested up to: 5.5.0 7 Stable tag: 3.3. 07 Stable tag: 3.3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 28 28 == Screenshots == 29 1. Setup Screen, showing Express and Advanced Google Analytics setup options. .29 1. Setup Screen, showing Express and Advanced Google Analytics setup options. 30 30 2. Full width Google Analytics sessions tab. 31 31 3. Google Analytics Sessions tab on wide screens. … … 41 41 42 42 == Changelog == 43 = 3.3.1 = 44 * 21-Aug-2020 45 * Fix : WooCommerce graph was returning the last 10 orders only. 46 43 47 = 3.3.0 = 44 48 * 26-Jul-2020
Note: See TracChangeset
for help on using the changeset viewer.