Plugin Directory

Changeset 945945


Ignore:
Timestamp:
07/10/2014 02:24:35 AM (12 years ago)
Author:
eightface
Message:

Fixing cache bug

Location:
flickr-rss/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • flickr-rss/trunk/flickrrss.php

    r941995 r945945  
    1414
    1515        function flickrRSS() {
    16             $this->version = "6.0";
     16            $this->version = "5.3.1";
    1717        }
    1818
     
    182182                    ) {
    183183                        $img_to_cache = $thumbnail;
    184                         preg_match( '<http://farm[0-9]{0,3}\.static.?flickr\.com/\d+?\/([^.]*)\.jpg>', $img_to_cache, $flickrSlugMatches );
     184                        preg_match( '<https?://farm[0-9]{0,3}\.static.?flickr\.com/\d+?\/([^.]*)\.jpg>', $img_to_cache, $flickrSlugMatches );
    185185                        $flickrSlug = $flickrSlugMatches[1];
    186186                        if ( ! file_exists( "$fullPath$flickrSlug.jpg" ) ) {
  • flickr-rss/trunk/readme.txt

    r941995 r945945  
    44Requires at least: 3.5
    55Tested up to: 3.9
    6 Stable tag: 5.3
     6Stable tag: 5.3.1
    77
    88Allows you to integrate Flickr photos into your site. It supports user, set, favorite, group and community photostreams.
     
    8181== Plugin History ==
    8282
    83 **Latest Release:** July 1, 2014
     83**Latest Release:** July 3, 2014
    8484
     85* 5.3.1 - Updated cache to work with https urls, props ManxStef
    8586* 5.3 - Fixed feed urls to use https://, some fixes to deprecated functions and errors
    8687* 5.2 - Fixed image cache server name change, also had a nested function for some reason which was messing up multiple instances for people
Note: See TracChangeset for help on using the changeset viewer.