Plugin Directory

Changeset 1478827


Ignore:
Timestamp:
08/19/2016 02:25:29 PM (10 years ago)
Author:
NerdCow
Message:

wp 4.6

Location:
tweet-wheel
Files:
20 deleted
3 edited
53 copied

Legend:

Unmodified
Added
Removed
  • tweet-wheel/tags/1.0.6/assets/js/twp-queues.js

    r1451952 r1478827  
    438438
    439439                    if( data.response == "error" ) {
    440 
     440                       
    441441                        el.parents('.the-queue-post').animate({backgroundColor:'red'}, 300).animate({backgroundColor:'#fff'}, 300);
    442442
  • tweet-wheel/tags/1.0.6/readme.txt

    r1451952 r1478827  
    33Tags: automated tweeting, posting to twitter, scheduled tweeting, increasing traffic, social share, auto publish
    44Requires at least: 4.4
    5 Tested up to: 4.5
    6 Stable tag: 1.0.5
     5Tested up to: 4.6
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
     92= 1.0.6 =
     93* Added compatibility with WP 4.6
     94
    9295= 1.0.5 =
    9396* "Tweet Now" error popup will now display a meaningful message returned from Twitter
  • tweet-wheel/tags/1.0.6/tweet-wheel.php

    r1451952 r1478827  
    55 * Plugin URI: http://www.tweet-wheel.com
    66 * Description: A powerful tool that keeps your Twitter profile active. Even when you are busy.
    7  * Version: 1.0.5
     7 * Version: 1.0.6
    88 * Author: Tomasz Lisiecki from Nerd Cow Ltd.
    99 * Author URI: https://nerdcow.co.uk
    1010 * Requires at least: 4.4
    11  * Tested up to: 4.5
     11 * Tested up to: 4.6
    1212 *
    1313 * @package Tweet Wheel
     
    3232     * @var string
    3333     */
    34     public $version = '1.0.5';
     34    public $version = '1.0.6';
    3535   
    3636    // ...
  • tweet-wheel/trunk/assets/js/twp-queues.js

    r1451952 r1478827  
    438438
    439439                    if( data.response == "error" ) {
    440 
     440                       
    441441                        el.parents('.the-queue-post').animate({backgroundColor:'red'}, 300).animate({backgroundColor:'#fff'}, 300);
    442442
  • tweet-wheel/trunk/readme.txt

    r1451952 r1478827  
    33Tags: automated tweeting, posting to twitter, scheduled tweeting, increasing traffic, social share, auto publish
    44Requires at least: 4.4
    5 Tested up to: 4.5
    6 Stable tag: 1.0.5
     5Tested up to: 4.6
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
     92= 1.0.6 =
     93* Added compatibility with WP 4.6
     94
    9295= 1.0.5 =
    9396* "Tweet Now" error popup will now display a meaningful message returned from Twitter
  • tweet-wheel/trunk/tweet-wheel.php

    r1451952 r1478827  
    55 * Plugin URI: http://www.tweet-wheel.com
    66 * Description: A powerful tool that keeps your Twitter profile active. Even when you are busy.
    7  * Version: 1.0.5
     7 * Version: 1.0.6
    88 * Author: Tomasz Lisiecki from Nerd Cow Ltd.
    99 * Author URI: https://nerdcow.co.uk
    1010 * Requires at least: 4.4
    11  * Tested up to: 4.5
     11 * Tested up to: 4.6
    1212 *
    1313 * @package Tweet Wheel
     
    3232     * @var string
    3333     */
    34     public $version = '1.0.5';
     34    public $version = '1.0.6';
    3535   
    3636    // ...
Note: See TracChangeset for help on using the changeset viewer.