Plugin Directory

Changeset 2761666


Ignore:
Timestamp:
07/26/2022 10:12:30 AM (4 years ago)
Author:
whiletrue
Message:

release 1.2.6

Location:
good-old-twitter-feed-widget
Files:
28 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • good-old-twitter-feed-widget/trunk/good_old_twitter_widget.php

    r2733753 r2761666  
    55Description: Displays your public Twitter messages in the sidebar of your blog. All your visitors will see your public tweets!
    66Author: whiletrue
    7 Version: 1.2.5
     7Version: 1.2.6
    88Author URI: https://www.whiletrue.it/
    99*/
     
    606606
    607607            if (
    608                 $options['images']
     608                isset($options['images'])
     609                && $options['images']
    609610                && isset($message['entities']['media'][0]['media_url_https'])
    610611                && $message['entities']['media'][0]['media_url_https'] != ''
  • good-old-twitter-feed-widget/trunk/readme.txt

    r2733753 r2761666  
    55Requires at least: 2.9+
    66Tested up to: 6.0
    7 Stable tag: 1.2.5
     7Stable tag: 1.2.6
    88
    99Shows the latest tweets from a Twitter account in a sidebar widget.
     
    186186== Changelog ==
    187187
    188 = 1.2.5 =
     188= 1.2.6 =
     189* Fixed: PHP8 warnings
    189190* Plugin tested up to WordPress 6.0
    190191
Note: See TracChangeset for help on using the changeset viewer.