Plugin Directory

Changeset 1990371


Ignore:
Timestamp:
12/10/2018 05:57:51 AM (7 years ago)
Author:
buntisoft
Message:

code issue solved

Location:
insta-gallery/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • insta-gallery/trunk/app/wp-front.php

    r1990097 r1990371  
    6767    wp_enqueue_script('insta-gallery');
    6868    wp_enqueue_script('swiper');
    69      wp_enqueue_script('magnific-popup');
     69    wp_enqueue_script('magnific-popup');
    7070}
    7171include_once (INSGALLERY_PATH . 'app/Libra/InstagramSpider.php');
     
    9999    }
    100100   
    101     /*
     101    $IGItem = $InstaGalleryItems[$gid];
     102   
    102103    wp_enqueue_script('insta-gallery');
    103    
    104     $IGItem = $InstaGalleryItems[$gid];
    105104    if ($IGItem['ig_display_type'] == 'gallery') {
    106105        wp_enqueue_script('magnific-popup');
     
    109108        wp_enqueue_script('magnific-popup');
    110109    }
    111     */
    112110   
    113111    $insta_source = ($IGItem['ig_select_from'] == 'username') ? 'user_' . $IGItem['insta_user'] : 'tag_' . $IGItem['insta_tag'];
  • insta-gallery/trunk/insta-gallery.php

    r1990097 r1990371  
    1010 * Text Domain: insta-gallery
    1111 * Domain Path: /languages/
    12  * Version: 1.6.5
     12 * Version: 1.6.6
    1313 */
    1414
     
    2626
    2727// global constants
    28 define('INSGALLERY_VER', '1.6.5');
     28define('INSGALLERY_VER', '1.6.6');
    2929define('INSGALLERY_PRODUCTION', true);
    3030
  • insta-gallery/trunk/readme.txt

    r1990097 r1990371  
    55Requires PHP: 5.3
    66Tested up to: 5.0
    7 Stable tag: 1.6.5
     7Stable tag: 1.6.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7474
    7575== Changelog ==
     76= 1.6.6 =
     77code bug fixed
     78
    7679= 1.6.5 =
    7780JS files issue with WP5 solved
     
    212215
    213216== Upgrade Notice ==
     217= 1.6.6 =
     218coding issue solved
     219
    214220= 1.6.5 =
    215221JS issue solved
Note: See TracChangeset for help on using the changeset viewer.