Changeset 2096808
- Timestamp:
- 05/29/2019 12:19:42 AM (7 years ago)
- Location:
- ga-in/trunk
- Files:
-
- 2 edited
-
gainwp.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ga-in/trunk/gainwp.php
r2017729 r2096808 5 5 * Description: Automatically adds Google Analytics tracking to your site and displays Google Analytics reports and real-time statistics in your dashboard. 6 6 * Author: IntelligenceWP 7 * Version: 5.4. 27 * Version: 5.4.3 8 8 * Author URI: https://intelligencewp.com 9 9 * Text Domain: ga-in … … 19 19 // Plugin Version 20 20 if ( ! defined( 'GAINWP_CURRENT_VERSION' ) ) { 21 define( 'GAINWP_CURRENT_VERSION', '5.4. 2' );21 define( 'GAINWP_CURRENT_VERSION', '5.4.3' ); 22 22 } 23 23 -
ga-in/trunk/readme.txt
r2017729 r2096808 4 4 Requires at least: 3.5 5 5 Tested up to: 5.0 6 Stable tag: 5.4. 26 Stable tag: 5.4.3 7 7 Requires PHP: 5.2.4 8 8 License: GPLv2 or later … … 204 204 == Changelog == 205 205 206 = 5.4.3 = 207 * Verified support for WP 5.2 208 206 209 = 5.4 = 207 210 * Enable direct Google API auth process to prevent access keys and Google Analytics data sharing with 3rd parties
Note: See TracChangeset
for help on using the changeset viewer.