Plugin Directory

Changeset 946503


Ignore:
Timestamp:
07/10/2014 08:16:22 PM (12 years ago)
Author:
ArnaudBan
Message:

version 0.6.3

Location:
widget-embed-lastest-tweets
Files:
2 deleted
2 edited
7 copied

Legend:

Unmodified
Added
Removed
  • widget-embed-lastest-tweets/tags/0.6.3/readme.txt

    r907883 r946503  
    6060
    6161== Changelog ==
     62
     63= 0.6.3 =
     64
     65* fix : probleme with new tweet not showing
     66Thank you Christof Rodejohann
    6267
    6368= 0.6.2 =
  • widget-embed-lastest-tweets/tags/0.6.3/widget-embed-latest-tweets.php

    r907883 r946503  
    44 * Plugin URI: http://arnaudban.me/blog/portfolio/widget-embed-latest-tweets/
    55 * Description: A Widget to show your latest Tweets. Use the oEmbed methode and some cache. Visit the option page "Plugins->Widget Embed Last Plugin" to authentify yourself
    6  * Version: 0.6.2
     6 * Version: 0.6.3
    77 * Author: Arnaud Banvillet
    88 * Author URI: http://arnaudban.me
     
    428428                if( false === $tweet_html_transient ){
    429429
    430                     $tweet_html_transient = welt_get_tweet_html( $tweet_id, $options );
     430                    $tweet_html_transient = welt_get_tweet_html( $tweet_id, $instance );
    431431
    432432                    if( $tweet_html_transient ){
  • widget-embed-lastest-tweets/trunk/readme.txt

    r907883 r946503  
    6060
    6161== Changelog ==
     62
     63= 0.6.3 =
     64
     65* fix : probleme with new tweet not showing
     66Thank you Christof Rodejohann
    6267
    6368= 0.6.2 =
  • widget-embed-lastest-tweets/trunk/widget-embed-latest-tweets.php

    r907883 r946503  
    44 * Plugin URI: http://arnaudban.me/blog/portfolio/widget-embed-latest-tweets/
    55 * Description: A Widget to show your latest Tweets. Use the oEmbed methode and some cache. Visit the option page "Plugins->Widget Embed Last Plugin" to authentify yourself
    6  * Version: 0.6.2
     6 * Version: 0.6.3
    77 * Author: Arnaud Banvillet
    88 * Author URI: http://arnaudban.me
     
    428428                if( false === $tweet_html_transient ){
    429429
    430                     $tweet_html_transient = welt_get_tweet_html( $tweet_id, $options );
     430                    $tweet_html_transient = welt_get_tweet_html( $tweet_id, $instance );
    431431
    432432                    if( $tweet_html_transient ){
Note: See TracChangeset for help on using the changeset viewer.