UberGallery has been updated to v2.2.6

Version 2.2.6 of UberGallery has been released. This release brings an update to the paginator to prevent styles from breaking on galleries with an abnormally large amount of pages.

NOTE: 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 for your installation.

You can grab the latest build from http://www.ubergallery.net

Changes to 2.2.6

  • Updated the paginator code to truncate the list when there are more pages than specified in the config under the paginator_threshold variable
  • Bumped jQuery version to 1.7.X
  • Updated ColorBox to v1.3.19
  • Required PHP version now noted as 5.2+
  • Miscellaneous code tweaks and cleanup

Detailed changelog: https://github.com/UberGallery/UberGallery/compare/2.2.5…2.2.6

Screenshot of new paginator function:

UberGallery has been updated to v2.2.5

UberGallery v2.2.5 has been released. This update contains some internal code tweaks / optimizations. Ad update from v2.2.4 is not required at this time.

Grab the latest build from http://www.ubergallery.net

Changes to 2.2.5

  • internal code tweaks / optimizations

Detailed changelog: https://github.com/UberGallery/UberGallery/compare/2.2.4…2.2.5

UberGallery has been updated to v2.2.4

UberGallery has been updated to v2.2.4 to address several bugs that may arise when installing a custom gallery. It is recommended (though not required) that you update to this latest version.

Grab the latest build from http://www.ubergallery.net

Changes to 2.2.4

  • Fixed a bug where the Next Page button was broken when generated with the createGallery() function
  • Fixed bug where a gallery created in a file with a name other than index.php would try to redirect to index.php?page=#
  • Fixed a bug that would cause multiple slashes in some path strings when DIR isn’t defined on a system
  • Ubdated jQuery to v1.6.4

Detailed changelog: https://github.com/UberGallery/UberGallery/compare/2.2.3…2.2.4

UberGallery has been updated to v2.2.3

More refinements to the 2.2.X release have just been released with v2.2.3.

Grab the latest build from http://www.ubergallery.net

Changes to 2.2.3

  • Added conditional statement to allow dynamic Google analytics inclusion
  • Miscellaneous internal code restructuring/optimizations
  • Cleaned up old/unused code and styles

Detailed changelog: https://github.com/UberGallery/UberGallery/compare/2.2.2…2.2.3

UberGallery has been updated to v2.2.2

Version 2.2.2 was just pushed to add a parameter to the createGallery() function. This optional parameter will allow you to customize the value of the rel attribute.

Grab the latest build from http://www.ubergallery.net

Changes to 2.2.2

  • Added optional parameter to the createGallery() function which allows setting of the rel attribute value.

Detailed changelog: https://github.com/UberGallery/UberGallery/compare/2.2.1…2.2.2