Version Description
- 12.23.2015 =
- Fixed: Removed inner redundant nextgen-gallery directory
Download this release
Release Info
Developer | photocrati |
Plugin | NextGEN Gallery – WordPress Gallery Plugin |
Version | 2.1.20 |
Comparing to | |
See all releases |
Code changes from version 2.1.19 to 2.1.20
- changelog.txt +3 -0
- nggallery.php +2 -2
- readme.txt +4 -1
changelog.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
NextGEN Gallery
|
2 |
by Photocrati Media
|
3 |
|
|
|
|
|
|
|
4 |
= V2.1.19 - 12.23.2015 =
|
5 |
* Fixed: PHP warning about incorrect usage of parse_url()
|
6 |
|
1 |
NextGEN Gallery
|
2 |
by Photocrati Media
|
3 |
|
4 |
+
= V2.1.20 - 12.23.2015 =
|
5 |
+
* Fixed: Removed inner redundant nextgen-gallery directory
|
6 |
+
|
7 |
= V2.1.19 - 12.23.2015 =
|
8 |
* Fixed: PHP warning about incorrect usage of parse_url()
|
9 |
|
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.1.
|
8 |
* Author: Photocrati Media
|
9 |
* Plugin URI: http://www.nextgen-gallery.com
|
10 |
* Author URI: http://www.photocrati.com
|
@@ -589,7 +589,7 @@ class C_NextGEN_Bootstrap
|
|
589 |
define('NGG_PRODUCT_URL', path_join(str_replace("\\", '/', NGG_PLUGIN_URL), 'products'));
|
590 |
define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules'));
|
591 |
define('NGG_PLUGIN_STARTED_AT', microtime());
|
592 |
-
define('NGG_PLUGIN_VERSION', '2.1.
|
593 |
|
594 |
if (!defined('NGG_HIDE_STRICT_ERRORS')) {
|
595 |
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.1.20
|
8 |
* Author: Photocrati Media
|
9 |
* Plugin URI: http://www.nextgen-gallery.com
|
10 |
* Author URI: http://www.photocrati.com
|
589 |
define('NGG_PRODUCT_URL', path_join(str_replace("\\", '/', NGG_PLUGIN_URL), 'products'));
|
590 |
define('NGG_MODULE_URL', path_join(str_replace("\\", '/', NGG_PRODUCT_URL), 'photocrati_nextgen/modules'));
|
591 |
define('NGG_PLUGIN_STARTED_AT', microtime());
|
592 |
+
define('NGG_PLUGIN_VERSION', '2.1.20');
|
593 |
|
594 |
if (!defined('NGG_HIDE_STRICT_ERRORS')) {
|
595 |
define('NGG_HIDE_STRICT_ERRORS', TRUE);
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
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: 4.0.0
|
5 |
-
Stable tag: 2.1.
|
6 |
Tested up to: 4.4
|
7 |
License: GPLv2
|
8 |
|
@@ -199,6 +199,9 @@ For more information, feel free to visit the official website for the NextGEN Ga
|
|
199 |
|
200 |
== Changelog ==
|
201 |
|
|
|
|
|
|
|
202 |
= V2.1.19 - 12.23.2015 =
|
203 |
* Fixed: PHP warning about incorrect usage of parse_url()
|
204 |
|
2 |
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: 4.0.0
|
5 |
+
Stable tag: 2.1.20
|
6 |
Tested up to: 4.4
|
7 |
License: GPLv2
|
8 |
|
199 |
|
200 |
== Changelog ==
|
201 |
|
202 |
+
= V2.1.20 - 12.23.2015 =
|
203 |
+
* Fixed: Removed inner redundant nextgen-gallery directory
|
204 |
+
|
205 |
= V2.1.19 - 12.23.2015 =
|
206 |
* Fixed: PHP warning about incorrect usage of parse_url()
|
207 |
|