Plugin Directory

Changeset 2153183


Ignore:
Timestamp:
09/08/2019 10:04:35 PM (7 years ago)
Author:
mnmlthms
Message:

New Update

Location:
wp-my-instagram
Files:
24 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-my-instagram/trunk/inc/public/main.php

    r2136695 r2153183  
    213213                return false;
    214214
    215             $remote = wp_remote_get( $url, array( 'timeout' => 120, 'sslverify' => false ) );
     215            $remote = wp_remote_get( $url, array(
     216                'user-agent' => 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',
     217                'timeout' => 120,
     218                'sslverify' => false
     219            ) );
    216220
    217221            if ( is_wp_error( $remote ) )
  • wp-my-instagram/trunk/readme.txt

    r2136695 r2153183  
    44Tags: instagram, widget
    55Requires at least: 3.9
    6 Tested up to: 5.2.2
    7 Stable tag: 1.1.9
     6Tested up to: 5.2.3
     7Stable tag: 1.2.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6565== Changelog ==
    6666
     67= 1.2.0 - SEP 8 2019 =
     68* BUGFIXES ;)
     69
    6770= 1.1.9 - Aug 8 2019 =
    6871* bugfixes & improvements
  • wp-my-instagram/trunk/wp-my-instagram.php

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