Plugin Directory

Changeset 2044837


Ignore:
Timestamp:
03/05/2019 09:03:03 PM (7 years ago)
Author:
buntisoft
Message:

connection issue solved for new token update

Location:
insta-gallery/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • insta-gallery/trunk/insta-gallery.php

    r2043631 r2044837  
    1010 * Text Domain: insta-gallery
    1111 * Domain Path: /languages/
    12  * Version: 2.1.5
     12 * Version: 2.1.6
    1313 */
    1414
     
    2525
    2626// global constants
    27 define('INSGALLERY_VER', '2.1.5');
     27define('INSGALLERY_VER', '2.1.6');
    2828define('INSGALLERY_PRODUCTION', true);
    2929
     
    207207                        $insgalleryIAC['access_token'] = $token;
    208208                        igf_saveIAC();
     209                        igf_clearTransients();
    209210                    }
    210211                }
  • insta-gallery/trunk/readme.txt

    r2043631 r2044837  
    55Requires PHP: 5.3
    66Tested up to: 5.0
    7 Stable tag: 2.1.5
     7Stable tag: 2.1.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2121**Demo:** you can see demo [Here](https://www.karansingh.ml/public/demo/insta-gallery/) or check 'screenshots' section below.
    2222
    23 **How to use:** add new gallery in plugin setting panel and copy/paste the generated shortcode in the pages/posts content OR you can use the 'Instagram Gallery' Widget within widget section.
     23**How to use:** generate Instagram access token and update the token in plugin panel. then add new gallery in plugin setting panel and copy/paste the generated shortcode in the pages/posts content OR you can use the 'Instagram Gallery' Widget within widget section.
    2424
    2525= Translations =
     
    7171
    7272== Changelog ==
     73= 2.1.6 =
     74* Fixed: connection issue on new access token update
     75
    7376= 2.1.5 =
    7477* Fixed: carousel image links
     
    231234
    232235== Upgrade Notice ==
     236= 2.1.6 =
     237connection issue solved for new token update
     238
    233239= 2.1.5 =
    234240Carousel links issue solved
Note: See TracChangeset for help on using the changeset viewer.