Plugin Directory

Changeset 1392483


Ignore:
Timestamp:
04/11/2016 10:23:16 PM (10 years ago)
Author:
Space_Studio
Message:

Updated to 8.8 WordPress 4.5 Optimization

Location:
click-tweet/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • click-tweet/trunk/assets/css/click-and-tweet-editor.css

    r1356075 r1392483  
    215215    font-size: 2em;
    216216}
     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  
    188188                                '<div>' +
    189189                                    '<label>Layout</label>' +
    190                                     '<select class="click-to-tweet-layout" name="layout">' +
     190                                    '<select class="click-to-tweet-layout mceEditable" contenteditable="true" name="layout">' +
    191191                                        '<option value="inline">Inline</option>' +
    192192                                        '<option value="card">Card</option>' +
     
    195195                                '<div>' +
    196196                                    '<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>' +
    198198                                '</div>' +
    199199                                '<a class="toggle-panel back-link" data-panel="default" title="Back">&lsaquo;<small>Back</small></a>' +
  • click-tweet/trunk/click-and-tweet.php

    r1388493 r1392483  
    44 * Plugin URI: http://spacestud.io
    55 * Description: Quote text in your WordPress posts for easy sharing on twitter.
    6  * Version: 0.8.6
     6 * Version: 0.8.8
    77 * Author: Space Studio
    88 * Author URI: http://spacestud.io
     
    5757     * @var string
    5858     */
    59     protected $version = '0.8.6';
     59    protected $version = '0.8.8';
    6060
    6161    /**
  • click-tweet/trunk/readme.txt

    r1388488 r1392483  
    44Author Url: http://spacestud.io/
    55Requires at least: 3.8
    6 Tested up to: 4.4.3
     6Tested up to: 4.5
    77Stable tag: trunk
    88License: GNU Version 2 or Any Later Version
     
    4747
    4848== Changelog ==
     49= 0.8.6 =
     50* Optimized for WordPress 4.5
     51
    4952= 0.8.6 =
    5053* Bug fixes
Note: See TracChangeset for help on using the changeset viewer.