Plugin Directory

Changeset 1177052


Ignore:
Timestamp:
06/08/2015 09:29:29 PM (11 years ago)
Author:
hintsolutions
Message:

1.9.12

Location:
profit-button/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • profit-button/trunk/probtn.php

    r1175805 r1177052  
    77 * Plugin URI: http://probtn.com
    88 * Description: Floating Button is an interactive element that used to show custom content inside your application. If the button is tapped then the popup with Browser would open. The url in the Browser is set using settings on our server.
    9  * Version: 1.9.11
     9 * Version: 1.9.12
    1010 * Author: hintsolutions
    1111 * Author URI: http://probtn.com
  • profit-button/trunk/readme.txt

    r1175815 r1177052  
    55Requires at least: 3.3
    66Tested up to: 3.5.1
    7 Stable tag: 1.9.11
     7Stable tag: 1.9.12
    88License: Licenced under LGPL
    99License URI: http://opensource.org/licenses/LGPL-3.0
  • profit-button/trunk/start_probtn.php

    r1175805 r1177052  
    4141    var localSettingsPath = "settings.json";
    4242    var isHPMD = false;
    43     var domain = 'wordpress.plugin';
     43    <?php
     44    if ($source==1) { ?>
     45        var domain = 'wordpress.plugin';
     46    <?php } else { ?>
     47        var domain = document.domain.replace("www.", "");
     48    <?php } ?>
     49
    4450    try {
    4551        window.probtn_hpmd = hpmd;
Note: See TracChangeset for help on using the changeset viewer.