Plugin Directory

Changeset 1677710


Ignore:
Timestamp:
06/13/2017 02:24:39 PM (9 years ago)
Author:
NerdCow
Message:

update to 4.8

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

Legend:

Unmodified
Added
Removed
  • tweet-wheel/tags/1.1.0/readme.txt

    r1586522 r1677710  
    33Tags: automated tweeting, posting to twitter, scheduled tweeting, increasing traffic, social share, auto publish
    44Requires at least: 4.4
    5 Tested up to: 4.7.2
    6 Stable tag: 1.0.9
     5Tested up to: 4.8
     6Stable tag: 1.1.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     91= 1.1.0 - 13/06/2017 =
     92* Added - compatibility with WP 4.8
     93
    9194= 1.0.9 =
    9295* Fixed - templates weren't rotating correctly when following the order
  • tweet-wheel/tags/1.1.0/tweet-wheel.php

    r1586522 r1677710  
    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.9
     7 * Version: 1.1.0
    88 * Author: Tomasz Lisiecki from Nerd Cow Ltd.
    9  * Author URI: https://nerdcow.co.uk
     9 * Author URI: https://tweet-wheel.com
    1010 * Requires at least: 4.4
    11  * Tested up to: 4.7.2
     11 * Tested up to: 4.8
    1212 *
    1313 * @package Tweet Wheel
     
    3232     * @var string
    3333     */
    34     public $version = '1.0.9';
     34    public $version = '1.1.0';
    3535   
    3636    // ...
  • tweet-wheel/trunk/readme.txt

    r1586522 r1677710  
    33Tags: automated tweeting, posting to twitter, scheduled tweeting, increasing traffic, social share, auto publish
    44Requires at least: 4.4
    5 Tested up to: 4.7.2
    6 Stable tag: 1.0.9
     5Tested up to: 4.8
     6Stable tag: 1.1.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     91= 1.1.0 - 13/06/2017 =
     92* Added - compatibility with WP 4.8
     93
    9194= 1.0.9 =
    9295* Fixed - templates weren't rotating correctly when following the order
  • tweet-wheel/trunk/tweet-wheel.php

    r1586522 r1677710  
    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.9
     7 * Version: 1.1.0
    88 * Author: Tomasz Lisiecki from Nerd Cow Ltd.
    9  * Author URI: https://nerdcow.co.uk
     9 * Author URI: https://tweet-wheel.com
    1010 * Requires at least: 4.4
    11  * Tested up to: 4.7.2
     11 * Tested up to: 4.8
    1212 *
    1313 * @package Tweet Wheel
     
    3232     * @var string
    3333     */
    34     public $version = '1.0.9';
     34    public $version = '1.1.0';
    3535   
    3636    // ...
Note: See TracChangeset for help on using the changeset viewer.