Changeset 848010
- Timestamp:
- 01/30/2014 01:49:35 AM (12 years ago)
- Location:
- wpinstagram-images-widget/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
wpinstagram-images-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpinstagram-images-widget/trunk/README.txt
r838047 r848010 3 3 Requires at least: 3.5 4 4 Tested up to: 3.6 beta 3 5 Stable tag: 1.2. 35 Stable tag: 1.2.4 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 64 63 65 v.1.2.3 - Add the option to hide (widget) image description; Bugfixes 64 66 -
wpinstagram-images-widget/trunk/wpinstagram-images-widget.php
r838047 r848010 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. 36 * Version: 1.2.4 7 7 * Author: Eduardo Stuart 8 8 * Author URI: http://eduardostuart.com.br … … 53 53 } 54 54 55 require_once WPINSTAGRAM_PATH_INC . 'simple_html_dom.php'; 55 if( !function_exists('file_get_html') ){ 56 require_once WPINSTAGRAM_PATH_INC . 'simple_html_dom.php'; 57 } 58 56 59 require_once WPINSTAGRAM_PATH_CLASS . 'InstagramCrawler.php'; 57 60 require_once WPINSTAGRAM_PATH_INC . 'functions.php';
Note: See TracChangeset
for help on using the changeset viewer.