Plugin Directory

Changeset 1757104


Ignore:
Timestamp:
11/02/2017 04:46:07 AM (8 years ago)
Author:
dossier
Message:

Corrected production uri

Location:
dossier/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dossier/trunk/dossier.php

    r1757010 r1757104  
    22/*
    33 * Plugin Name: Dossier
    4  * Version: 2.5.6.2
     4 * Version: 2.5.6.3
    55 * Description: Adds live chat & targeted messages to your website.
    66 * Author: Dossier
  • dossier/trunk/includes/js/dossier_embed.min.js

    r1756958 r1757104  
    11function OBgetCookie(a){a+="=";for(var b=document.cookie.split(";"),c=0;c<b.length;c++){for(var d=b[c];" "==d.charAt(0);)d=d.substring(1);if(-1!=d.indexOf(a))return d.substring(a.length,d.length)}return""}function OBloadScript(a,b){var c=document.createElement("SCRIPT");c.src=a;c.onload=b;document.body.appendChild(c)}
    2 function OBcookieObj(){var a={},b=OBgetCookie("obEmail");void 0!=b&&null!=b&&(a.obEmail=b,a.obOrg=OBgetCookie("obOrg"),a.obAccount=OBgetCookie("obAccount"),a.obTimestamp=OBgetCookie("obTimeStamp"),a.obAuthCode=OBgetCookie("obAuthCode"));return a}function OBLaunch(){var a="undefined"!=typeof window.onboardify?window.onboardify:OBcookieObj();a.obEmail&&OBloadScript("https://webapp-qa.onboardify.com/js/apploader.min.js",function(){OBvalidateLaunch(a)})}
     2function OBcookieObj(){var a={},b=OBgetCookie("obEmail");void 0!=b&&null!=b&&(a.obEmail=b,a.obOrg=OBgetCookie("obOrg"),a.obAccount=OBgetCookie("obAccount"),a.obTimestamp=OBgetCookie("obTimeStamp"),a.obAuthCode=OBgetCookie("obAuthCode"));return a}function OBLaunch(){var a="undefined"!=typeof window.onboardify?window.onboardify:OBcookieObj();a.obEmail&&OBloadScript("https://webapp.onboardify.com/js/apploader.min.js",function(){OBvalidateLaunch(a)})}
    33document.addEventListener("readystatechange",function(){"complete"==document.readyState&&OBLaunch()},!1);
  • dossier/trunk/readme.txt

    r1757010 r1757104  
    44Requires at least: 3.4
    55Tested up to: 4.8.2
    6 Stable tag: 2.5.6.2
     6Stable tag: 2.5.6.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8787== Changelog ==
    8888
     89= 2.5.6.3 =
     90* Production release
     91
    8992= 2.5.6.2 =
    9093* Refactored assets, text improvements to readme.txt
Note: See TracChangeset for help on using the changeset viewer.