Hotjar - Version 1.0.7

Version Description

  • Update description.
Download this release

Release Info

Developer hotjar
Plugin Icon wp plugin Hotjar
Version 1.0.7
Comparing to
See all releases

Code changes from version 1.0.6 to 1.0.7

Files changed (2) hide show
  1. hotjar.php +2 -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.6
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.6';
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.7
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.7';
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.3.2
6
- Stable tag: 1.0.6
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.6 =
88
  * Update changelog as well.
89
 
2
  Contributors: hotjar
3
  Tags: hotjar,insights,visual,heatmaps,recordings,funnels,analytics
4
  Requires at least: 4.6
5
+ Tested up to: 5.4.0
6
+ Stable tag: 1.0.7
7
  License: GPLv3
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
9
 
84
 
85
  == Changelog ==
86
 
87
+ = 1.0.7 =
88
+ * Update description.
89
+
90
  = 1.0.6 =
91
  * Update changelog as well.
92