Version Description
Download this release
Release Info
Developer | photocrati |
Plugin | NextGEN Gallery – WordPress Gallery Plugin |
Version | 2.1.68 |
Comparing to | |
See all releases |
Code changes from version 2.1.69 to 2.1.68
changelog.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
NextGEN Gallery
|
2 |
by Imagely
|
3 |
|
4 |
-
= V2.1.
|
5 |
-
* Fixed: Ensured compatibility with WordPress 4.7.1
|
6 |
* Fixed: Missing option names on setting pages when Wizard active
|
7 |
* Fixed: Ensure that NextGEN Gallery is always loaded after it's extension plugins in WP 4.7
|
8 |
* Fixed: Pope product uninstaller not running during activation
|
1 |
NextGEN Gallery
|
2 |
by Imagely
|
3 |
|
4 |
+
= V2.1.67 - 01.16.2016 =
|
|
|
5 |
* Fixed: Missing option names on setting pages when Wizard active
|
6 |
* Fixed: Ensure that NextGEN Gallery is always loaded after it's extension plugins in WP 4.7
|
7 |
* Fixed: Pope product uninstaller not running during activation
|
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 16 million downloads.
|
7 |
-
* Version: 2.1.
|
8 |
* Author: Imagely
|
9 |
* Plugin URI: https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/
|
10 |
* Author URI: https://www.imagely.com
|
@@ -623,7 +623,7 @@ class C_NextGEN_Bootstrap
|
|
623 |
define('NGG_PRODUCT_URL', path_join(str_replace("\\", '/', NGG_PLUGIN_URL), 'products'));
|
624 |
define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules'));
|
625 |
define('NGG_PLUGIN_STARTED_AT', microtime());
|
626 |
-
define('NGG_PLUGIN_VERSION', '2.1.
|
627 |
|
628 |
if (defined('SCRIPT_DEBUG') && SCRIPT_DEBUG)
|
629 |
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 16 million downloads.
|
7 |
+
* Version: 2.1.67
|
8 |
* Author: Imagely
|
9 |
* Plugin URI: https://www.imagely.com/wordpress-gallery-plugin/nextgen-gallery/
|
10 |
* Author URI: https://www.imagely.com
|
623 |
define('NGG_PRODUCT_URL', path_join(str_replace("\\", '/', NGG_PLUGIN_URL), 'products'));
|
624 |
define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules'));
|
625 |
define('NGG_PLUGIN_STARTED_AT', microtime());
|
626 |
+
define('NGG_PLUGIN_VERSION', '2.1.67');
|
627 |
|
628 |
if (defined('SCRIPT_DEBUG') && SCRIPT_DEBUG)
|
629 |
define('NGG_SCRIPT_VERSION', (string)mt_rand(0, mt_getrandmax()));
|
products/photocrati_nextgen/modules/nextgen_admin/static/imagely_icon.png
ADDED
Binary file
|
products/photocrati_nextgen/modules/nextgen_admin/static/imagely_logo.png
ADDED
Binary file
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: photocrati, imagely
|
3 |
Tags: gallery, wordpress gallery plugin, nextgen, nextgen gallery, photo gallery, photo album, photos, image gallery, image, images, photography, photographer, watermarking, responsive gallery, slideshow, thumbnail gallery, watermarking, watermark
|
4 |
Requires at least: 4.0.0
|
5 |
-
Stable tag: 2.1.
|
6 |
-
Tested up to: 4.7.
|
7 |
License: GPLv2
|
8 |
|
9 |
The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 16 million downloads.
|
@@ -187,8 +187,7 @@ For more information, feel free to visit the official website for the NextGEN Ga
|
|
187 |
|
188 |
== Changelog ==
|
189 |
|
190 |
-
= V2.1.
|
191 |
-
* Fixed: Ensured compatibility with WordPress 4.7.1
|
192 |
* Fixed: Missing option names on setting pages when Wizard active
|
193 |
* Fixed: Ensure that NextGEN Gallery is always loaded after it's extension plugins in WP 4.7
|
194 |
* Fixed: Pope product uninstaller not running during activation
|
2 |
Contributors: photocrati, imagely
|
3 |
Tags: gallery, wordpress gallery plugin, nextgen, nextgen gallery, photo gallery, photo album, photos, image gallery, image, images, photography, photographer, watermarking, responsive gallery, slideshow, thumbnail gallery, watermarking, watermark
|
4 |
Requires at least: 4.0.0
|
5 |
+
Stable tag: 2.1.68
|
6 |
+
Tested up to: 4.7.0
|
7 |
License: GPLv2
|
8 |
|
9 |
The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 16 million downloads.
|
187 |
|
188 |
== Changelog ==
|
189 |
|
190 |
+
= V2.1.67 - 01.16.2016 =
|
|
|
191 |
* Fixed: Missing option names on setting pages when Wizard active
|
192 |
* Fixed: Ensure that NextGEN Gallery is always loaded after it's extension plugins in WP 4.7
|
193 |
* Fixed: Pope product uninstaller not running during activation
|