NextCellent Gallery – NextGEN Legacy - Version 1.9.25.3

Version Description

  • 2015-02-21 - FIX =

What's in it for you?

  • Missing jQuery UI (again), now included
  • find_images_in_list incorrect parameter call causing other plugins to break

VERY IMPORTANT: Read ON!

NextCellent Gallery provides backward compatibility for older NextGEN until version 1.9.13 .

  • this plugin will gracefully deactivate if detects NextGEN is working (any version) to avoid compatibility issues.

  • Please remember to READ THE FAQ!!! Issues for failing to read the FAQ will be IGNORED!!!

  • If you like it, please spread the word and rate it accordingly. I guess a lot of annoyed users can take advantage of NextCellent. Thank you!

  • WE APPRECIATE YOUR FEEDBACK. Be our voice and comment it!!!!

Download this release

Release Info

Developer WPReady
Plugin Icon NextCellent Gallery – NextGEN Legacy
Version 1.9.25.3
Comparing to
See all releases

Code changes from version 1.9.25.2 to 1.9.25.3

Files changed (3) hide show
  1. lib/ngg-db.php +1 -1
  2. nggallery.php +3 -3
  3. readme.txt +8 -5
lib/ngg-db.php CHANGED
@@ -569,7 +569,7 @@ class nggdb {
569
  * @param $pids array of picture_ids
570
  * @return An array of nggImage objects representing the images
571
  */
572
- static function find_images_in_list( $pids, $exclude, $order) {
573
  global $wpdb;
574
 
575
  $qry = nggdb::find_images_query( $pids, $exclude, $order); //Build query to get images
569
  * @param $pids array of picture_ids
570
  * @return An array of nggImage objects representing the images
571
  */
572
+ static function find_images_in_list( $pids, $exclude = false, $order = 'NOTSET') {
573
  global $wpdb;
574
 
575
  $qry = nggdb::find_images_query( $pids, $exclude, $order); //Build query to get images
nggallery.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.wpgetready.com/nextcellent-gallery
5
  Description: A Photo Gallery for WordPress providing NextGEN legacy compatibility from version 1.9.13
6
  Author: WPGReady based on Alex Rabe & PhotoCrati work.
7
  Author URI: http://www.wpgetready.com
8
- Version: 1.9.25.2
9
 
10
  Copyright (c) 2007-2011 by Alex Rabe & NextGEN DEV-Team
11
  Copyright (c) 2012 Photocrati Media
@@ -52,7 +52,7 @@ if (!class_exists('nggLoader')) {
52
  */
53
  class nggLoader {
54
 
55
- var $version = '1.9.25.2';
56
  var $dbversion = '1.8.3';
57
  var $minimum_WP = '3.5';
58
  var $options = '';
@@ -503,7 +503,7 @@ if (!class_exists('nggLoader')) {
503
  // Load AJAX navigation script, works only with shutter script as we need to add the listener
504
  if ( $this->options['galAjaxNav'] ) {
505
  if ( ($this->options['thumbEffect'] == "shutter") || function_exists('srel_makeshutter') ) {
506
- wp_enqueue_script ( 'ngg_script', NGGALLERY_URLPATH . 'js/ngg.js', array('jquery', 'jquery-ui'), '2.1');
507
  wp_localize_script( 'ngg_script', 'ngg_ajax', array('path' => NGGALLERY_URLPATH,
508
  'callback' => trailingslashit( home_url() ) . 'index.php?callback=ngg-ajax',
509
  'loading' => __('loading', 'nggallery'),
5
  Description: A Photo Gallery for WordPress providing NextGEN legacy compatibility from version 1.9.13
6
  Author: WPGReady based on Alex Rabe & PhotoCrati work.
7
  Author URI: http://www.wpgetready.com
8
+ Version: 1.9.25.3
9
 
10
  Copyright (c) 2007-2011 by Alex Rabe & NextGEN DEV-Team
11
  Copyright (c) 2012 Photocrati Media
52
  */
53
  class nggLoader {
54
 
55
+ var $version = '1.9.25.3';
56
  var $dbversion = '1.8.3';
57
  var $minimum_WP = '3.5';
58
  var $options = '';
503
  // Load AJAX navigation script, works only with shutter script as we need to add the listener
504
  if ( $this->options['galAjaxNav'] ) {
505
  if ( ($this->options['thumbEffect'] == "shutter") || function_exists('srel_makeshutter') ) {
506
+ wp_enqueue_script ( 'ngg_script', NGGALLERY_URLPATH . 'js/ngg.js', array('jquery', 'jquery-ui-tooltip'), '2.1');
507
  wp_localize_script( 'ngg_script', 'ngg_ajax', array('path' => NGGALLERY_URLPATH,
508
  'callback' => trailingslashit( home_url() ) . 'index.php?callback=ngg-ajax',
509
  'loading' => __('loading', 'nggallery'),
readme.txt CHANGED
@@ -8,13 +8,12 @@ License: GPLv2
8
 
9
  == Description ==
10
 
11
- = 1.9.25.2 - 2015-02-06 - FIX =
12
 
13
  What's in it for you?
14
 
15
- * Missing jQuery UI, now included
16
- * Widgets not saving options
17
- * Animation glitches fix
18
 
19
 
20
  VERY IMPORTANT: Read ON!
@@ -325,6 +324,10 @@ Yes, since we use Javascript rather than flash, NextCellent Gallery is compatibl
325
 
326
  == Changelog ==
327
 
 
 
 
 
328
  = 1.9.25.2 - 06/02/2015 - FIX =
329
  * Missing jQuery UI, now included
330
  * Widgets not saving options
@@ -338,7 +341,7 @@ Yes, since we use Javascript rather than flash, NextCellent Gallery is compatibl
338
 
339
  = 1.9.25 - 26/01/2015 =
340
  * Tested up to Wordpress 4.1.
341
- * Fix for zup upload (Niko Strijbol)
342
  * More visual upgrade message (Niko Strijbol)
343
  * Preserve gallery's manual sort order in nggtags shortcode (Frank P. Walentynowicz)
344
  * Add a description field when adding a gallery (Niko Strijbol)
8
 
9
  == Description ==
10
 
11
+ = 1.9.25.3 - 2015-02-21 - FIX =
12
 
13
  What's in it for you?
14
 
15
+ * Missing jQuery UI (again), now included
16
+ * find_images_in_list incorrect parameter call causing other plugins to break
 
17
 
18
 
19
  VERY IMPORTANT: Read ON!
324
 
325
  == Changelog ==
326
 
327
+ = 1.9.25.3 - 06/02/2015 FIX (last round) =
328
+ * Missing jQuery UI (again), now included
329
+ * find_images_in_list incorrect parameter call causing other plugins to break
330
+
331
  = 1.9.25.2 - 06/02/2015 - FIX =
332
  * Missing jQuery UI, now included
333
  * Widgets not saving options
341
 
342
  = 1.9.25 - 26/01/2015 =
343
  * Tested up to Wordpress 4.1.
344
+ * Fix for zip upload (Niko Strijbol)
345
  * More visual upgrade message (Niko Strijbol)
346
  * Preserve gallery's manual sort order in nggtags shortcode (Frank P. Walentynowicz)
347
  * Add a description field when adding a gallery (Niko Strijbol)