Plugin Directory

Changeset 653026


Ignore:
Timestamp:
01/15/2013 03:14:51 PM (13 years ago)
Author:
bkmacdaddy
Message:

updated to version 2.2

Location:
pinterest-rss-widget
Files:
5 edited
2 copied

Legend:

Unmodified
Added
Removed
  • pinterest-rss-widget/tags/2.2/pinterest-rss-widget.php

    r588945 r653026  
    55Description: Display up to 25 of your latest Pinterest Pins in your sidebar. You are welcome to express your gratitude for this plugin by donating via <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SXTEL7YLUSFFC" target="_blank"><strong>PayPal</strong></a>
    66Author: bkmacdaddy designs
    7 Version: 2.01
     7Version: 2.1
    88Author URI: http://bkmacdaddy.com/
    99
     
    6060                $rss = fetch_feed($pinsfeed);
    6161                $rss->set_timeout(60);
    62 
     62               
    6363                // Figure out how many total items there are.               
    6464                $maxitems = $rss->get_item_quantity((int)$maxfeeds);
     
    8080                                        $thumb = $thumb[0]['attribs']['']['url'];                                           
    8181                                        $content .= '<img src="'.$thumb.'"';
    82                                         $content .= ' alt="'.$item->get_title().'"/>';
    83                                      } else if ( $useenclosures == 'yes' && $enclosure = $item->get_enclosure() ) {
    84                                         $enclosure = $item->get_enclosures();
    85                                         $content .= '<img src="'.$enclosure[0]->get_link().'"';
    8682                                        $content .= ' alt="'.$item->get_title().'"/>';
    8783                                    }  else {
  • pinterest-rss-widget/tags/2.2/readme.txt

    r588945 r653026  
    44Tags: Pinterest, rss, feed, widget
    55Requires at least: 2.8.4
    6 Tested up to: 3.3.1
     6Tested up to: 3.5
    77Stable tag: trunk
    88
     
    7070== Changelog ==
    7171
     72= 2.2 =
     73* Fixed code to work with latest version of WordPress (3.5)
     74
    7275= 2.01 =
    7376* Added timeout for RSS feed retrieval to avoid Call to undefined method WP_Error::get_item_quantity()
  • pinterest-rss-widget/tags/2.2/trunk/pinterest-rss-widget.php

    r588945 r653026  
    55Description: Display up to 25 of your latest Pinterest Pins in your sidebar. You are welcome to express your gratitude for this plugin by donating via <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SXTEL7YLUSFFC" target="_blank"><strong>PayPal</strong></a>
    66Author: bkmacdaddy designs
    7 Version: 2.01
     7Version: 2.2
    88Author URI: http://bkmacdaddy.com/
    99
     
    6060                $rss = fetch_feed($pinsfeed);
    6161                $rss->set_timeout(60);
    62 
     62               
    6363                // Figure out how many total items there are.               
    6464                $maxitems = $rss->get_item_quantity((int)$maxfeeds);
     
    8080                                        $thumb = $thumb[0]['attribs']['']['url'];                                           
    8181                                        $content .= '<img src="'.$thumb.'"';
    82                                         $content .= ' alt="'.$item->get_title().'"/>';
    83                                      } else if ( $useenclosures == 'yes' && $enclosure = $item->get_enclosure() ) {
    84                                         $enclosure = $item->get_enclosures();
    85                                         $content .= '<img src="'.$enclosure[0]->get_link().'"';
    8682                                        $content .= ' alt="'.$item->get_title().'"/>';
    8783                                    }  else {
  • pinterest-rss-widget/tags/2.2/trunk/readme.txt

    r588945 r653026  
    44Tags: Pinterest, rss, feed, widget
    55Requires at least: 2.8.4
    6 Tested up to: 3.3.1
     6Tested up to: 3.5
    77Stable tag: trunk
    88
     
    7070== Changelog ==
    7171
     72= 2.2 =
     73* Fixed code to work with latest version of WordPress (3.5)
     74
    7275= 2.01 =
    7376* Added timeout for RSS feed retrieval to avoid Call to undefined method WP_Error::get_item_quantity()
  • pinterest-rss-widget/trunk/pinterest-rss-widget.php

    r653017 r653026  
    55Description: Display up to 25 of your latest Pinterest Pins in your sidebar. You are welcome to express your gratitude for this plugin by donating via <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SXTEL7YLUSFFC" target="_blank"><strong>PayPal</strong></a>
    66Author: bkmacdaddy designs
    7 Version: 2.1
     7Version: 2.2
    88Author URI: http://bkmacdaddy.com/
    99
Note: See TracChangeset for help on using the changeset viewer.