PluginProbe
Simple Analytics / 1.6
Simple Analytics v1.6
1.109 1.108 1.107 1.106 1.73 1.74 1.75 1.76 1.77 1.78 1.79 1.8 1.80 1.81 1.82 1.83 1.84 1.85 1.86 1.87 1.88 1.89 1.9 1.90 1.91 All 98 releases
← All changes | simple-analytics.php +3 -3 1.81.6 View file →
@@ -1,14 +1,14 @@
1 1 <?php
2 2 /*
3 3 * Plugin Name: Simple Analytics Official
4 - * Version: 1.8
4 + * Version: 1.6
5 5 * Plugin URI: https://docs.simpleanalytics.com/install-simple-analytics-on-wordpress
6 6 * Description: Embed Simple Analytics script in your WordPress website
7 7 * Author: Simple Analytics
8 8 * Author URI: https://simpleanalytics.com/
9 9 * Requires at least: 2.0.0
10 - * Tested up to: 6.0
10 + * Tested up to: 5.5.3
11 11 *
12 12 * Text Domain: simple-analytics
13 13 * Domain Path: /lang/
14 14 *
@@ -25,9 +25,9 @@
25 25 echo "<!-- Simple Analytics: Not logging requests from admins -->\n";
26 26 }
27 27
28 28 function simpleanalytics_noscript() {
29 - echo '<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade"></noscript>' . "\n";
29 + echo '<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt=""></noscript>' . "\n";
30 30 }
31 31
32 32 function simpleanalytics_init() {
33 33 global $simpleanalytics_script;