Skip to content

megumiteam/simple-ga4-ranking

Repository files navigation

=== Simple GA 4 Ranking  ===
Contributors: digitalcube,amimotoami,mt8biz
Tags:  form, ranking, popular, google analytics
Tested up to: 6.6
Requires at least: 6.3
Requires PHP: 8.1
Stable tag: 0.0.11

Ranking plugin using data from Google Analytics (GA4).

== Description ==

Ranking plugin using data from Google Analytics.
The feature is very lightweight because it does not save ranking data in WordPress DB.

= How to use =

== Installation ==

1. Upload `simple-ga-4-ranking` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.

== Screenshots ==

== Changelog ==
= 0.0.1 =
* BETA release. 

= 0.0.2 =
* Some fix

= 0.0.3 =
* Added fallback to composer autoloading

= 0.0.4 =
* fix Google Authentication is deactivated. #14 thanks @shinghiro

= 0.0.5 =
* Changed to log detailed API errors only if the constant SGA4R_DETAIL_LOG is defined

= 0.0.6 =
* Added Auto Update from GitHub

= 0.0.7 =
* fix Auto Update from GitHub

= 0.0.8 =
* fix {tax}__not_in

= 0.0.9 =
* Added 'transient_key_suffix' parameter

= 0.0.10 =
* Tested: WordPress 6.6
* Merged: If the date cannot be obtained with wp_date, start_date and end_date must be specified by @shiro96
* Merged: Allow specifying post type when in debug mode by @Shizumi

= 0.0.11 =
* Added Admin screen for cache list