Version Description
- 2017-10-16
Download this release
Release Info
Developer | WPReady |
Plugin | NextCellent Gallery – NextGEN Legacy |
Version | 1.9.35 |
Comparing to | |
See all releases |
Code changes from version 1.9.34 to 1.9.35
- admin/tinymce/window.php +1 -4
- nggallery.php +2 -2
- readme.txt +13 -17
admin/tinymce/window.php
CHANGED
@@ -22,13 +22,10 @@ wp_enqueue_script( 'ngg-autocomplete', NGGALLERY_URLPATH . 'admin/js/ngg.autocom
|
|
22 |
var ajaxurl = '<?php echo admin_url('admin-ajax.php'); ?>';
|
23 |
</script>
|
24 |
<?php wp_print_scripts(); ?>
|
25 |
-
<!--<script language="javascript" type="text/javascript" src="<?php echo site_url(); ?>/wp-includes/js/tinymce/tiny_mce_popup.js"></script>-->
|
26 |
<script language="javascript" type="text/javascript" src="<?php echo NGGALLERY_URLPATH ?>admin/tinymce/tiny_mce_popup.js"></script>
|
27 |
-
<!--<script language="javascript" type="text/javascript" src="<?php echo site_url(); ?>/wp-includes/js/tinymce/utils/mctabs.js"></script>-->
|
28 |
<script language="javascript" type="text/javascript" src="<?php echo NGGALLERY_URLPATH ?>admin/tinymce/utils/mctabs.js"></script>
|
29 |
<script language="javascript" type="text/javascript" src="<?php echo site_url(); ?>/wp-includes/js/tinymce/utils/form_utils.js"></script>
|
30 |
-
|
31 |
-
<!--<script language="javascript" type="text/javascript" src="<?php echo site_url(); ?>/wp-includes/js/tinymce/tinymce.min.js"></script>-->
|
32 |
<?php wp_print_styles(); ?>
|
33 |
<style>
|
34 |
.nggwrap {
|
22 |
var ajaxurl = '<?php echo admin_url('admin-ajax.php'); ?>';
|
23 |
</script>
|
24 |
<?php wp_print_scripts(); ?>
|
|
|
25 |
<script language="javascript" type="text/javascript" src="<?php echo NGGALLERY_URLPATH ?>admin/tinymce/tiny_mce_popup.js"></script>
|
|
|
26 |
<script language="javascript" type="text/javascript" src="<?php echo NGGALLERY_URLPATH ?>admin/tinymce/utils/mctabs.js"></script>
|
27 |
<script language="javascript" type="text/javascript" src="<?php echo site_url(); ?>/wp-includes/js/tinymce/utils/form_utils.js"></script>
|
28 |
+
<script language="javascript" type="text/javascript" src="<?php echo NGGALLERY_URLPATH ?>admin/tinymce/tinymce.js"></script>
|
|
|
29 |
<?php wp_print_styles(); ?>
|
30 |
<style>
|
31 |
.nggwrap {
|
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, Niknetniko based on Alex Rabe & PhotoCrati work.
|
7 |
Author URI: http://www.wpgetready.com
|
8 |
-
Version: 1.9.
|
9 |
|
10 |
Copyright (c) 2007-2011 by Alex Rabe & NextGEN DEV-Team
|
11 |
Copyright (c) 2012 Photocrati Media
|
@@ -53,7 +53,7 @@ if (!class_exists('nggLoader')) {
|
|
53 |
*/
|
54 |
class nggLoader {
|
55 |
|
56 |
-
var $version = '1.9.
|
57 |
var $dbversion = '1.8.3';
|
58 |
var $minimum_WP = '4.0';
|
59 |
var $options = '';
|
5 |
Description: A Photo Gallery for WordPress providing NextGEN legacy compatibility from version 1.9.13
|
6 |
Author: WPGReady, Niknetniko based on Alex Rabe & PhotoCrati work.
|
7 |
Author URI: http://www.wpgetready.com
|
8 |
+
Version: 1.9.35
|
9 |
|
10 |
Copyright (c) 2007-2011 by Alex Rabe & NextGEN DEV-Team
|
11 |
Copyright (c) 2012 Photocrati Media
|
53 |
*/
|
54 |
class nggLoader {
|
55 |
|
56 |
+
var $version = '1.9.35';
|
57 |
var $dbversion = '1.8.3';
|
58 |
var $minimum_WP = '4.0';
|
59 |
var $options = '';
|
readme.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
Contributors: wpready
|
3 |
Tags:gallery,image,images,photo,photos,picture,pictures,slideshow,flash,media,thumbnails,photo-albums,NextGEN-gallery,NextGEN,nextcellent-gallery,nextcellent
|
4 |
Requires at least: 4.0
|
@@ -8,25 +8,11 @@ License: GPLv2
|
|
8 |
|
9 |
== Description ==
|
10 |
|
11 |
-
= 1.9.
|
12 |
|
13 |
What's in it for you?
|
14 |
-
* fix: patch for WP 4.8.2 issue window modal empty. Tested and working, however it could prevent working in other WP versions. Users area advised
|
15 |
-
to update WP in order getting Nextcellent operating.
|
16 |
-
* improved: added filter ngg_pre_delete_image and action ngg_deleted_image to provide some degree of control when deleting a picture.
|
17 |
-
|
18 |
-
= 1.9.33 - 2017-09-23 = Fixes for 1.9.32
|
19 |
|
20 |
-
|
21 |
-
|
22 |
-
* fix: issue around WP last version prevent from window popup opening.
|
23 |
-
* fix: internal issue prevent refer images using Media Add
|
24 |
-
* fix: removed (finally) dependency with AJAX and wp-load.php. Rotation, and thumbnail should work fine.
|
25 |
-
* fix: issues preventing to display correctly.
|
26 |
-
* fix: Class constructor warning on PHP 7.1 and aboved
|
27 |
-
* deprecated: imagerotator.swf: older Nextcellent version depend on Flash part, now replaced with html counterpart
|
28 |
-
* deprecated: Nextcellent is plupload instead is using swfUpload. For legacy code reasons only swfUpload is mentined but not used.
|
29 |
-
* improve: core Ajax call simplified
|
30 |
|
31 |
VERY IMPORTANT: Read ON!
|
32 |
-----------------------
|
@@ -334,6 +320,16 @@ Yes, since we use Javascript rather than flash, NextCellent Gallery is compatibl
|
|
334 |
|
335 |
== Changelog ==
|
336 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
= 1.9.33 - 2017-09-23 = Fixes for 1.9.32
|
338 |
|
339 |
* fix: issue around WP last version prevent from window popup opening.
|
1 |
+
=== NextCellent Gallery - NextGEN Legacy ===
|
2 |
Contributors: wpready
|
3 |
Tags:gallery,image,images,photo,photos,picture,pictures,slideshow,flash,media,thumbnails,photo-albums,NextGEN-gallery,NextGEN,nextcellent-gallery,nextcellent
|
4 |
Requires at least: 4.0
|
8 |
|
9 |
== Description ==
|
10 |
|
11 |
+
= 1.9.35 - 2017-10-16 = Fixes for 1.9.34
|
12 |
|
13 |
What's in it for you?
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
+
* fix: missing library preventing main window insert tags. Fixed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
VERY IMPORTANT: Read ON!
|
18 |
-----------------------
|
320 |
|
321 |
== Changelog ==
|
322 |
|
323 |
+
= 1.9.35 - 2017-10-16 = Fixes for 1.9.34
|
324 |
+
|
325 |
+
* fix: missing library preventing main window insert tags. Fixed
|
326 |
+
|
327 |
+
= 1.9.34 - 2017-10-10 = Fixes for 1.9.33
|
328 |
+
|
329 |
+
* fix: patch for WP 4.8.2 issue window modal empty. Tested and working, however it could prevent working in other WP versions. Users area advised
|
330 |
+
to update WP in order getting Nextcellent operating.
|
331 |
+
* improved: added filter ngg_pre_delete_image and action ngg_deleted_image to provide some degree of control when deleting a picture.
|
332 |
+
|
333 |
= 1.9.33 - 2017-09-23 = Fixes for 1.9.32
|
334 |
|
335 |
* fix: issue around WP last version prevent from window popup opening.
|