Plugin Directory

Changeset 848010


Ignore:
Timestamp:
01/30/2014 01:49:35 AM (12 years ago)
Author:
pyro3x
Message:

bugfix - conflict with nextgen gallery

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

Legend:

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

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

    r838047 r848010  
    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.3
     6 * Version: 1.2.4
    77 * Author: Eduardo Stuart
    88 * Author URI: http://eduardostuart.com.br
     
    5353}
    5454
    55 require_once WPINSTAGRAM_PATH_INC   . 'simple_html_dom.php';
     55if( !function_exists('file_get_html') ){
     56    require_once WPINSTAGRAM_PATH_INC   . 'simple_html_dom.php';
     57}
     58
    5659require_once WPINSTAGRAM_PATH_CLASS . 'InstagramCrawler.php';
    5760require_once WPINSTAGRAM_PATH_INC   . 'functions.php';
Note: See TracChangeset for help on using the changeset viewer.