Plugin Directory

Changeset 1092320


Ignore:
Timestamp:
02/17/2015 10:07:07 AM (11 years ago)
Author:
colinph970
Message:

readme/buttons.php updated for v1.3, open links in new window, by scideas software

Location:
button-maker/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • button-maker/trunk/buttons.php

    r1052403 r1092320  
    66Author: Pluginhandy
    77Author URI: http://pluginhandy.com/
    8 Version: 1.2
     8Version: 1.3
    99Text Domain:
    1010License: GPL version 2 or later -
     
    314314                    success: function(data) {
    315315                        if(data.output === 'yes') {
    316                             document.location.href = data.url;
     316                            //document.location.href = data.url;//open in same window
     317                            window.open(data.url,"_blank");//open in new tab/window
    317318                        }
    318319                    }
  • button-maker/trunk/readme.txt

    r1087070 r1092320  
    55Requires at least: 3.2
    66Tested up to: 4.1
    7 Stable tag:1.2
     7Stable tag:1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    136136== Changelog ==
    137137
     138= 1.3 =
     139* Buttons now open links in a new tab or window
     140
    138141= 1.2 =
    139142* Deactivating Button Maker no longer removes the buttons stored in the database
Note: See TracChangeset for help on using the changeset viewer.