Changeset 2392340
- Timestamp:
- 10/02/2020 12:54:52 PM (5 years ago)
- Location:
- wp-lightbox-2/trunk
- Files:
-
- 15 added
- 2 edited
-
js (added)
-
js/babel.config.json (added)
-
js/dist (added)
-
js/dist/wp-lightbox-2.js (added)
-
js/dist/wp-lightbox-2.min.js (added)
-
js/package-lock.json (added)
-
js/package.json (added)
-
js/src (added)
-
js/src/index.js (added)
-
js/src/lightbox (added)
-
js/src/lightbox.js (added)
-
js/src/lightbox/Display.js (added)
-
js/src/lightbox/Events.js (added)
-
js/src/lightbox/Helper.js (added)
-
js/src/lightbox/Lightbox.js (added)
-
readme.txt (modified) (2 diffs)
-
wp-lightbox-2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-lightbox-2/trunk/readme.txt
r1312863 r2392340 1 1 === WP Lightbox 2 === 2 Contributors: smub, griffinjt 2 Contributors: smub, griffinjt, csskevin, chuck1982 3 3 Plugin Site: http://www.wpbeginner.com/ 4 4 Donate link: http://www.wpbeginner.com/ 5 5 Tags: 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 6 6 Requires at least: 3.0 7 Tested up to: 4.47 Tested up to: 5.5 8 8 Stable tag: trunk 9 9 License: GPLv2 or later … … 95 95 96 96 == 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 97 102 98 103 = 3.0.6.2 = -
wp-lightbox-2/trunk/wp-lightbox-2.php
r1312863 r2392340 4 4 * Plugin URI: http://wpdevart.com/wordpress-lightbox-plugin 5 5 * 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. 26 * Version: 3.0.6.3 7 7 * Author:Syed Balkhi 8 8 * Author URI: http://syedbalkhi.com … … 32 32 } 33 33 34 define('JQLB_SCRIPT', ' wp-lightbox-2.min.js');34 define('JQLB_SCRIPT', 'js/dist/wp-lightbox-2.min.js'); 35 35 load_plugin_textdomain('jqlb', false, dirname( plugin_basename( __FILE__ ) ) . '/I18n/'); 36 36 add_action('admin_init', 'jqlb_register_settings');
Note: See TracChangeset
for help on using the changeset viewer.