Changeset 943394
- Timestamp:
- 07/04/2014 01:42:53 PM (12 years ago)
- Location:
- wpinstagram-images-widget/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
wpinstagram-images-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpinstagram-images-widget/trunk/README.txt
r935515 r943394 3 3 Requires at least: 3.5 4 4 Tested up to: 3.9.1 5 Stable tag: 2.0. 25 Stable tag: 2.0.3 6 6 7 7 Instagram Images Widget get your most recent activity at Instagram and display them in a Widget. … … 34 34 35 35 [jesstech](https://github.com/jesstech) - [Github pull](https://github.com/eduardostuart/wpinstagram-images-widget/pull/1) 36 [Kampfbereit](https://github.com/Kampfbereit) - [Github issue](https://github.com/eduardostuart/wpinstagram-images-widget/issues/2) 36 37 37 38 = Need Support? = … … 57 58 == Changelog == 58 59 60 v.2.0.3 - Notices - [Bugfixes](https://github.com/eduardostuart/wpinstagram-images-widget/issues/2) 61 59 62 v.2.0.1 - Bugfixes; New option to display inline photos; Better image load/download; 60 63 -
wpinstagram-images-widget/trunk/wpinstagram-images-widget.php
r935513 r943394 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: 2.0. 26 * Version: 2.0.3 7 7 * Author: Eduardo Stuart 8 8 * Author URI: http://eduardostuart.com.br … … 24 24 define('WPINSTAGRAM_CACHE_TIME' , 10); //minutes 25 25 define('WPINSTAGRAM_MAX_IMAGES' , 10); 26 define('WPINSTAGRAM_VERSION' , '2.0. 2');26 define('WPINSTAGRAM_VERSION' , '2.0.3'); 27 27 28 28 $upload_dir = wp_upload_dir();
Note: See TracChangeset
for help on using the changeset viewer.