Plugin Directory

Changeset 848017


Ignore:
Timestamp:
01/30/2014 02:09:16 AM (12 years ago)
Author:
pyro3x
Message:

bugfix - regex pattern

Location:
wpinstagram-images-widget/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpinstagram-images-widget/trunk/README.txt

    r848010 r848017  
    33Requires at least: 3.5
    44Tested up to: 3.6 beta 3
    5 Stable tag: 1.2.4
     5Stable tag: 1.2.5
    66
    77Instagram Images Widget get your most recent activity at Instagram and display them in a Widget.
     
    6161== Changelog ==
    6262
    63 v.1.2.4 - [Bug fix](http://wordpress.org/support/topic/triggered-a-fatal-error-on-activation) when used with nextgen gallery
     63v.1.2.5 - Bugfix
     64
     65v.1.2.4 - [Bugfix](http://wordpress.org/support/topic/triggered-a-fatal-error-on-activation) when used with nextgen gallery
    6466
    6567v.1.2.3 - Add the option to hide (widget) image description; Bugfixes
  • wpinstagram-images-widget/trunk/class/InstagramCrawler.php

    r837309 r848017  
    5151                if(!is_null($script)) break;
    5252
    53                 if( preg_match("#(window\._jscalls)#i",$item->innertext) ){
     53                if( preg_match("#(window\.(_jscalls|_sharedData))#i",$item->innertext) ){
    5454                    $script = $item->innertext;
     55                    break;
    5556                }
    5657            }
  • wpinstagram-images-widget/trunk/wpinstagram-images-widget.php

    r848010 r848017  
    44 * Plugin URI: http://eduardostuart.com.br/
    55 * Description: Instagram Images Widget get your most recent activity at Instagram and display them in a Widget.
    6  * Version: 1.2.4
     6 * Version: 1.2.5
    77 * Author: Eduardo Stuart
    88 * Author URI: http://eduardostuart.com.br
Note: See TracChangeset for help on using the changeset viewer.