NextGEN Gallery – WordPress Gallery Plugin - Version 0.38

Version Description

Download this release

Release Info

Developer alexrabe
Plugin Icon 128x128 NextGEN Gallery – WordPress Gallery Plugin
Version 0.38
Comparing to
See all releases

Code changes from version 0.37 to 0.38

Files changed (3) hide show
  1. changelog.txt +5 -0
  2. nggallery.php +2 -2
  3. readme.txt +1 -1
changelog.txt CHANGED
@@ -1,6 +1,11 @@
1
  NextGEN Gallery
2
  by Alex Rabe
3
 
 
 
 
 
 
4
  V0.37 - 28.04.2007
5
  - Bugfix for $_GET in Manage gallery
6
  - Bugfix in installation routine
1
  NextGEN Gallery
2
  by Alex Rabe
3
 
4
+ V0.38 -
5
+ - One time more remove get_settings :-)
6
+ - Another Bugfix for $_GET in Manage gallery
7
+ - Bugfix for exclude option
8
+
9
  V0.37 - 28.04.2007
10
  - Bugfix for $_GET in Manage gallery
11
  - Bugfix in installation routine
nggallery.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: NextGEN Gallery
4
  Plugin URI: http://alexrabe.boelinger.com/?page_id=80
5
  Description: A NextGENeration Photo gallery for the WEB2.0(beta). At the moment only poor Web1.0 :-(
6
  Author: Alex Rabe
7
- Version: 0.37a
8
 
9
  Author URI: http://alexrabe.boelinger.com/
10
 
@@ -42,7 +42,7 @@ global $wpdb, $wp_version;
42
  if (version_compare($wp_version, '2.1', '>=')) {
43
 
44
  // Version and path to check version
45
- define('NGGVERSION', "0.37");
46
  define('NGGURL', "http://nextgen.boelinger.com/version.php");
47
 
48
  // define URL
4
  Plugin URI: http://alexrabe.boelinger.com/?page_id=80
5
  Description: A NextGENeration Photo gallery for the WEB2.0(beta). At the moment only poor Web1.0 :-(
6
  Author: Alex Rabe
7
+ Version: 0.38a
8
 
9
  Author URI: http://alexrabe.boelinger.com/
10
 
42
  if (version_compare($wp_version, '2.1', '>=')) {
43
 
44
  // Version and path to check version
45
+ define('NGGVERSION', "0.38");
46
  define('NGGURL', "http://nextgen.boelinger.com/version.php");
47
 
48
  // define URL
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://alexrabe.boelinger.com/?page_id=80
4
  Tags: flash, slideshow, images, gallery, media, admin, post
5
  Requires at least: 2.1.3
6
  Tested up to: 2.2
7
- Stable tag: 0.37
8
 
9
  NextGEN Gallery is a Image Gallery plugin for WordPress.
10
 
4
  Tags: flash, slideshow, images, gallery, media, admin, post
5
  Requires at least: 2.1.3
6
  Tested up to: 2.2
7
+ Stable tag: 0.38
8
 
9
  NextGEN Gallery is a Image Gallery plugin for WordPress.
10