Changeset 3416252
- Timestamp:
- 12/10/2025 10:10:21 AM (4 months ago)
- Location:
- toplytics
- Files:
-
- 4 edited
- 1 copied
-
tags/4.1.2 (copied) (copied from toplytics/trunk)
-
tags/4.1.2/readme.txt (modified) (2 diffs)
-
tags/4.1.2/toplytics.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/toplytics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
toplytics/tags/4.1.2/readme.txt
r3273663 r3416252 4 4 Tags: analytics, most viewed posts, google analytics, high traffic, popular posts, post views 5 5 Requires at least: 4.7.3 6 Tested up to: 6. 87 Stable tag: 4.1. 16 Tested up to: 6.9 7 Stable tag: 4.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 244 244 245 245 == Changelog == 246 247 = 4.1.2 = 248 * Tested up to WP 6.9 246 249 247 250 = 4.1.1 = -
toplytics/tags/4.1.2/toplytics.php
r3273663 r3416252 15 15 * Plugin URI: https://www.presslabs.org/toplytics/ 16 16 * 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. 117 * Version: 4.1.2 18 18 * Author: Presslabs 19 19 * Author URI: https://www.presslabs.com/ … … 32 32 * Plugin default settings 33 33 */ 34 define('TOPLYTICS_VERSION', '4.1. 1');34 define('TOPLYTICS_VERSION', '4.1.2'); 35 35 define('TOPLYTICS_APP_NAME', 'Toplytics - Popular Posts Widget'); 36 36 define('TOPLYTICS_DOMAIN', 'toplytics'); -
toplytics/trunk/readme.txt
r3273663 r3416252 4 4 Tags: analytics, most viewed posts, google analytics, high traffic, popular posts, post views 5 5 Requires at least: 4.7.3 6 Tested up to: 6. 87 Stable tag: 4.1. 16 Tested up to: 6.9 7 Stable tag: 4.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 244 244 245 245 == Changelog == 246 247 = 4.1.2 = 248 * Tested up to WP 6.9 246 249 247 250 = 4.1.1 = -
toplytics/trunk/toplytics.php
r3273663 r3416252 15 15 * Plugin URI: https://www.presslabs.org/toplytics/ 16 16 * 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. 117 * Version: 4.1.2 18 18 * Author: Presslabs 19 19 * Author URI: https://www.presslabs.com/ … … 32 32 * Plugin default settings 33 33 */ 34 define('TOPLYTICS_VERSION', '4.1. 1');34 define('TOPLYTICS_VERSION', '4.1.2'); 35 35 define('TOPLYTICS_APP_NAME', 'Toplytics - Popular Posts Widget'); 36 36 define('TOPLYTICS_DOMAIN', 'toplytics');
Note: See TracChangeset
for help on using the changeset viewer.