Version Description
- 10.24.2018 =
- Fixed Fontawesome 4 compatibility
Download this release
Release Info
Developer | photocrati |
Plugin | NextGEN Gallery – WordPress Gallery Plugin |
Version | 3.0.16 |
Comparing to | |
See all releases |
Code changes from version 3.0.15 to 3.0.16
changelog.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
NextGEN Gallery
|
2 |
by Imagely
|
3 |
|
|
|
|
|
|
|
4 |
= v3.0.15 - 10.23.2018 =
|
5 |
* NEW: Added requirements notification manager
|
6 |
* Changed: Basic Thumbnails default setting from "[Show slideshow]" to "Show slideshow"
|
1 |
NextGEN Gallery
|
2 |
by Imagely
|
3 |
|
4 |
+
= V3.0.16 - 10.24.2018 =
|
5 |
+
* Fixed Fontawesome 4 compatibility
|
6 |
+
|
7 |
= v3.0.15 - 10.23.2018 =
|
8 |
* NEW: Added requirements notification manager
|
9 |
* Changed: Basic Thumbnails default setting from "[Show slideshow]" to "Show slideshow"
|
nggallery.php
CHANGED
@@ -4,7 +4,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
|
|
4 |
/**
|
5 |
* Plugin Name: NextGEN Gallery
|
6 |
* Description: The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 23 million downloads.
|
7 |
-
* Version: 3.0.
|
8 |
* Author: Imagely
|
9 |
* Plugin URI: https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/
|
10 |
* Author URI: https://www.imagely.com
|
@@ -663,7 +663,7 @@ class C_NextGEN_Bootstrap
|
|
663 |
define('NGG_PRODUCT_URL', path_join(str_replace("\\", '/', NGG_PLUGIN_URL), 'products'));
|
664 |
define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules'));
|
665 |
define('NGG_PLUGIN_STARTED_AT', microtime());
|
666 |
-
define('NGG_PLUGIN_VERSION', '3.0.
|
667 |
|
668 |
if (defined('SCRIPT_DEBUG') && SCRIPT_DEBUG)
|
669 |
define('NGG_SCRIPT_VERSION', (string)mt_rand(0, mt_getrandmax()));
|
4 |
/**
|
5 |
* Plugin Name: NextGEN Gallery
|
6 |
* Description: The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 23 million downloads.
|
7 |
+
* Version: 3.0.16
|
8 |
* Author: Imagely
|
9 |
* Plugin URI: https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/
|
10 |
* Author URI: https://www.imagely.com
|
663 |
define('NGG_PRODUCT_URL', path_join(str_replace("\\", '/', NGG_PLUGIN_URL), 'products'));
|
664 |
define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules'));
|
665 |
define('NGG_PLUGIN_STARTED_AT', microtime());
|
666 |
+
define('NGG_PLUGIN_VERSION', '3.0.16');
|
667 |
|
668 |
if (defined('SCRIPT_DEBUG') && SCRIPT_DEBUG)
|
669 |
define('NGG_SCRIPT_VERSION', (string)mt_rand(0, mt_getrandmax()));
|
products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php
CHANGED
@@ -225,8 +225,9 @@ class M_Gallery_Display extends C_Base_Module
|
|
225 |
);
|
226 |
}
|
227 |
|
|
|
228 |
wp_enqueue_script('fontawesome');
|
229 |
-
|
230 |
}
|
231 |
|
232 |
/**
|
225 |
);
|
226 |
}
|
227 |
|
228 |
+
wp_enqueue_script('fontawesome_v4_shim');
|
229 |
wp_enqueue_script('fontawesome');
|
230 |
+
|
231 |
}
|
232 |
|
233 |
/**
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: photocrati, imagely
|
3 |
Tags: wordpress gallery plugin, gallery, nextgen, nextgen gallery, photo gallery, image gallery, photography, slideshow, images, photo, photo album, watermark
|
4 |
Requires at least: 4.0.0
|
5 |
-
Stable tag: 3.0.
|
6 |
Tested up to: 4.9.8
|
7 |
License: GPLv2
|
8 |
|
@@ -183,6 +183,9 @@ For more information, feel free to visit the official website for the NextGEN Ga
|
|
183 |
|
184 |
== Changelog ==
|
185 |
|
|
|
|
|
|
|
186 |
= v3.0.15 - 10.23.2018 =
|
187 |
* NEW: Added requirements notification manager
|
188 |
* Changed: Basic Thumbnails default setting from "[Show slideshow]" to "Show slideshow"
|
2 |
Contributors: photocrati, imagely
|
3 |
Tags: wordpress gallery plugin, gallery, nextgen, nextgen gallery, photo gallery, image gallery, photography, slideshow, images, photo, photo album, watermark
|
4 |
Requires at least: 4.0.0
|
5 |
+
Stable tag: 3.0.16
|
6 |
Tested up to: 4.9.8
|
7 |
License: GPLv2
|
8 |
|
183 |
|
184 |
== Changelog ==
|
185 |
|
186 |
+
= V3.0.16 - 10.24.2018 =
|
187 |
+
* Fixed Fontawesome 4 compatibility
|
188 |
+
|
189 |
= v3.0.15 - 10.23.2018 =
|
190 |
* NEW: Added requirements notification manager
|
191 |
* Changed: Basic Thumbnails default setting from "[Show slideshow]" to "Show slideshow"
|