Plugin Directory

Changeset 2392336


Ignore:
Timestamp:
10/02/2020 12:48:57 PM (5 years ago)
Author:
csskevin
Message:

tagging version 3.0.6.3

Location:
wp-lightbox-2/tags/3.0.6.3
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-lightbox-2/tags/3.0.6.3/readme.txt

    r1312863 r2392336  
    11=== WP Lightbox 2 ===
    2 Contributors: smub, griffinjt
     2Contributors: smub, griffinjt, csskevin, chuck1982
    33Plugin Site: http://www.wpbeginner.com/
    44Donate link: http://www.wpbeginner.com/
    55Tags: lightbox, image, gallery, photo gallery, lightbox popup, responsive lightbox, wordpress lightbox, lightbox gallery, gallery lightbox, wordpress image lightbox, image lightbox, popup lightbox, wordpress slideshow lightbox, lightbox image, popup images, popup image, wordpress video gallery lightbox,  google map lightbox popup, swipe, google map lightbox, popup bar, popup block
    66Requires at least: 3.0
    7 Tested up to: 4.4
     7Tested up to: 5.5
    88Stable tag: trunk
    99License: GPLv2 or later
     
    9595
    9696== Changelog ==
     97
     98= 3.0.6.3 =
     99* Code Rewrite
     100* Added NodeJs and Babel for minifiying the script to reduce script size
     101* Fix: Wordpress 5.5 compatibility
    97102
    98103= 3.0.6.2 =
  • wp-lightbox-2/tags/3.0.6.3/wp-lightbox-2.php

    r1312863 r2392336  
    44 * Plugin URI: http://wpdevart.com/wordpress-lightbox-plugin
    55 * Description: WP Lightbox 2 is awesome tool for adding responsive lightbox (overlay) effect for images and also create lightbox for photo albums/galleries on your WordPress blog. WordPress Lightbox is one of the most useful plugins for your website.
    6  * Version: 3.0.6.2
     6 * Version: 3.0.6.3
    77 * Author:Syed Balkhi
    88 * Author URI: http://syedbalkhi.com
     
    3232    }
    3333
    34     define('JQLB_SCRIPT', 'wp-lightbox-2.min.js');
     34    define('JQLB_SCRIPT', 'js/dist/wp-lightbox-2.min.js');
    3535    load_plugin_textdomain('jqlb', false, dirname( plugin_basename( __FILE__ ) ) . '/I18n/');   
    3636    add_action('admin_init', 'jqlb_register_settings');
Note: See TracChangeset for help on using the changeset viewer.