Skip to content

Commit

Permalink
v1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Sep 17, 2024
1 parent ad8a6bd commit 8ca7f82
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions koko-analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
Plugin Name: Koko Analytics
Plugin URI: https://www.kokoanalytics.com/#utm_source=wp-plugin&utm_medium=koko-analytics&utm_campaign=plugins-page
Version: 1.3.12
Version: 1.3.13
Description: Privacy-friendly analytics for your WordPress site.
Author: ibericode
Author URI: https://www.ibericode.com/
Expand Down Expand Up @@ -34,7 +34,7 @@

namespace KokoAnalytics;

\define('KOKO_ANALYTICS_VERSION', '1.3.12');
\define('KOKO_ANALYTICS_VERSION', '1.3.13');
\define('KOKO_ANALYTICS_PLUGIN_FILE', __FILE__);
\define('KOKO_ANALYTICS_PLUGIN_DIR', __DIR__);

Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://wordpress.org/support/plugin/koko-analytics/reviews/#new-po
Tags: analytics, statistics, stats, privacy, counter
Requires at least: 6.0
Tested up to: 6.6
Stable tag: 1.3.12
Stable tag: 1.3.13
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 7.3
Expand Down Expand Up @@ -132,6 +132,14 @@ You can [purchase Koko Analytics Pro](https://www.kokoanalytics.com/pricing/) to

== Changelog ==

#### 1.3.13 - Sep 17, 2024

- Ensure `Stats::get_totals` always returns a valid object.
- Escape return values from `add_query_arg` to prevent reflected XSS attacks.
- Use correct IP address even if client is behind proxy.
- Various minor template performance improvements.


#### 1.3.12 - Aug 18, 2024

- Fix double pageview counts introduced in version 1.3.11.
Expand Down

0 comments on commit 8ca7f82

Please sign in to comment.