Changeset 1392483
- Timestamp:
- 04/11/2016 10:23:16 PM (10 years ago)
- Location:
- click-tweet/trunk
- Files:
-
- 4 edited
-
assets/css/click-and-tweet-editor.css (modified) (1 diff)
-
assets/js/click-and-tweet-tinymce-plugin.js (modified) (2 diffs)
-
click-and-tweet.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
click-tweet/trunk/assets/css/click-and-tweet-editor.css
r1356075 r1392483 215 215 font-size: 2em; 216 216 } 217 218 .click-and-tweet-tooltip select:hover, 219 .click-and-tweet-tooltip select:focus, 220 .click-and-tweet-tooltip input[type="text"]:hover, 221 .click-and-tweet-tooltip input[type="text"]:focus{ 222 outline: none !important; 223 } 224 225 .click-and-tweet-tooltip select:hover, 226 .click-and-tweet-tooltip select:focus{ 227 cursor: default; 228 } -
click-tweet/trunk/assets/js/click-and-tweet-tinymce-plugin.js
r1356075 r1392483 188 188 '<div>' + 189 189 '<label>Layout</label>' + 190 '<select class="click-to-tweet-layout " name="layout">' +190 '<select class="click-to-tweet-layout mceEditable" contenteditable="true" name="layout">' + 191 191 '<option value="inline">Inline</option>' + 192 192 '<option value="card">Card</option>' + … … 195 195 '<div>' + 196 196 '<label>Position</label>' + 197 '<select class="click-to-tweet-layout-position " name="position"></select>' +197 '<select class="click-to-tweet-layout-position mceEditable" contenteditable="true" name="position"></select>' + 198 198 '</div>' + 199 199 '<a class="toggle-panel back-link" data-panel="default" title="Back">‹<small>Back</small></a>' + -
click-tweet/trunk/click-and-tweet.php
r1388493 r1392483 4 4 * Plugin URI: http://spacestud.io 5 5 * Description: Quote text in your WordPress posts for easy sharing on twitter. 6 * Version: 0.8. 66 * Version: 0.8.8 7 7 * Author: Space Studio 8 8 * Author URI: http://spacestud.io … … 57 57 * @var string 58 58 */ 59 protected $version = '0.8. 6';59 protected $version = '0.8.8'; 60 60 61 61 /** -
click-tweet/trunk/readme.txt
r1388488 r1392483 4 4 Author Url: http://spacestud.io/ 5 5 Requires at least: 3.8 6 Tested up to: 4. 4.36 Tested up to: 4.5 7 7 Stable tag: trunk 8 8 License: GNU Version 2 or Any Later Version … … 47 47 48 48 == Changelog == 49 = 0.8.6 = 50 * Optimized for WordPress 4.5 51 49 52 = 0.8.6 = 50 53 * Bug fixes
Note: See TracChangeset
for help on using the changeset viewer.