Version Description
Download this release
Release Info
Developer | yuvalo |
Plugin | WP Google Analytics Events |
Version | 2.3 |
Comparing to | |
See all releases |
Code changes from version 2.2 to 2.3
- ga-scroll-event.php +2 -2
- js/ga-scroll-events.js +1 -1
- readme.txt +7 -2
ga-scroll-event.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Google Analytics Events
|
4 |
Plugin URI: http://wpflow.com
|
5 |
Description: Adds the Google Analytics code to your website and enables you to send events on scroll or click.
|
6 |
-
Version: 2.
|
7 |
Author: Yuval Oren
|
8 |
Author URI: http://wpflow.com
|
9 |
License: GPLv2
|
@@ -81,7 +81,7 @@ add_action('init','ga_events_scripts');
|
|
81 |
|
82 |
function ga_events_scripts() {
|
83 |
wp_enqueue_script('jquery');
|
84 |
-
wp_enqueue_script('scrolldepth',plugins_url( '/js/ga-scroll-events.js'
|
85 |
}
|
86 |
|
87 |
|
3 |
Plugin Name: WP Google Analytics Events
|
4 |
Plugin URI: http://wpflow.com
|
5 |
Description: Adds the Google Analytics code to your website and enables you to send events on scroll or click.
|
6 |
+
Version: 2.3
|
7 |
Author: Yuval Oren
|
8 |
Author URI: http://wpflow.com
|
9 |
License: GPLv2
|
81 |
|
82 |
function ga_events_scripts() {
|
83 |
wp_enqueue_script('jquery');
|
84 |
+
wp_enqueue_script('scrolldepth',plugins_url( '/js/ga-scroll-events.js', __FILE__) , array('jquery'), '2.3', false);
|
85 |
}
|
86 |
|
87 |
|
js/ga-scroll-events.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*!
|
2 |
-
* WP Googel Analytics Events | v2.
|
3 |
* Copyright (c) 2013 Yuval Oren (@yuvalo)
|
4 |
* License: GPLv2
|
5 |
*/
|
1 |
/*!
|
2 |
+
* WP Googel Analytics Events | v2.3
|
3 |
* Copyright (c) 2013 Yuval Oren (@yuvalo)
|
4 |
* License: GPLv2
|
5 |
*/
|
readme.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
=== WP Google Analytics Events ===
|
2 |
Contributors: yuvalo
|
3 |
Tags: analytics, google, events, ga, google analytics, tracking
|
4 |
-
Tested up to: 4.
|
5 |
-
Stable tag: 2.
|
6 |
License: GPLv2
|
7 |
Requires at least: 3.0
|
8 |
|
@@ -80,6 +80,11 @@ http://www.youtube.com/watch?v=UP8mfuV9huI
|
|
80 |
3. Plugin Scroll Settings screenshot-5.png
|
81 |
2. Google Analytics real time events screenshot-2.png
|
82 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
83 |
= Version 2.0 =
|
84 |
1. Minor bug fixes
|
85 |
2. New intro video
|
1 |
=== WP Google Analytics Events ===
|
2 |
Contributors: yuvalo
|
3 |
Tags: analytics, google, events, ga, google analytics, tracking
|
4 |
+
Tested up to: 4.7
|
5 |
+
Stable tag: 2.3
|
6 |
License: GPLv2
|
7 |
Requires at least: 3.0
|
8 |
|
80 |
3. Plugin Scroll Settings screenshot-5.png
|
81 |
2. Google Analytics real time events screenshot-2.png
|
82 |
== Changelog ==
|
83 |
+
= Version 2.3 =
|
84 |
+
1. Better dependency handling for WordPress 4.7
|
85 |
+
= Version 2.2 =
|
86 |
+
1. Added the advanced mode
|
87 |
+
2. Better handling for links in new tabs
|
88 |
= Version 2.0 =
|
89 |
1. Minor bug fixes
|
90 |
2. New intro video
|