Plugin Directory

Changeset 3069681


Ignore:
Timestamp:
04/12/2024 03:23:05 PM (2 years ago)
Author:
mpntod
Message:

Fixing "Creation of dynamic property is deprecated" problem in new versions of PHP

Location:
rotatingtweets/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rotatingtweets/trunk/lib/WP_OAuth.php

    r845566 r3069681  
    1111  public $key;
    1212  public $secret;
     13  public $callback_url; // Fix to cope with new PHP standards - 12/4/2024
    1314
    1415  function __construct($key, $secret, $callback_url=NULL) {
  • rotatingtweets/trunk/readme.txt

    r3058128 r3069681  
    193193
    194194== Upgrade notice ==
     195= 1.9.11 =
     196* [Bugfix] Remove "Creation of dynamic property is deprecated" error on more recent versions of PHP
     197
    195198= 1.9.10 =
    196199* [Bugfix] Remove "Trying to access array offset on value of type bool / null" error
  • rotatingtweets/trunk/rotatingtweets.php

    r2358809 r3069681  
    33Plugin Name: Rotating Tweets (Twitter widget & shortcode)
    44Description: Replaces a shortcode such as [rotatingtweets screen_name='your_twitter_name'], or a widget, with a rotating tweets display
    5 Version: 1.9.10
     5Version: 1.9.11
    66Text Domain: rotatingtweets
    77Domain Path: /languages
Note: See TracChangeset for help on using the changeset viewer.