Plugin Directory

Changeset 1701657


Ignore:
Timestamp:
07/24/2017 01:28:23 PM (9 years ago)
Author:
NerdCow
Message:

push 1.1.2

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

Legend:

Unmodified
Added
Removed
  • tweet-wheel/tags/1.1.2/includes/helpers.php

    r1586522 r1701657  
    421421   
    422422    // ...
    423    
    424     /**
    425      * Amend character limit if an image is attached - 23 characters
    426      */
    427    
    428     $img_chars = 23;
    429     $has_image = get_post_meta( $post_id, 'exclude_tweet_image', true ) == 1 ? false : true;
    430    
    431     if( $has_image )
    432         $current_length += $img_chars;
    433423   
    434424    // return actually tweet length
  • tweet-wheel/tags/1.1.2/readme.txt

    r1686960 r1701657  
    44Requires at least: 4.4
    55Tested up to: 4.8
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     91= 1.1.2 - 24/07/2017 =
     92* Fixed - character counter for templates with images
     93
    9194= 1.1.1 - 28/06/2017 =
    9295* Fixed - various bugs
  • tweet-wheel/tags/1.1.2/tweet-wheel.php

    r1686960 r1701657  
    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.1.1
     7 * Version: 1.1.2
    88 * Author: Tomasz Lisiecki from Nerd Cow Ltd.
    99 * Author URI: https://tweet-wheel.com
     
    3232     * @var string
    3333     */
    34     public $version = '1.1.1';
     34    public $version = '1.1.2';
    3535   
    3636    // ...
  • tweet-wheel/trunk/includes/helpers.php

    r1586522 r1701657  
    421421   
    422422    // ...
    423    
    424     /**
    425      * Amend character limit if an image is attached - 23 characters
    426      */
    427    
    428     $img_chars = 23;
    429     $has_image = get_post_meta( $post_id, 'exclude_tweet_image', true ) == 1 ? false : true;
    430    
    431     if( $has_image )
    432         $current_length += $img_chars;
    433423   
    434424    // return actually tweet length
  • tweet-wheel/trunk/readme.txt

    r1686960 r1701657  
    44Requires at least: 4.4
    55Tested up to: 4.8
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     91= 1.1.2 - 24/07/2017 =
     92* Fixed - character counter for templates with images
     93
    9194= 1.1.1 - 28/06/2017 =
    9295* Fixed - various bugs
  • tweet-wheel/trunk/tweet-wheel.php

    r1686960 r1701657  
    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.1.1
     7 * Version: 1.1.2
    88 * Author: Tomasz Lisiecki from Nerd Cow Ltd.
    99 * Author URI: https://tweet-wheel.com
     
    3232     * @var string
    3333     */
    34     public $version = '1.1.1';
     34    public $version = '1.1.2';
    3535   
    3636    // ...
Note: See TracChangeset for help on using the changeset viewer.