Plugin Directory

Changeset 1958776


Ignore:
Timestamp:
10/18/2018 07:13:59 PM (7 years ago)
Author:
mmaennche
Message:

V1.6.10 - removed hard coded version number from included script allowing Wordpress version to work correctly

Location:
site-health/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • site-health/trunk/inc/coreFunctions.php

    r1860810 r1958776  
    240240    function site_health_hook_eventtracking() {
    241241        if(get_option( 'site-health-trackevents' )){
    242             wp_enqueue_script('skynet-solutions-analytics', 'https://scripts.skynet-solutions.net/analytics/customAnalytics-min.js', array(), '1', true);
     242            wp_enqueue_script('skynet-solutions-analytics', 'https://scripts.skynet-solutions.net/analytics/customAnalytics-min.js', array(),false, true);
    243243        }
    244244    }
  • site-health/trunk/readme.txt

    r1912587 r1958776  
    11=== Site Health===
    2 Contributors: mmaennche, skynetsolutions
     2Contributors: mmaennche, skynetsolutions, burtonm
    33Tags: error monitoring, error handling, error management, site health
    44Requires at least: 4.0
    55Tested up to: 4.9.7
    66Requires PHP: 5.4
    7 Stable tag: 1.6.9
     7Stable tag: 1.6.10
    88License: GPLv3
    99
  • site-health/trunk/site-health.php

    r1912587 r1958776  
    44        Plugin URI:  https://sitehealth.skynet-solutions.net/
    55        Description: Site Health Plugin
    6         Version:     1.6.9
     6        Version:     1.6.10
    77        Author:      Skynet Solutions Inc.
    88        Author URI:  http://www.skynet-solutions.net/
Note: See TracChangeset for help on using the changeset viewer.