Hotjar - Version 1.0.3

Version Description

Download this release

Release Info

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

Code changes from version 1.0.2 to 1.0.3

Files changed (2) hide show
  1. hotjar.php +2 -2
  2. readme.txt +17 -7
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.3
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.3';
30
 
31
  /**
32
  * @var Singleton The reference the *Singleton* instance of this class
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === Hotjar [Official] ===
2
  Contributors: hotjar
3
  Tags: hotjar,insights,visual,heatmaps,recordings,funnels,analytics
4
  Requires at least: 4.6
5
- Tested up to: 5.0.0
6
- Stable tag: 1.0.2
7
  License: GPLv3
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
9
 
@@ -26,13 +26,23 @@ This plugin provides a simple installation of Hotjar on your WordPress site, giv
26
 
27
  == Installation ==
28
 
29
- The Hotjar plugin is available to install via the WordPress plugin library. You can install it directly from within your WordPress dashboard. Alternatively, you can install manually -
 
 
 
 
 
 
 
 
30
 
31
  1. Download the Hotjar plugin as a zip file.
32
- 1. Upload the folder `hotjar` to the `/wp-content/plugins/` directory
33
- 1. Activate the plugin through the 'Plugins' menu in WordPress
 
 
34
 
35
- After installation, configure the plugin by visiting Settings -> Hotjar and entering your unique Hotjar Site ID. You can find your Site ID from [the Sites & Organisations list](https://insights.hotjar.com/site/list) in Insights.
36
 
37
  == Frequently Asked Questions ==
38
 
1
+ === Hotjar ===
2
  Contributors: hotjar
3
  Tags: hotjar,insights,visual,heatmaps,recordings,funnels,analytics
4
  Requires at least: 4.6
5
+ Tested up to: 5.2.2
6
+ Stable tag: 1.0.3
7
  License: GPLv3
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
9
 
26
 
27
  == Installation ==
28
 
29
+ = Simple installation =
30
+
31
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/A0-xOfbX6eM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
32
+
33
+ The Hotjar plugin is available to install via the WordPress plugin library and you can install it directly from within your WordPress dashboard. For a step-by-step installation guide, check out [our handy help doc](https://help.hotjar.com/hc/en-us/articles/115009340247-WordPress).
34
+
35
+ = Manual installation =
36
+
37
+ Alternatively, you can install manually:
38
 
39
  1. Download the Hotjar plugin as a zip file.
40
+ 2. Upload the folder `hotjar` to the `/wp-content/plugins/` directory
41
+ 3. Activate the plugin through the 'Plugins' menu in WordPress
42
+
43
+ = Configuration =
44
 
45
+ After installation, [configure the plugin](https://youtu.be/A0-xOfbX6eM?t=25) by visiting Settings -> Hotjar and entering your unique Hotjar Site ID. You can find your Site ID from [the Sites & Organisations list](https://insights.hotjar.com/site/list) in Insights.
46
 
47
  == Frequently Asked Questions ==
48