Version Description
- Tested on WP 5.6.
Download this release
Release Info
Developer | hotjar |
Plugin | Hotjar |
Version | 1.0.9 |
Comparing to | |
See all releases |
Code changes from version 1.0.8 to 1.0.9
- hotjar.php +2 -2
- readme.txt +5 -2
hotjar.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Description: The fast & visual way to understand your users.
|
5 |
* Author: Hotjar
|
6 |
* Author URI: https://www.hotjar.com/
|
7 |
-
* Version: 1.0.
|
8 |
* License: GPLv3
|
9 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
* Text Domain: hotjar
|
@@ -26,7 +26,7 @@ function hotjar_plugin_init() {
|
|
26 |
/**
|
27 |
* @var Const Plugin Version Number
|
28 |
*/
|
29 |
-
const VERSION = '1.0.
|
30 |
|
31 |
/**
|
32 |
* @var Singleton The reference the *Singleton* instance of this class
|
4 |
* Description: The fast & visual way to understand your users.
|
5 |
* Author: Hotjar
|
6 |
* Author URI: https://www.hotjar.com/
|
7 |
+
* Version: 1.0.9
|
8 |
* License: GPLv3
|
9 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
* Text Domain: hotjar
|
26 |
/**
|
27 |
* @var Const Plugin Version Number
|
28 |
*/
|
29 |
+
const VERSION = '1.0.9';
|
30 |
|
31 |
/**
|
32 |
* @var Singleton The reference the *Singleton* instance of this class
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: hotjar
|
3 |
Tags: hotjar,insights,visual,heatmaps,recordings,funnels,analytics
|
4 |
Requires at least: 4.6
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv3
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
9 |
|
@@ -84,6 +84,9 @@ You can uninstall this plugin at any time to remove Hotjar from your site. Data
|
|
84 |
|
85 |
== Changelog ==
|
86 |
|
|
|
|
|
|
|
87 |
= 1.0.8 =
|
88 |
* Tested on WP 5.5.
|
89 |
|
2 |
Contributors: hotjar
|
3 |
Tags: hotjar,insights,visual,heatmaps,recordings,funnels,analytics
|
4 |
Requires at least: 4.6
|
5 |
+
Tested up to: 5.6.0
|
6 |
+
Stable tag: 1.0.9
|
7 |
License: GPLv3
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
9 |
|
84 |
|
85 |
== Changelog ==
|
86 |
|
87 |
+
= 1.0.9 =
|
88 |
+
* Tested on WP 5.6.
|
89 |
+
|
90 |
= 1.0.8 =
|
91 |
* Tested on WP 5.5.
|
92 |
|