NextGEN Gallery – WordPress Gallery Plugin - Version 3.2.0

Version Description

  • 05.07.2019 =
  • NEW: Branding update
  • NEW: API methods for detecting NextGEN provided pages and custom post types
  • Fixed: Missing menus after Reset
  • Fixed: Ajax pagination with Simplelightbox
  • Fixed: Datamapper query cache not purged after saving an entity
  • Fixed: Gallery folder not created when using Manage Galleries -> New Gallery
  • Fixed: Notifications not appearing on all Nextgen-provided pages
  • Fixed: Gallery wizard conflicting with NextGEN Pro ecommerce wizard
  • Fixed: Upgrade to pro button
  • Fixed: NGG activation transient not given a time-to-live value
Download this release

Release Info

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

Code changes from version 3.1.19 to 3.2.0

Files changed (3) hide show
  1. changelog.txt +1 -1
  2. nggallery.php +2 -2
  3. readme.txt +2 -2
changelog.txt CHANGED
@@ -1,7 +1,7 @@
1
  NextGEN Gallery
2
  by Imagely
3
 
4
- = V3.1.19 - 05.07.2019 =
5
  * NEW: Branding update
6
  * NEW: API methods for detecting NextGEN provided pages and custom post types
7
  * Fixed: Missing menus after Reset
1
  NextGEN Gallery
2
  by Imagely
3
 
4
+ = V3.2.0 - 05.07.2019 =
5
  * NEW: Branding update
6
  * NEW: API methods for detecting NextGEN provided pages and custom post types
7
  * Fixed: Missing menus after Reset
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 25 million downloads.
7
- * Version: 3.1.19
8
  * Author: Imagely
9
  * Plugin URI: https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/
10
  * Author URI: https://www.imagely.com
@@ -725,7 +725,7 @@ class C_NextGEN_Bootstrap
725
  define('NGG_PRODUCT_URL', path_join(str_replace("\\" , '/', NGG_PLUGIN_URL), 'products'));
726
  define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules'));
727
  define('NGG_PLUGIN_STARTED_AT', microtime());
728
- define('NGG_PLUGIN_VERSION', '3.1.19');
729
 
730
  define(
731
  'NGG_SCRIPT_VERSION',
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 25 million downloads.
7
+ * Version: 3.2.0
8
  * Author: Imagely
9
  * Plugin URI: https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/
10
  * Author URI: https://www.imagely.com
725
  define('NGG_PRODUCT_URL', path_join(str_replace("\\" , '/', NGG_PLUGIN_URL), 'products'));
726
  define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules'));
727
  define('NGG_PLUGIN_STARTED_AT', microtime());
728
+ define('NGG_PLUGIN_VERSION', '3.2.0');
729
 
730
  define(
731
  'NGG_SCRIPT_VERSION',
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.1.19
6
  Tested up to: 5.1.1
7
  License: GPLv2
8
 
@@ -183,7 +183,7 @@ For more information, feel free to visit the official website for the NextGEN Ga
183
 
184
  == Changelog ==
185
 
186
- = V3.1.19 - 05.07.2019 =
187
  * NEW: Branding update
188
  * NEW: API methods for detecting NextGEN provided pages and custom post types
189
  * Fixed: Missing menus after Reset
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.2.0
6
  Tested up to: 5.1.1
7
  License: GPLv2
8
 
183
 
184
  == Changelog ==
185
 
186
+ = V3.2.0 - 05.07.2019 =
187
  * NEW: Branding update
188
  * NEW: API methods for detecting NextGEN provided pages and custom post types
189
  * Fixed: Missing menus after Reset