Changeset 1092320
- Timestamp:
- 02/17/2015 10:07:07 AM (11 years ago)
- Location:
- button-maker/trunk
- Files:
-
- 2 edited
-
buttons.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
button-maker/trunk/buttons.php
r1052403 r1092320 6 6 Author: Pluginhandy 7 7 Author URI: http://pluginhandy.com/ 8 Version: 1. 28 Version: 1.3 9 9 Text Domain: 10 10 License: GPL version 2 or later - … … 314 314 success: function(data) { 315 315 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 317 318 } 318 319 } -
button-maker/trunk/readme.txt
r1087070 r1092320 5 5 Requires at least: 3.2 6 6 Tested up to: 4.1 7 Stable tag:1. 27 Stable tag:1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 136 136 == Changelog == 137 137 138 = 1.3 = 139 * Buttons now open links in a new tab or window 140 138 141 = 1.2 = 139 142 * Deactivating Button Maker no longer removes the buttons stored in the database
Note: See TracChangeset
for help on using the changeset viewer.