Changed : Load sildeshow XML not longer via relative path
Bugfix : No imagebrowser in carousel mode
Bugfix : JS Effect navigation based on wrong array structure
Bugfix : Remove whitespaces from meta import
Bugfix : Capability check for upgrade notice
Removed : Hide "more settings" for now, causes problems with IE and jQuery UI tabs
V1.4.1 - 10.11.2009
Bugfix : Capabilites could not be saved
Bugfix : Ajax pagination option not saved
Bugfix : echo nggSlideshowWidget() for compat reason
V1.4.0 - 08.11.2009
NEW : Automatic rotate images during upload or via manage gallery page (THX to Simone Fumagalli)
NEW : Include Bulkupdate for gallery overview, require PHP 5.2
NEW : XMLRPC support with 4 new methods : see xmlrpc.php for more information
NEW : Recent and random images can be taken from a specific gallery using the id=x parameter in the shortcode (THX to Prollius)
NEW : Recent images can be recent by exif date (instead of database id) by using the mode=recentdate parameter in the shortcode (THX to Prollius)
NEW : Introduce the WPObjectcache and meta_data
NEW : Various new hooks and filters
Added : Better support for role manager plugin (THX to Mattias Buelens)
Added : New option to add hidden images. Needed to show all images in a modal window (Thickbox, Lightbox et.)
Added : New link parameter for the singlepic shortcode : [singlepic id=x w=x h=x link="http://google.com"]
Added : New template gallery-carousel
Added : New id parameter for recent and random shortcodes : [random max="7" template="filename" id="2"] takes only pictures from the gallery with id=2
Added : New mode parameter for recent shortcode : [recent max="7" template="filename" id="3" mode="date" /] where mode can be one of (id, date, sort). Recent pictures are delivered by addition to database (id), exif date (date) or user sort order (sort).
Added : Enable/Disable Ajax navigation via settings
Added : New filter hook 'nggrendertemplate' to render templates with a other plugin
Changed : Added option to link an album with a page id
Changed : Support templates for child themes, use STYLESHEETPATH instead TEMPLATEPATH (THX to Prollius)
Changed : Rework of Media RSS Widget
Bugfix : Check capability to create a new page
Bugfix : Fix double call of filter name , changed to nggpicturelistobject (THX to Prollius)
Bugfix : Check for a deleted gallery in a album
V1.3.6 - 20.09.2009
Changed : Just change the feed link
V1.3.5 - 17.07.2009
Bugfix : Fixed XSS issue for Page title
V1.3.4 - 07.07.2009
Added : New filter ngggalleryobject and nggimageobject
Bugfix : Fix double rendering of a gallery if two album shortcodes are used
Bugfix : Fix for custom field ngggalsort
Bugfix : Changed capapbility check for upload
Bugfix : Check for correct version OR memory limit
V1.3.3 - 11.06.2009
Changed : Load Thickbox images via wp_footer()
Bugfix : Widget setting couldnot be saved
V1.3.2 - 10.06.2009
Changed : Resize maximum to 1280 x 1280 with nggshow (THX to onezero)
Bugfix : Bugfix for Multifile upload
Bugfix : Bugfix for sortorder under jQuery 1.3
Bugfix : Workaround for more albums per page, need more rework
Bugfix : AJAX reload didn't work if slideshow is shown by default
Bugfix : Redirect links didn't work if permalinks are deactivates
Bugfix : Add new gallery in manage-overview didn't use defaultpath
V1.3.1 - 07.06.2009
Bugfix : Fixed ZIP upload, wrong variable used
Bugfix : Check for array before foreach in album missing
V1.3.0 - 07.06.2009
NEW : Subalbum support
NEW : Search for images in the admin tab
NEW : Add new gallery also in manage tab
NEW : AJAX support for Imagebrowser and gallery navigation (THX to Anty)
NEW : Added zip upload via URL (THX to Juan Jose Galvez)
Added : jQuery Multiple File Upload Plugin v1.44
Added : SWFUpload V2.2.0
Changed : Remove extension for Alttext during first import
Changed : Meta tag added via wp_head hook (THX to Viper)
Bugfix : Correct various PHP notice messages
Bugfix : Typo fix in custom fields for ngggalImageBrowser
Bugfix : Avoid upload of images in gallery without correct capability
V1.2.1 - 22.03.2009
NEW : Support for IE8 Web Slices in widgets
NEW : Add filter nggimageobject
Changed : Descending order in add gallery menu
Bugfix : Exclude option didnT work for multi pages
Bugfix : Check for correct capability in manage gallery
V1.2.0 - 09.03.2009
NEW : Support for image tag cloud with shortcode [tagcloud]
NEW : Adding shortcode [recent max="7" template="filename" /] & [random max="7" template="filename" /] to show the most recent/random pictures (THX to Bernhard)
NEW : Crop thumbnails manually (THX to Simone Fumagalli)
NEW : Support for i18n with polyglot or qtrans plugin (THX to Boris Glumpler)
NEW : Canonical meta link support
Added : SWFUpload V2.2.0 B5
Added : New memory limit check in upload screen
Bugfix : Language typo fixes
Bugfix : Admin Pagination fix
Bugfix : Typo fix in widgets
Bugfix : Init column script after document is ready
Bugfix : htmlspecialchars() instead htmlentities() for links in the a href title description
Bugfix : Upgrade routine didn't add sortorder to correct table (THX to Uwe)
Bugfix : Correct shotcode in media upload tab
V1.1.0 - 26.01.2009
NEW : Pagination for album page via custom fields ('nggpagedGalleries')
NEW : Support for fixed number of columns inside the gallery
NEW : Added pagination for galleries and images in admin section
NEW : New action hook after image is added to database, called 'nggaddednew_image'
NEW : New template for caption below images, called via [nggallery id=x template=caption]
Added : SWFUpload V2.2.0 B4
Changed : Rework of Manage image tables
Changed : Move imagerotator.swf to wp-content/uploads
Changed : Added a URL field to setup the path to the Imagerotator
Changed : Add additional parameter to gallery object
Changed : Load donators list external
Bugfix : Style fixes for tables in IE7
Bugfix : All albums code couldn't use the slideshow, query is empty for 0
Bugfix : Htmlentities() for links in the a href title description
Bugfix : Clean up mode for singlepic
Bugfix : Typo in widget settings
V1.0.2 - 19.12.2008
Added : Option to enable/disable the MediaRSS Feed
Added : For flash under FF3/WIN we should use outline: none;
Added : Use sort order also for Media RSS
Changed : Descending order for TinyMCE Editor
Changed : Added screencolor flashvar as bgcolor for the flash slideshow
Changed : Remove link to gallery in sidebar widget
Bugfix : Check for empty gallery title and show name instead
Bugfix : Album id=all / Album id=0 didn't show content
Bugfix : Check for a empty description and alttext
Bugfix : Remove HTML tags from slideshow
Bugfix : Load SWFobject always when the imagerotator exist
Bugfix : Zip-Upload in existing gallery failed
Bugifx : Typo in functions.php (THX to David Horat)
V1.0.1 - 11.12.2008
Bugfix : Change upgrade routine, importdatetime could cause a memory problem
Bugfix : Help pages will not show up in non-english enviroment
Bugfix : Show gallery name if title is empty
V1.0.0 - 11.12.2008
NEW : Adding some rewrite rules for the Blog title for a better SEO (Will be continued...)
NEW : Added ImageMagick support (currently a bit experimental) (THX to Frederic de Ranter)
NEW : Automatic unistall via registeruninstallhook()
NEW : Added a presort option to sort easier the images
NEW : Lookup for a nggallery.css in the theme folder
NEW : Added Date/Time field to database and import it from EXIF, new sort option
NEW : Multi Widgets to show links to Media RSS feeds (THX to Vincent Prat)
NEW : PicLens support for galleries (THX to Vincent Prat)
NEW : Copy/Move images between galleries (THX to Vincent Prat)
NEW : Media RSS feeds (either for galleries, albums or global) (THX to Vincent Prat)
NEW : Image tag management (THX to Vincent Prat)
NEW : Convert all shortcodes to WP shortcodes API
NEW : AJAX based thumbnail generator
NEW : Create output via template files, more flexible and support for multiple templates
NEW : Extended role system. Each gallery has now a author
NEW : [thumb id="4,5,12,..."] shortcode. You can now insert thumbnails for one or more images (that are not necessarly inside the same gallery).
Changed : Add swfupload 2.2.0. Support for Adobe Flash 10 upload
Changed : Update all Admin pages for Wordpress 2.7 Admin UI