Plugin Directory

Changeset 2555899


Ignore:
Timestamp:
06/29/2021 02:38:58 PM (5 years ago)
Author:
astronatic
Message:

Update to version v1.6 from GitLab (https://gitlab.com/astronatic/thatswhy-wordpress-plugin; https://gitlab.com/astronatic/thatswhy-wordpress-plugin/-/jobs/1386104174)

Location:
thats-why
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • thats-why/tags/v1.6/thatswhy.php

    r2450593 r2555899  
    103103
    104104    if (empty(thatsWhyGetCustomDomain())) {
    105         $collectorUrl = 'https://collector.thatswhy.app/plugins/wordpress/'.esc_attr($siteHash).'.js';
     105        $collectorUrl = 'https://collector.thatswhy.app/'.esc_attr($siteHash).'.js';
    106106    } else {
    107         $collectorUrl = 'https://'.str_replace(['http://', 'https://', '/'], '', thatsWhyGetCustomDomain()).'/plugins/wordpress/'.esc_attr($siteHash).'.js';
     107        $collectorUrl = 'https://'.str_replace(['http://', 'https://', '/'], '', thatsWhyGetCustomDomain()).'/'.esc_attr($siteHash).'.js';
    108108    }
    109109
  • thats-why/trunk/thatswhy.php

    r2450593 r2555899  
    103103
    104104    if (empty(thatsWhyGetCustomDomain())) {
    105         $collectorUrl = 'https://collector.thatswhy.app/plugins/wordpress/'.esc_attr($siteHash).'.js';
     105        $collectorUrl = 'https://collector.thatswhy.app/'.esc_attr($siteHash).'.js';
    106106    } else {
    107         $collectorUrl = 'https://'.str_replace(['http://', 'https://', '/'], '', thatsWhyGetCustomDomain()).'/plugins/wordpress/'.esc_attr($siteHash).'.js';
     107        $collectorUrl = 'https://'.str_replace(['http://', 'https://', '/'], '', thatsWhyGetCustomDomain()).'/'.esc_attr($siteHash).'.js';
    108108    }
    109109
Note: See TracChangeset for help on using the changeset viewer.