Plugin Directory

Changeset 2283732


Ignore:
Timestamp:
04/15/2020 02:23:54 AM (6 years ago)
Author:
mnmlthms
Message:

update v1.3.2

Location:
wp-my-instagram
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-my-instagram/tags/1.3.2/wp-my-instagram.php

    r2281734 r2283732  
    44Plugin URI: https://wordpress.org/plugins/wp-my-instagram
    55Description: Display Instagram feeds on your site from your Instagram account
    6 Version: 1.3.1
     6Version: 1.3.2
    77Author: mnmlthms
    88Author URI: http://mnmlthms.com
     
    2929if ( ! defined( 'ABSPATH' ) ) exit;
    3030
    31 define( 'WP_MY_INSTAGRAM_VERSION', '1.3.1' );
     31define( 'WP_MY_INSTAGRAM_VERSION', '1.3.2' );
    3232define( 'WP_MY_INSTAGRAM_OPTION', 'wp_my_instagram' );
    3333
  • wp-my-instagram/trunk/wp-my-instagram.php

    r2269604 r2283732  
    44Plugin URI: https://wordpress.org/plugins/wp-my-instagram
    55Description: Display Instagram feeds on your site from your Instagram account
    6 Version: 1.3.1
     6Version: 1.3.2
    77Author: mnmlthms
    88Author URI: http://mnmlthms.com
     
    2929if ( ! defined( 'ABSPATH' ) ) exit;
    3030
    31 define( 'WP_MY_INSTAGRAM_VERSION', '1.3.1' );
     31define( 'WP_MY_INSTAGRAM_VERSION', '1.3.2' );
    3232define( 'WP_MY_INSTAGRAM_OPTION', 'wp_my_instagram' );
    3333
Note: See TracChangeset for help on using the changeset viewer.