NextGEN Gallery – WordPress Gallery Plugin - Version 2.0.79

Version Description

  • 03.20.2015 =
  • Secured: Usage of find_in_set() mysql function
Download this release

Release Info

Developer photocrati
Plugin Icon 128x128 NextGEN Gallery – WordPress Gallery Plugin
Version 2.0.79
Comparing to
See all releases

Code changes from version 2.0.77.3 to 2.0.79

.hg_archival.txt CHANGED
@@ -1,4 +1,4 @@
1
  repo: 2b82bc45fbe039c6f4c9f0c667e9cd1ee4d84cbb
2
- node: 2ed5f4d1c1b86dc355dbec73ee023858d16f5932
3
- branch: 2.0.77.3
4
- tag: 2.0.77.3
1
  repo: 2b82bc45fbe039c6f4c9f0c667e9cd1ee4d84cbb
2
+ node: a1941ca75c83c8ef644221154d41c5e65adb00b8
3
+ branch: 2.0.79
4
+ tag: 2.0.79
changelog.txt CHANGED
@@ -1,6 +1,9 @@
1
  NextGEN Gallery
2
  by Photocrati Media
3
 
 
 
 
4
  = V2.0.77.3 - 03.12.2015 =
5
  * Secured: Upload images and importing galleries from folders
6
  * Fixed: When importing galleries from folders, allow symlinks
1
  NextGEN Gallery
2
  by Photocrati Media
3
 
4
+ = V2.0.79 - 03.20.2015 =
5
+ * Secured: Usage of find_in_set() mysql function
6
+
7
  = V2.0.77.3 - 03.12.2015 =
8
  * Secured: Upload images and importing galleries from folders
9
  * Fixed: When importing galleries from folders, allow symlinks
nggallery.php CHANGED
@@ -4,7 +4,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
4
  /**
5
  * Plugin Name: NextGEN Gallery by Photocrati
6
  * Description: The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 12 million downloads.
7
- * Version: 2.0.77.3
8
  * Author: Photocrati Media
9
  * Plugin URI: http://www.nextgen-gallery.com
10
  * Author URI: http://www.photocrati.com
@@ -584,7 +584,7 @@ class C_NextGEN_Bootstrap
584
  define('NGG_PRODUCT_URL', path_join(str_replace("\\", '/', NGG_PLUGIN_URL), 'products'));
585
  define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules'));
586
  define('NGG_PLUGIN_STARTED_AT', microtime());
587
- define('NGG_PLUGIN_VERSION', '2.0.77.3');
588
 
589
  if (!defined('NGG_HIDE_STRICT_ERRORS')) {
590
  define('NGG_HIDE_STRICT_ERRORS', TRUE);
4
  /**
5
  * Plugin Name: NextGEN Gallery by Photocrati
6
  * Description: The most popular gallery plugin for WordPress and one of the most popular plugins of all time with over 12 million downloads.
7
+ * Version: 2.0.79
8
  * Author: Photocrati Media
9
  * Plugin URI: http://www.nextgen-gallery.com
10
  * Author URI: http://www.photocrati.com
584
  define('NGG_PRODUCT_URL', path_join(str_replace("\\", '/', NGG_PLUGIN_URL), 'products'));
585
  define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules'));
586
  define('NGG_PLUGIN_STARTED_AT', microtime());
587
+ define('NGG_PLUGIN_VERSION', '2.0.79');
588
 
589
  if (!defined('NGG_HIDE_STRICT_ERRORS')) {
590
  define('NGG_HIDE_STRICT_ERRORS', TRUE);
products/photocrati_nextgen/modules/nextgen_gallery_display/package.module.nextgen_gallery_display.php CHANGED
@@ -1059,6 +1059,7 @@ class Mixin_Displayed_Gallery_Queries extends Mixin
1059
  */
1060
  public function _add_find_in_set_column($select, $key, $array, $alias, $add_column = FALSE)
1061
  {
 
1062
  $set = implode(',', array_reverse($array));
1063
  if (!$select) {
1064
  $select = '1';
1059
  */
1060
  public function _add_find_in_set_column($select, $key, $array, $alias, $add_column = FALSE)
1061
  {
1062
+ $array = array_map('intval', $array);
1063
  $set = implode(',', array_reverse($array));
1064
  if (!$select) {
1065
  $select = '1';
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: photocrati
3
  Tags: nextgen, nextgen gallery, gallery, galleries, image, images, image gallery, photo, photos, photo gallery, picture, pictures, picture gallery, album, albums, photo albums, image album, media, media gallery, thumbnails, thumbnail gallery, thumbnail galleries, slideshow, slideshows, slideshow gallery, slideshow galleries, fancybox, lightbox, responsive, responsive gallery, responsive galleries, wordpress responsive gallery, nextcellent, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugins, best gallery plugin, free photo gallery, singlepic, image captions imagebrowser, watermarks, watermarking, photography, photographer
4
  Requires at least: 3.6.1
5
  Tested up to: 4.1.1
6
- Stable tag: 2.0.77.3
7
  License: GPLv2
8
 
9
  The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 12 million downloads.
@@ -199,6 +199,9 @@ For more information, feel free to visit the official website for the NextGEN Ga
199
 
200
  == Changelog ==
201
 
 
 
 
202
  = V2.0.77.3 - 03.12.2015 =
203
  * Secured: Upload images and importing galleries from folders
204
  * Fixed: When importing galleries from folders, allow symlinks
3
  Tags: nextgen, nextgen gallery, gallery, galleries, image, images, image gallery, photo, photos, photo gallery, picture, pictures, picture gallery, album, albums, photo albums, image album, media, media gallery, thumbnails, thumbnail gallery, thumbnail galleries, slideshow, slideshows, slideshow gallery, slideshow galleries, fancybox, lightbox, responsive, responsive gallery, responsive galleries, wordpress responsive gallery, nextcellent, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugins, best gallery plugin, free photo gallery, singlepic, image captions imagebrowser, watermarks, watermarking, photography, photographer
4
  Requires at least: 3.6.1
5
  Tested up to: 4.1.1
6
+ Stable tag: 2.0.79
7
  License: GPLv2
8
 
9
  The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 12 million downloads.
199
 
200
  == Changelog ==
201
 
202
+ = V2.0.79 - 03.20.2015 =
203
+ * Secured: Usage of find_in_set() mysql function
204
+
205
  = V2.0.77.3 - 03.12.2015 =
206
  * Secured: Upload images and importing galleries from folders
207
  * Fixed: When importing galleries from folders, allow symlinks