UberGallery Updated to v2.1.0

Last night UberGallery was update to v2.1.0. This update adds user-configurable sorting and brings minor improvements to ColorBox.

Due to the updated configuration file it is recommended, though not required, that you replace your current galleryConfig.php file with the provided sample then update the values to your liking.

As always, documentation and a download link can be found at http://www.ubergallery.net.

Changes to 2.1.0

  • Added config option for image array sorting
  • Updated ColorBox to v1.3.16
  • Miscellaneous formatting tweaks

Detailed changelog: https://github.com/UberGallery/UberGallery/compare/2.0.1…2.1.0

UberGallery Updated to v2.0.1

UberGallery has officially been update to v2.0.1. This is a bugfix release that addresses an issue with large galleries. We highly recommend updating if you have a lot of images and are having script time out issues.

Changes to 2.0.1

  • Gallery should now only create thumbnails for the current page
  • General code cleanup and fixed several typos
  • Fixed background color in browsers that don’t properly render it
  • Updated the README to more accurately reflect http://www.UberGallery.net

Detailed changelog: https://github.com/UberGallery/UberGallery/compare/2.0.0…2.0.1

UberGallery Updated to v2.0.0

UberGallery has officially been update to v2.0.0. This is a major milestone for UberGallery. The entire back end has been re-written in object oriented PHP and the default styles have been given a face lift.

With this update, the way the gallery works has changed significantly. You will NOT be able to update from the 1.X.X to the 2.X.X release directly. Please refer to http://www.ubergallery.net for the latest documentation and support links.

Changes to 2.0.0

  • Completely overhauled the back end with object oriented PHP
  • Updated default front end styles
  • Updated remote jQuery include to v1.4.4
  • Updated Colorbox to v1.3.15
  • Documentation updated (Available at http://www.ubergallery.net)