Changeset 2761666
- Timestamp:
- 07/26/2022 10:12:30 AM (4 years ago)
- Location:
- good-old-twitter-feed-widget
- Files:
-
- 28 added
- 1 deleted
- 2 edited
-
tags/1.2.5 (deleted)
-
tags/1.2.6 (added)
-
tags/1.2.6/assets (added)
-
tags/1.2.6/assets/banner-772x250.png (added)
-
tags/1.2.6/assets/screenshot-1.png (added)
-
tags/1.2.6/assets/screenshot-2.png (added)
-
tags/1.2.6/good_old_twitter_widget.php (added)
-
tags/1.2.6/index.php (added)
-
tags/1.2.6/languages (added)
-
tags/1.2.6/languages/rstw-de_DE.mo (added)
-
tags/1.2.6/languages/rstw-de_DE.po (added)
-
tags/1.2.6/languages/rstw-es_ES.mo (added)
-
tags/1.2.6/languages/rstw-es_ES.po (added)
-
tags/1.2.6/languages/rstw-fr_FR.mo (added)
-
tags/1.2.6/languages/rstw-fr_FR.po (added)
-
tags/1.2.6/languages/rstw-it_IT.mo (added)
-
tags/1.2.6/languages/rstw-it_IT.po (added)
-
tags/1.2.6/languages/rstw-pl_PL.mo (added)
-
tags/1.2.6/languages/rstw-pl_PL.po (added)
-
tags/1.2.6/languages/rstw-pt_BR.mo (added)
-
tags/1.2.6/languages/rstw-pt_BR.po (added)
-
tags/1.2.6/languages/rstw-sk_SK.mo (added)
-
tags/1.2.6/languages/rstw-sk_SK.po (added)
-
tags/1.2.6/lib (added)
-
tags/1.2.6/lib/class-wp-codebird.php (added)
-
tags/1.2.6/lib/codebird.php (added)
-
tags/1.2.6/readme.txt (added)
-
tags/1.2.6/twitter_small.png (added)
-
tags/1.2.6/uninstall.php (added)
-
trunk/good_old_twitter_widget.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
good-old-twitter-feed-widget/trunk/good_old_twitter_widget.php
r2733753 r2761666 5 5 Description: Displays your public Twitter messages in the sidebar of your blog. All your visitors will see your public tweets! 6 6 Author: whiletrue 7 Version: 1.2. 57 Version: 1.2.6 8 8 Author URI: https://www.whiletrue.it/ 9 9 */ … … 606 606 607 607 if ( 608 $options['images'] 608 isset($options['images']) 609 && $options['images'] 609 610 && isset($message['entities']['media'][0]['media_url_https']) 610 611 && $message['entities']['media'][0]['media_url_https'] != '' -
good-old-twitter-feed-widget/trunk/readme.txt
r2733753 r2761666 5 5 Requires at least: 2.9+ 6 6 Tested up to: 6.0 7 Stable tag: 1.2. 57 Stable tag: 1.2.6 8 8 9 9 Shows the latest tweets from a Twitter account in a sidebar widget. … … 186 186 == Changelog == 187 187 188 = 1.2.5 = 188 = 1.2.6 = 189 * Fixed: PHP8 warnings 189 190 * Plugin tested up to WordPress 6.0 190 191
Note: See TracChangeset
for help on using the changeset viewer.