Plugin Directory

Changeset 3416252


Ignore:
Timestamp:
12/10/2025 10:10:21 AM (4 months ago)
Author:
PressLabs
Message:

Version 4.1.2

  • Tested up to WP 6.9.
Location:
toplytics
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • toplytics/tags/4.1.2/readme.txt

    r3273663 r3416252  
    44Tags: analytics, most viewed posts, google analytics, high traffic, popular posts, post views
    55Requires at least: 4.7.3
    6 Tested up to: 6.8
    7 Stable tag: 4.1.1
     6Tested up to: 6.9
     7Stable tag: 4.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    244244
    245245== Changelog ==
     246
     247= 4.1.2 =
     248* Tested up to WP 6.9
    246249
    247250= 4.1.1 =
  • toplytics/tags/4.1.2/toplytics.php

    r3273663 r3416252  
    1515 * Plugin URI:        https://www.presslabs.org/toplytics/
    1616 * Description:       Display top posts in a widget without putting any pressure on your host and database. This plugin helps you achieve this using the Google Analytics API to get the data from there so your server will stay clear of the preasure of monitoring and counting every single page view to display top posts.
    17  * Version:           4.1.1
     17 * Version:           4.1.2
    1818 * Author:            Presslabs
    1919 * Author URI:        https://www.presslabs.com/
     
    3232 * Plugin default settings
    3333 */
    34 define('TOPLYTICS_VERSION', '4.1.1');
     34define('TOPLYTICS_VERSION', '4.1.2');
    3535define('TOPLYTICS_APP_NAME', 'Toplytics - Popular Posts Widget');
    3636define('TOPLYTICS_DOMAIN', 'toplytics');
  • toplytics/trunk/readme.txt

    r3273663 r3416252  
    44Tags: analytics, most viewed posts, google analytics, high traffic, popular posts, post views
    55Requires at least: 4.7.3
    6 Tested up to: 6.8
    7 Stable tag: 4.1.1
     6Tested up to: 6.9
     7Stable tag: 4.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    244244
    245245== Changelog ==
     246
     247= 4.1.2 =
     248* Tested up to WP 6.9
    246249
    247250= 4.1.1 =
  • toplytics/trunk/toplytics.php

    r3273663 r3416252  
    1515 * Plugin URI:        https://www.presslabs.org/toplytics/
    1616 * Description:       Display top posts in a widget without putting any pressure on your host and database. This plugin helps you achieve this using the Google Analytics API to get the data from there so your server will stay clear of the preasure of monitoring and counting every single page view to display top posts.
    17  * Version:           4.1.1
     17 * Version:           4.1.2
    1818 * Author:            Presslabs
    1919 * Author URI:        https://www.presslabs.com/
     
    3232 * Plugin default settings
    3333 */
    34 define('TOPLYTICS_VERSION', '4.1.1');
     34define('TOPLYTICS_VERSION', '4.1.2');
    3535define('TOPLYTICS_APP_NAME', 'Toplytics - Popular Posts Widget');
    3636define('TOPLYTICS_DOMAIN', 'toplytics');
Note: See TracChangeset for help on using the changeset viewer.