Changeset 1722245
- Timestamp:
- 08/30/2017 08:20:47 PM (9 years ago)
- Location:
- lbdesign-button-shortcode/trunk
- Files:
-
- 3 edited
-
js/lbdesign-button-shortcode.js (modified) (2 diffs)
-
lbdesign-button-shortcode.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lbdesign-button-shortcode/trunk/js/lbdesign-button-shortcode.js
r1410744 r1722245 57 57 onsubmit: function(e) { 58 58 ed.focus(); 59 ed.selection.setContent('[lbdesign_button link="' + e.data.link + '" type="' + e.data.type + '" custom_class="' + e.data.custom_class + '" size="' + e.data.size + '" style="'+e.data.styles+'"]' + e.data.content + '[/lbdesign_button]');59 ed.selection.setContent('[lbdesign_button link="' + e.data.link + '" type="' + e.data.type + '" size="' + e.data.size + '" style="' + e.data.styles + '" custom_class="' + e.data.custom_class + '"]' + e.data.content + '[/lbdesign_button]'); 60 60 } 61 61 }); … … 88 88 author : 'Lauren Pittenger @ LBDesign', 89 89 authorurl : 'http://lbdesign.tv', 90 version : "1.2 "90 version : "1.2.1" 91 91 }; 92 92 } -
lbdesign-button-shortcode/trunk/lbdesign-button-shortcode.php
r1410744 r1722245 6 6 * Author URI: http://laurenpittenger.com 7 7 * License: GPL 8 * Version: 1.2 8 * Version: 1.2.1 9 9 */ 10 10 -
lbdesign-button-shortcode/trunk/readme.txt
r1410744 r1722245 3 3 Tags: shortcode 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 56 Stable tag: 1.2 5 Tested up to: 4.8 6 Stable tag: 1.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 == Changelog == 48 48 49 = 1.2.1 = 50 51 * Reordered the shortcode attributes to match the order in the TinyMCE pop-up 52 53 = 1.2 = 54 55 * Bugfixes 56 49 57 = 1.1 = 50 58 … … 63 71 = 1.2 = 64 72 65 * Fixes path to icon image 73 * Fixes path to icon image 66 74 67 75 = 1.1 =
Note: See TracChangeset
for help on using the changeset viewer.