Changeset 2532658
- Timestamp:
- 05/17/2021 01:48:23 AM (5 years ago)
- Location:
- simple-ga-ranking
- Files:
-
- 4 edited
- 1 copied
-
tags/2.1.2 (copied) (copied from simple-ga-ranking/trunk)
-
tags/2.1.2/readme.txt (modified) (2 diffs)
-
tags/2.1.2/simple-ga-ranking.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-ga-ranking.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-ga-ranking/tags/2.1.2/readme.txt
r2532343 r2532658 4 4 Requires at least: 3.6.1 5 5 Tested up to: 5.7.2 6 Stable tag: 2.1. 16 Stable tag: 2.1.2 7 7 8 8 Ranking plugin using data from google analytics. … … 92 92 = 2.1 = 93 93 * refactoring 94 = 2.1.1= 95 * Fixed some error handling 94 = 2.1.1 = 95 * Fixed some error handling. 96 = 2.1.2 = 97 * Fixed a bug that prevented shortcodes from working. -
simple-ga-ranking/tags/2.1.2/simple-ga-ranking.php
r2532344 r2532658 5 5 Plugin URI: http://simple-ga-ranking.org 6 6 Description: Ranking plugin using data from google analytics. 7 Version: 2.1. 17 Version: 2.1.2 8 8 Author URI: http://simple-ga-ranking.org 9 9 Domain Path: /languages … … 148 148 } else { 149 149 // from Google Analytics API 150 if ( ! is_object( $simple_ga_ranking ) || ! method_exists( $simple_ga_ranking , 'fetch' ) ) { 151 $simple_ga_ranking = \Hametuha\GapiWP\Loader::analytics(); 152 } 150 153 $ga_args = array( 151 154 'start-index' => 1, -
simple-ga-ranking/trunk/readme.txt
r2532343 r2532658 4 4 Requires at least: 3.6.1 5 5 Tested up to: 5.7.2 6 Stable tag: 2.1. 16 Stable tag: 2.1.2 7 7 8 8 Ranking plugin using data from google analytics. … … 92 92 = 2.1 = 93 93 * refactoring 94 = 2.1.1= 95 * Fixed some error handling 94 = 2.1.1 = 95 * Fixed some error handling. 96 = 2.1.2 = 97 * Fixed a bug that prevented shortcodes from working. -
simple-ga-ranking/trunk/simple-ga-ranking.php
r2532344 r2532658 5 5 Plugin URI: http://simple-ga-ranking.org 6 6 Description: Ranking plugin using data from google analytics. 7 Version: 2.1. 17 Version: 2.1.2 8 8 Author URI: http://simple-ga-ranking.org 9 9 Domain Path: /languages … … 148 148 } else { 149 149 // from Google Analytics API 150 if ( ! is_object( $simple_ga_ranking ) || ! method_exists( $simple_ga_ranking , 'fetch' ) ) { 151 $simple_ga_ranking = \Hametuha\GapiWP\Loader::analytics(); 152 } 150 153 $ga_args = array( 151 154 'start-index' => 1,
Note: See TracChangeset
for help on using the changeset viewer.