Plugin Directory

Changeset 943394


Ignore:
Timestamp:
07/04/2014 01:42:53 PM (12 years ago)
Author:
pyro3x
Message:

readme updated

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

Legend:

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

    r935515 r943394  
    33Requires at least: 3.5
    44Tested up to: 3.9.1
    5 Stable tag: 2.0.2
     5Stable tag: 2.0.3
    66
    77Instagram Images Widget get your most recent activity at Instagram and display them in a Widget.
     
    3434
    3535[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)
    3637
    3738= Need Support? =
     
    5758== Changelog ==
    5859
     60v.2.0.3 - Notices - [Bugfixes](https://github.com/eduardostuart/wpinstagram-images-widget/issues/2)
     61
    5962v.2.0.1 - Bugfixes; New option to display inline photos; Better image load/download;
    6063
  • wpinstagram-images-widget/trunk/wpinstagram-images-widget.php

    r935513 r943394  
    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: 2.0.2
     6 * Version: 2.0.3
    77 * Author: Eduardo Stuart
    88 * Author URI: http://eduardostuart.com.br
     
    2424define('WPINSTAGRAM_CACHE_TIME'     , 10); //minutes
    2525define('WPINSTAGRAM_MAX_IMAGES'     , 10);
    26 define('WPINSTAGRAM_VERSION'        , '2.0.2');
     26define('WPINSTAGRAM_VERSION'        , '2.0.3');
    2727
    2828$upload_dir = wp_upload_dir();
Note: See TracChangeset for help on using the changeset viewer.