Plugin Directory

Changeset 3023426


Ignore:
Timestamp:
01/18/2024 10:43:52 AM (2 years ago)
Author:
mnchga
Message:

Deploy version 1.1.2

Location:
eduadmin-analytics
Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • eduadmin-analytics/trunk/class/class-edu-google.php

    r3016457 r3023426  
    7979            if ( count( $gtag_items ) > 0 ) {
    8080                ?>
    81                 <script type="text/javascript">if (gtag) {
     81                <script type="text/javascript">if (typeof gtag != 'undefined') {
    8282                        gtag('event', 'view_item_list', {
    8383                            'item_list_id': 'course_list',
     
    114114            if ( count( $gtag_items ) > 0 ) {
    115115                ?>
    116                 <script type="text/javascript">if (gtag) {
     116                <script type="text/javascript">if (typeof gtag != 'undefined') {
    117117                        gtag('event', 'view_item_list', {
    118118                            'item_list_id': 'event_list',
     
    150150            if ( count( $gtag_items ) > 0 ) {
    151151                ?>
    152                 <script type="text/javascript">if (gtag) {
     152                <script type="text/javascript">if (typeof gtag != 'undefined') {
    153153                        gtag('event', 'view_item', {
    154154                            'currency': '<?php echo esc_js( $currency ); ?>',
     
    181181            if ( count( $gtag_items ) > 0 ) {
    182182                ?>
    183                 <script type="text/javascript">if (gtag) {
     183                <script type="text/javascript">if (typeof gtag != 'undefined') {
    184184                        gtag('event', 'view_item', {
    185185                            'currency': '<?php echo esc_js( $currency ); ?>',
     
    216216            if ( count( $gtag_items ) > 0 ) {
    217217                ?>
    218                 <script type="text/javascript">if (gtag) {
     218                <script type="text/javascript">if (typeof gtag != 'undefined') {
    219219                        gtag('event', 'begin_checkout', {
    220220                            'currency': '<?php echo esc_js( $currency ); ?>',
     
    247247            if ( count( $gtag_items ) > 0 ) {
    248248                ?>
    249                 <script type="text/javascript">if (gtag) {
     249                <script type="text/javascript">if (typeof gtag != 'undefined') {
    250250                        gtag('event', 'begin_checkout', {
    251251                            'currency': '<?php echo esc_js( $currency ); ?>',
     
    287287            if ( count( $order_rows ) > 0 ) {
    288288                ?>
    289                 <script type="text/javascript">if (gtag) {
     289                <script type="text/javascript">if (typeof gtag != 'undefined') {
    290290                        gtag('event', 'purchase', {
    291291                            'transaction_id': '<?php echo esc_js( $transaction_id ); ?>',
  • eduadmin-analytics/trunk/eduadmin-analytics.php

    r3016457 r3023426  
    77 * Description: This plugin adds support for Google Analytics / Tag Manager to your EduAdmin plugin (WordPress only, not the course portal).
    88 * Tags: booking, participants, courses, events, eduadmin, lega online, google, analytics, tag manager
    9  * Version: 1.1.1
     9 * Version: 1.1.2
    1010 * GitHub Plugin URI: multinetinteractive/eduadmin-google
    1111 * GitHub Plugin URI: https://github.com/multinetinteractive/eduadmin-google
  • eduadmin-analytics/trunk/readme.txt

    r3016457 r3023426  
    44Requires at least: 5.8
    55Tested up to: 6.4
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77Requires PHP: 7.0
    88License: GPL3
Note: See TracChangeset for help on using the changeset viewer.