Changeset 646963
- Timestamp:
- 01/02/2013 02:01:29 PM (13 years ago)
- Location:
- wp-twitter-retweet-button
- Files:
-
- 4 edited
- 1 copied
-
tags/1.15 (copied) (copied from wp-twitter-retweet-button/trunk)
-
tags/1.15/readme.txt (modified) (2 diffs)
-
tags/1.15/wp-twitter-button.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-twitter-button.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-twitter-retweet-button/tags/1.15/readme.txt
r554882 r646963 3 3 Donate link: 4 4 Tags: twitter, button, retweet 5 Requires at least: 3. 0.16 Tested up to: 3. 47 Stable tag: 1.1 45 Requires at least: 3.1 6 Tested up to: 3.5 7 Stable tag: 1.15 8 8 9 9 This plugin will install the official Twitter Button provided by Twitter to your Wordpress-Blog. … … 58 58 59 59 == Changelog == 60 = 1.15 = 61 * (02. 01. 2013) 62 * Ready for WordPress 3.5 63 60 64 = 1.14 = 61 65 * (08. 06. 2012) -
wp-twitter-retweet-button/tags/1.15/wp-twitter-button.php
r554882 r646963 4 4 * Plugin URI: http://blog.ppfeufer.de/wordpress-plugin-wp-twitter-button/ 5 5 * Description: This plugin will install the official Twitter Button provided by Twitter to your Wordpress-Blog. 6 * Version: 1.1 46 * Version: 1.15 7 7 * Author: H.-Peter Pfeufer 8 8 * Author URI: http://ppfeufer.de 9 9 */ 10 10 11 define('WP_TWITTER_RETWEET_BUTTON_VERSION', '1.1 4');11 define('WP_TWITTER_RETWEET_BUTTON_VERSION', '1.15'); 12 12 13 13 /** -
wp-twitter-retweet-button/trunk/readme.txt
r554882 r646963 3 3 Donate link: 4 4 Tags: twitter, button, retweet 5 Requires at least: 3. 0.16 Tested up to: 3. 47 Stable tag: 1.1 45 Requires at least: 3.1 6 Tested up to: 3.5 7 Stable tag: 1.15 8 8 9 9 This plugin will install the official Twitter Button provided by Twitter to your Wordpress-Blog. … … 58 58 59 59 == Changelog == 60 = 1.15 = 61 * (02. 01. 2013) 62 * Ready for WordPress 3.5 63 60 64 = 1.14 = 61 65 * (08. 06. 2012) -
wp-twitter-retweet-button/trunk/wp-twitter-button.php
r554882 r646963 4 4 * Plugin URI: http://blog.ppfeufer.de/wordpress-plugin-wp-twitter-button/ 5 5 * Description: This plugin will install the official Twitter Button provided by Twitter to your Wordpress-Blog. 6 * Version: 1.1 46 * Version: 1.15 7 7 * Author: H.-Peter Pfeufer 8 8 * Author URI: http://ppfeufer.de 9 9 */ 10 10 11 define('WP_TWITTER_RETWEET_BUTTON_VERSION', '1.1 4');11 define('WP_TWITTER_RETWEET_BUTTON_VERSION', '1.15'); 12 12 13 13 /**
Note: See TracChangeset
for help on using the changeset viewer.