Hotjar - Version 1.0.5

Version Description

Download this release

Release Info

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

Code changes from version 1.0.4 to 1.0.5

Files changed (2) hide show
  1. hotjar.php +2 -2
  2. readme.txt +1 -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.2
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.2';
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.5
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.5';
30
 
31
  /**
32
  * @var Singleton The reference the *Singleton* instance of this class
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: 5.3.2
6
- Stable tag: 1.0.4
7
  License: GPLv3
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
9
 
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.5
7
  License: GPLv3
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
9