WP Statistics - Version 8.5.1

Version Description

  • Fixed: Typo in last search page causing fatal error in PHP.
Download this release

Release Info

Developer GregRoss
Plugin Icon 128x128 WP Statistics
Version 8.5.1
Comparing to
See all releases

Code changes from version 8.5 to 8.5.1

Files changed (3) hide show
  1. includes/log/last-search.php +1 -1
  2. readme.txt +4 -1
  3. wp-statistics.php +2 -2
includes/log/last-search.php CHANGED
@@ -124,7 +124,7 @@
124
 
125
  echo "<a href='?page=wp-statistics/wp-statistics.php&type=last-all-visitor&agent={$items->agent}'>{$agent}</a>";
126
 
127
- echo "<a href='" . htmlentities($items->referred,ENT_QUOTES) . "' title='" . htmlentities($items->referred,ENT_QUOTES) . "'>".wp_statistics_icons('dashicons-admin-links', 'link') . " " . htmlentites($items->referred,ENT_QUOTES) . "</a></div>";
128
  echo "</div>";
129
  }
130
  }
124
 
125
  echo "<a href='?page=wp-statistics/wp-statistics.php&type=last-all-visitor&agent={$items->agent}'>{$agent}</a>";
126
 
127
+ echo "<a href='" . htmlentities($items->referred,ENT_QUOTES) . "' title='" . htmlentities($items->referred,ENT_QUOTES) . "'>".wp_statistics_icons('dashicons-admin-links', 'link') . " " . htmlentities($items->referred,ENT_QUOTES) . "</a></div>";
128
  echo "</div>";
129
  }
130
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://mostafa-soufi.ir/donate/
4
  Tags: statistics, stats, visit, visitors, chart, browser, blog, today, yesterday, week, month, year, total, post, page, sidebar, summary, feedburner, hits, pagerank, google, alexa, live visit
5
  Requires at least: 3.0
6
  Tested up to: 4.0
7
- Stable tag: 8.5
8
  License: GPL2
9
 
10
  Complete statistics for your WordPress site.
@@ -220,6 +220,9 @@ BACKUP YOUR DATABASE BEFORE INSTALLING! This release alters the table structure
220
  Support for old format substitution codes in the statistics reports has been removed, the upgrade now converts them to short codes but you should verify the report content after upgrading.
221
 
222
  == Changelog ==
 
 
 
223
  = 8.5 =
224
  * Added: try/catch condition around browscap call to avoid fatal errors stopping the script.
225
  * Added: Page trend widget to post/page editor.
4
  Tags: statistics, stats, visit, visitors, chart, browser, blog, today, yesterday, week, month, year, total, post, page, sidebar, summary, feedburner, hits, pagerank, google, alexa, live visit
5
  Requires at least: 3.0
6
  Tested up to: 4.0
7
+ Stable tag: 8.5.1
8
  License: GPL2
9
 
10
  Complete statistics for your WordPress site.
220
  Support for old format substitution codes in the statistics reports has been removed, the upgrade now converts them to short codes but you should verify the report content after upgrading.
221
 
222
  == Changelog ==
223
+ = 8.5.1 =
224
+ * Fixed: Typo in last search page causing fatal error in PHP.
225
+
226
  = 8.5 =
227
  * Added: try/catch condition around browscap call to avoid fatal errors stopping the script.
228
  * Added: Page trend widget to post/page editor.
wp-statistics.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Statistics
4
  Plugin URI: http://wp-statistics.com/
5
  Description: Complete statistics for your WordPress site.
6
- Version: 8.5
7
  Author: Mostafa Soufi & Greg Ross
8
  Author URI: http://wp-statistics.com/
9
  Text Domain: wp_statistics
@@ -17,7 +17,7 @@ License: GPL2
17
  }
18
 
19
  // These defines are used later for various reasons.
20
- define('WP_STATISTICS_VERSION', '8.5');
21
  define('WP_STATISTICS_MANUAL', 'manual/WP Statistics Admin Manual.');
22
  define('WP_STATISTICS_REQUIRED_PHP_VERSION', '5.3.0');
23
  define('WP_STATISTICS_REQUIRED_GEOIP_PHP_VERSION', WP_STATISTICS_REQUIRED_PHP_VERSION);
3
  Plugin Name: WP Statistics
4
  Plugin URI: http://wp-statistics.com/
5
  Description: Complete statistics for your WordPress site.
6
+ Version: 8.5.1
7
  Author: Mostafa Soufi & Greg Ross
8
  Author URI: http://wp-statistics.com/
9
  Text Domain: wp_statistics
17
  }
18
 
19
  // These defines are used later for various reasons.
20
+ define('WP_STATISTICS_VERSION', '8.5.1');
21
  define('WP_STATISTICS_MANUAL', 'manual/WP Statistics Admin Manual.');
22
  define('WP_STATISTICS_REQUIRED_PHP_VERSION', '5.3.0');
23
  define('WP_STATISTICS_REQUIRED_GEOIP_PHP_VERSION', WP_STATISTICS_REQUIRED_PHP_VERSION);