Plugin Directory

Changeset 646963


Ignore:
Timestamp:
01/02/2013 02:01:29 PM (13 years ago)
Author:
ppfeufer
Message:

v1.15
Ready for WordPress 3.5

Location:
wp-twitter-retweet-button
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-twitter-retweet-button/tags/1.15/readme.txt

    r554882 r646963  
    33Donate link:
    44Tags: twitter, button, retweet
    5 Requires at least: 3.0.1
    6 Tested up to: 3.4
    7 Stable tag: 1.14
     5Requires at least: 3.1
     6Tested up to: 3.5
     7Stable tag: 1.15
    88
    99This plugin will install the official Twitter Button provided by Twitter to your Wordpress-Blog.
     
    5858
    5959== Changelog ==
     60= 1.15 =
     61* (02. 01. 2013)
     62* Ready for WordPress 3.5
     63
    6064= 1.14 =
    6165* (08. 06. 2012)
  • wp-twitter-retweet-button/tags/1.15/wp-twitter-button.php

    r554882 r646963  
    44 * Plugin URI: http://blog.ppfeufer.de/wordpress-plugin-wp-twitter-button/
    55 * Description: This plugin will install the official Twitter Button provided by Twitter to your Wordpress-Blog.
    6  * Version: 1.14
     6 * Version: 1.15
    77 * Author: H.-Peter Pfeufer
    88 * Author URI: http://ppfeufer.de
    99 */
    1010
    11 define('WP_TWITTER_RETWEET_BUTTON_VERSION', '1.14');
     11define('WP_TWITTER_RETWEET_BUTTON_VERSION', '1.15');
    1212
    1313/**
  • wp-twitter-retweet-button/trunk/readme.txt

    r554882 r646963  
    33Donate link:
    44Tags: twitter, button, retweet
    5 Requires at least: 3.0.1
    6 Tested up to: 3.4
    7 Stable tag: 1.14
     5Requires at least: 3.1
     6Tested up to: 3.5
     7Stable tag: 1.15
    88
    99This plugin will install the official Twitter Button provided by Twitter to your Wordpress-Blog.
     
    5858
    5959== Changelog ==
     60= 1.15 =
     61* (02. 01. 2013)
     62* Ready for WordPress 3.5
     63
    6064= 1.14 =
    6165* (08. 06. 2012)
  • wp-twitter-retweet-button/trunk/wp-twitter-button.php

    r554882 r646963  
    44 * Plugin URI: http://blog.ppfeufer.de/wordpress-plugin-wp-twitter-button/
    55 * Description: This plugin will install the official Twitter Button provided by Twitter to your Wordpress-Blog.
    6  * Version: 1.14
     6 * Version: 1.15
    77 * Author: H.-Peter Pfeufer
    88 * Author URI: http://ppfeufer.de
    99 */
    1010
    11 define('WP_TWITTER_RETWEET_BUTTON_VERSION', '1.14');
     11define('WP_TWITTER_RETWEET_BUTTON_VERSION', '1.15');
    1212
    1313/**
Note: See TracChangeset for help on using the changeset viewer.