Version Description
- Fixed a warning (PHP 8 compatibility).
Download this release
Release Info
Developer | hotjar |
Plugin | Hotjar |
Version | 1.0.14 |
Comparing to | |
See all releases |
Code changes from version 1.0.13 to 1.0.14
- hotjar.php +3 -3
- readme.txt +3 -1
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
|
@@ -47,7 +47,7 @@ function hotjar_plugin_init() {
|
|
47 |
|
48 |
private function __clone() {}
|
49 |
|
50 |
-
|
51 |
|
52 |
/**
|
53 |
* Protected constructor to prevent creating a new instance of the
|
4 |
* Description: The fast & visual way to understand your users.
|
5 |
* Author: Hotjar
|
6 |
* Author URI: https://www.hotjar.com/
|
7 |
+
* Version: 1.0.14
|
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.14';
|
30 |
|
31 |
/**
|
32 |
* @var Singleton The reference the *Singleton* instance of this class
|
47 |
|
48 |
private function __clone() {}
|
49 |
|
50 |
+
public function __wakeup() {}
|
51 |
|
52 |
/**
|
53 |
* Protected constructor to prevent creating a new instance of the
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: hotjar
|
|
3 |
Tags: hotjar,insights,visual,heatmaps,recordings,funnels,analytics
|
4 |
Requires at least: 4.6
|
5 |
Tested up to: 6.0
|
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,8 @@ You can uninstall this plugin at any time to remove Hotjar from your site. Data
|
|
84 |
|
85 |
== Changelog ==
|
86 |
|
|
|
|
|
87 |
|
88 |
= 1.0.13 =
|
89 |
* Tested on WP 6.0.
|
3 |
Tags: hotjar,insights,visual,heatmaps,recordings,funnels,analytics
|
4 |
Requires at least: 4.6
|
5 |
Tested up to: 6.0
|
6 |
+
Stable tag: 1.0.14
|
7 |
License: GPLv3
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
9 |
|
84 |
|
85 |
== Changelog ==
|
86 |
|
87 |
+
= 1.0.14 =
|
88 |
+
* Fixed a warning (PHP 8 compatibility).
|
89 |
|
90 |
= 1.0.13 =
|
91 |
* Tested on WP 6.0.
|