Plugin Directory

Changeset 2269601


Ignore:
Timestamp:
03/28/2020 04:50:18 AM (6 years ago)
Author:
mnmlthms
Message:

new v1.3.1

Location:
wp-my-instagram
Files:
2 edited

Legend:

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

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

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