NextGEN Gallery – WordPress Gallery Plugin - Version 2.2.46

Version Description

  • 02.15.2018 =
  • Fixed: Broken Manage Albums page
Download this release

Release Info

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

Code changes from version 2.2.45 to 2.2.46

changelog.txt CHANGED
@@ -1,6 +1,9 @@
1
  NextGEN Gallery
2
  by Imagely
3
 
 
 
 
4
  = V2.2.45 - 02.14.2018 =
5
  * NEW: Partner page for Imagify image optimization
6
  * Secured: Image property escaping case-sensitive
1
  NextGEN Gallery
2
  by Imagely
3
 
4
+ = V2.2.46 - 02.15.2018 =
5
+ * Fixed: Broken Manage Albums page
6
+
7
  = V2.2.45 - 02.14.2018 =
8
  * NEW: Partner page for Imagify image optimization
9
  * Secured: Image property escaping case-sensitive
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 20 million downloads.
7
- * Version: 2.2.45
8
  * Author: Imagely
9
  * Plugin URI: https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/
10
  * Author URI: https://www.imagely.com
@@ -672,7 +672,7 @@ class C_NextGEN_Bootstrap
672
  define('NGG_PRODUCT_URL', path_join(str_replace("\\", '/', NGG_PLUGIN_URL), 'products'));
673
  define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules'));
674
  define('NGG_PLUGIN_STARTED_AT', microtime());
675
- define('NGG_PLUGIN_VERSION', '2.2.45');
676
 
677
  if (defined('SCRIPT_DEBUG') && SCRIPT_DEBUG)
678
  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 20 million downloads.
7
+ * Version: 2.2.46
8
  * Author: Imagely
9
  * Plugin URI: https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/
10
  * Author URI: https://www.imagely.com
672
  define('NGG_PRODUCT_URL', path_join(str_replace("\\", '/', NGG_PLUGIN_URL), 'products'));
673
  define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules'));
674
  define('NGG_PLUGIN_STARTED_AT', microtime());
675
+ define('NGG_PLUGIN_VERSION', '2.2.46');
676
 
677
  if (defined('SCRIPT_DEBUG') && SCRIPT_DEBUG)
678
  define('NGG_SCRIPT_VERSION', (string)mt_rand(0, mt_getrandmax()));
products/photocrati_nextgen/modules/ngglegacy/admin/admin.php CHANGED
@@ -138,6 +138,7 @@ class nggAdminPanel{
138
  window.location.search = '?skipjs[{$skipjs_count}]='+url;
139
  }
140
  }
 
141
  return true;
142
  };</script>\n",
143
  $html
138
  window.location.search = '?skipjs[{$skipjs_count}]='+url;
139
  }
140
  }
141
+ console.error(msg)
142
  return true;
143
  };</script>\n",
144
  $html
products/photocrati_nextgen/modules/ngglegacy/admin/album.php CHANGED
@@ -300,7 +300,7 @@ class nggManageAlbum {
300
  <style type="text/css">
301
  .select2-container {max-width: 580px; }
302
  .select2-drop { max-width: 580px; }
303
- .select2-choice { max-width: 580;}
304
  </style>
305
 
306
  <script type="text/javascript">
@@ -602,7 +602,7 @@ function showDialog() {
602
  'echo' => TRUE,
603
  'name' => 'pageid',
604
  'selected' => $album->pageid,
605
- 'show_option_none' => esc_html_('Not linked', 'nggallery'),
606
  'option_none_value' => 0
607
  ));
608
  $dropdown = ob_get_contents();
300
  <style type="text/css">
301
  .select2-container {max-width: 580px; }
302
  .select2-drop { max-width: 580px; }
303
+ .select2-choice { max-width: 580px;}
304
  </style>
305
 
306
  <script type="text/javascript">
602
  'echo' => TRUE,
603
  'name' => 'pageid',
604
  'selected' => $album->pageid,
605
+ 'show_option_none' => esc_html_e('Not linked', 'nggallery'),
606
  'option_none_value' => 0
607
  ));
608
  $dropdown = ob_get_contents();
products/photocrati_nextgen/modules/ngglegacy/module.ngglegacy.php CHANGED
@@ -23,7 +23,7 @@ class M_NggLegacy extends C_Base_Module
23
  'photocrati-nextgen-legacy',
24
  'NextGEN Legacy',
25
  'Embeds the original version of NextGEN 1.9.3 by Alex Rabe',
26
- '0.22',
27
  'https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/',
28
  'Imagely',
29
  'https://www.imagely.com'
23
  'photocrati-nextgen-legacy',
24
  'NextGEN Legacy',
25
  'Embeds the original version of NextGEN 1.9.3 by Alex Rabe',
26
+ '0.23',
27
  'https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/',
28
  'Imagely',
29
  'https://www.imagely.com'
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: 2.2.45
6
  Tested up to: 4.9.2
7
  License: GPLv2
8
 
@@ -187,6 +187,9 @@ For more information, feel free to visit the official website for the NextGEN Ga
187
 
188
  == Changelog ==
189
 
 
 
 
190
  = V2.2.45 - 02.14.2018 =
191
  * NEW: Partner page for Imagify image optimization
192
  * Secured: Image property escaping case-sensitive
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: 2.2.46
6
  Tested up to: 4.9.2
7
  License: GPLv2
8
 
187
 
188
  == Changelog ==
189
 
190
+ = V2.2.46 - 02.15.2018 =
191
+ * Fixed: Broken Manage Albums page
192
+
193
  = V2.2.45 - 02.14.2018 =
194
  * NEW: Partner page for Imagify image optimization
195
  * Secured: Image property escaping case-sensitive