Changeset 3069681
- Timestamp:
- 04/12/2024 03:23:05 PM (2 years ago)
- Location:
- rotatingtweets/trunk
- Files:
-
- 3 edited
-
lib/WP_OAuth.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
rotatingtweets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rotatingtweets/trunk/lib/WP_OAuth.php
r845566 r3069681 11 11 public $key; 12 12 public $secret; 13 public $callback_url; // Fix to cope with new PHP standards - 12/4/2024 13 14 14 15 function __construct($key, $secret, $callback_url=NULL) { -
rotatingtweets/trunk/readme.txt
r3058128 r3069681 193 193 194 194 == Upgrade notice == 195 = 1.9.11 = 196 * [Bugfix] Remove "Creation of dynamic property is deprecated" error on more recent versions of PHP 197 195 198 = 1.9.10 = 196 199 * [Bugfix] Remove "Trying to access array offset on value of type bool / null" error -
rotatingtweets/trunk/rotatingtweets.php
r2358809 r3069681 3 3 Plugin Name: Rotating Tweets (Twitter widget & shortcode) 4 4 Description: Replaces a shortcode such as [rotatingtweets screen_name='your_twitter_name'], or a widget, with a rotating tweets display 5 Version: 1.9.1 05 Version: 1.9.11 6 6 Text Domain: rotatingtweets 7 7 Domain Path: /languages
Note: See TracChangeset
for help on using the changeset viewer.