Changeset 848017
- Timestamp:
- 01/30/2014 02:09:16 AM (12 years ago)
- Location:
- wpinstagram-images-widget/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
class/InstagramCrawler.php (modified) (1 diff)
-
wpinstagram-images-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpinstagram-images-widget/trunk/README.txt
r848010 r848017 3 3 Requires at least: 3.5 4 4 Tested up to: 3.6 beta 3 5 Stable tag: 1.2. 45 Stable tag: 1.2.5 6 6 7 7 Instagram Images Widget get your most recent activity at Instagram and display them in a Widget. … … 61 61 == Changelog == 62 62 63 v.1.2.4 - [Bug fix](http://wordpress.org/support/topic/triggered-a-fatal-error-on-activation) when used with nextgen gallery 63 v.1.2.5 - Bugfix 64 65 v.1.2.4 - [Bugfix](http://wordpress.org/support/topic/triggered-a-fatal-error-on-activation) when used with nextgen gallery 64 66 65 67 v.1.2.3 - Add the option to hide (widget) image description; Bugfixes -
wpinstagram-images-widget/trunk/class/InstagramCrawler.php
r837309 r848017 51 51 if(!is_null($script)) break; 52 52 53 if( preg_match("#(window\. _jscalls)#i",$item->innertext) ){53 if( preg_match("#(window\.(_jscalls|_sharedData))#i",$item->innertext) ){ 54 54 $script = $item->innertext; 55 break; 55 56 } 56 57 } -
wpinstagram-images-widget/trunk/wpinstagram-images-widget.php
r848010 r848017 4 4 * Plugin URI: http://eduardostuart.com.br/ 5 5 * Description: Instagram Images Widget get your most recent activity at Instagram and display them in a Widget. 6 * Version: 1.2. 46 * Version: 1.2.5 7 7 * Author: Eduardo Stuart 8 8 * Author URI: http://eduardostuart.com.br
Note: See TracChangeset
for help on using the changeset viewer.