Plugin Directory

Changeset 2096808


Ignore:
Timestamp:
05/29/2019 12:19:42 AM (7 years ago)
Author:
tomdude
Message:

rolling release/5.4.3

Location:
ga-in/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ga-in/trunk/gainwp.php

    r2017729 r2096808  
    55 * Description: Automatically adds Google Analytics tracking to your site and displays Google Analytics reports and real-time statistics in your dashboard.
    66 * Author: IntelligenceWP
    7  * Version: 5.4.2
     7 * Version: 5.4.3
    88 * Author URI: https://intelligencewp.com
    99 * Text Domain: ga-in
     
    1919// Plugin Version
    2020if ( ! defined( 'GAINWP_CURRENT_VERSION' ) ) {
    21     define( 'GAINWP_CURRENT_VERSION', '5.4.2' );
     21    define( 'GAINWP_CURRENT_VERSION', '5.4.3' );
    2222}
    2323
  • ga-in/trunk/readme.txt

    r2017729 r2096808  
    44Requires at least: 3.5
    55Tested up to: 5.0
    6 Stable tag: 5.4.2
     6Stable tag: 5.4.3
    77Requires PHP: 5.2.4
    88License: GPLv2 or later
     
    204204== Changelog ==
    205205
     206= 5.4.3 =
     207* Verified support for WP 5.2
     208
    206209= 5.4 =
    207210* 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.