Beskrivelse
Gallery by BestWebSoft is the best responsive gallery plugin for WordPress, designed to help you create unlimited image galleries with albums and categories in just a few clicks. Customize your gallery’s appearance, add comments, and organize images effortlessly.
Perfect for photographers, artists, bloggers, and businesses who want to present their images professionally, boost engagement, and improve user experience.
Key benefits:
* Fully responsive galleries that look great on any device
* Unlimited albums, images, and categories
* Multiple sorting and layout options
* Easy-to-use interface with no coding required
* Supports all popular image formats and WordPress media library
* Multilingual and RTL ready
* Detailed documentation and tutorial videos available
Experience the power and flexibility of Gallery by BestWebSoft today!
View Demo
YouTube tutorial: https://www.youtube.com/watch?v=aydaTdOpaRM
Free Features
- Fully Responsive Design for all devices
- Add unlimited number of:
- Albums to galleries
- Images to albums
- Gallery categories
- Latest galleries widget with customizable:
- Title
- Button text and link
- Number of galleries displayed
- Hover color effect
- Integration with Slider Plugin
- Choose album layouts:
- Columns
- Rows
- Customize album cover image and dimensions
- Disable image opening from thumbnail in single gallery view
- Default sorting options for images by:
- Attachment ID, Image Name, Date, Gallery order, Random
- Ascending (ASC) or Descending (DESC) order
- Sorting options for galleries by:
- Gallery ID, Title, Date, Last modified date, Comment count, Author, Random, ASC, DESC
- Sort galleries within categories
- Gallery categories widget with options:
- Display as dropdown
- Show galleries count
- Show hierarchy
- Demo data installation and deletion
- Slideshow with full-size image display
- Customize border width and color
- Support for any image file format
- Add comments to galleries
- Use images from WordPress media library
- Add descriptions for each album
- Insert custom code via plugin settings page
- Compatible with latest WordPress versions
- Simple and fast setup without coding
- Step-by-step documentation and tutorial videos
- Multilingual and RTL support
Pro Features
All free features included plus:
- Additional gallery layouts:
- Grid (default)
- Masonry
- Display image text:
- Under images
- On mouse hover
- Configure lightbox:
- Image size
- Background color and transparency
- Gallery item slug customization
- Image crop position control:
- Horizontal and vertical alignment
- Social Like buttons integration:
- Facebook, Twitter, Pinterest
- Lightbox helper options:
- Buttons and thumbnails
- Image optimization [NEW]
- Select target attribute (self/blank) for external URLs
- Add descriptions and buttons with URLs inside lightbox
- Single gallery pagination support
- Configure galleries individually or globally
- Network multisite support and configuration
- Priority support with response within one business day (Support Policy)
Have ideas or feature requests? Let us know! Suggest a Feature
Documentation & Videos
- [Doc] User Guide
- [Doc] How to Receive Trial License
- [Doc] Installation
- [Doc] Purchase
- [Video] How to Add
- [Video] Installation Instruction
- [Video] Purchase, Installation, Configuration Tutorial
Help & Support
For questions or assistance, visit our Help Center: https://support.bestwebsoft.com/
Affiliate Program
Earn 20% commission by promoting BestWebSoft premium WordPress plugins and themes — https://bestwebsoft.com/affiliate/
Translation
- Brazilian Portuguese (pt_BR) (thanks to DJIO, www.djio.com.br)
- Bulgarian (bg_BG) (thanks to Petya)
- Chinese (zh_CN) (thanks to Xiaobo Chen)
- Czech (cs_CZ) (thanks to Michal Kučera, www.n0lim.it)
- Dutch (nl_NL) (thanks to J Goessens)
- French (fr_FR) (thanks to Didier, L Capronnier)
- German (de_DE) (thanks to Thomas Bludau, Jonas Seemann)
- Indonesian (id_ID) (thanks to Jordan Silaen, www.chameleonjohn.com)
- Russian (ru_RU)
- Serbian (sr_RS) (thanks to Andrijana Nikolic, www.webhostinggeeks.com)
- Slovak (sk_SK) (thanks to Michal Kralik)
- Slovenian (sl_SI) (thanks to Tilen)
- Spanish (es_ES) (thanks to Carlos Limia)
- Turkish (tr) (thanks to Ismail Demirbilek)
- Ukrainian (uk)
If you want to contribute or update a translation, send PO and MO files to BestWebSoft Support.
Use Poedit to work with translation files.
Recommended Plugins
- Custom Search – Enhance WordPress search by adding custom post types
- Updater – Auto-update WordPress core, plugins, and themes
Skærmbilleder
Gallery albums page in the front-end. Single Gallery page in the front-end. The pop-up window containing the album images. Displaying Gallery Categories Widget in the Sidebar on your WordPress website. “Latest Galleries” widget displaying in the footer. Edit Gallery page. Edit Gallery Image Info. Gallery Categories page. Gallery Global Settings page. Adding Gallery Categories Widget. The adding of the Latest Galleries widget.
Installation
- Upload the
gallery-plugin
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Click ‘Add New’ in the ‘Galleries’ menu and create your gallery page.
- Adjust global settings in WordPress admin panel under “Gallery” > “Global Settings”.
FAQ
-
How do I use the plugin?
-
- Go to ‘Galleries’ > ‘Add New’ in WordPress admin.
- Add or upload images via the ‘Add Media’ button.
- Save your gallery.
See detailed instructions here: How to Use Gallery Plugin
-
How to override plugin templates safely?
-
Template files are located in
/wp-content/plugins/gallery-plugin/templates/
.
To customize without losing changes during updates, copy templates to your theme folder:
/wp-content/themes/your-theme/bws-templates/Example:
Copy/wp-content/plugins/gallery-plugin/templates/gallery-single-template.php
to
/wp-content/themes/your-theme/bws-templates/gallery-single-template.phpDo NOT edit plugin core files directly.
-
I’m getting “Fatal error: Call to undefined function get_post_thumbnail_id()” – what to do?
-
Your theme likely lacks thumbnail support. Add this to your theme’s
functions.php
file:add_action( ‘after_setup_theme’, ‘theme_setup’ );
function theme_setup() {
add_theme_support( ‘post-thumbnails’ );
}This will enable thumbnails and fix the error.
-
How to change image order in a single gallery?
-
In the WordPress admin menu, go to “Galleries”, select your gallery, and reorder images via drag-and-drop.
Make sure the plugin settingSort images by
is set toSorting order in the Gallery
. -
Problems with RTL languages and lightbox on iPad/iPhone?
-
- Replace
<html <?php language_attributes(); ?>>
with<html>
in yourheader.php
. - Remove
direction: rtl;
frombody
CSS and apply it to the main wrapper element instead.
Example for Twenty Eleven or Twenty Ten themes:
`css
body {
/* remove this /
/ direction: rtl; */
}
.hfeed {
direction: rtl;
} - Replace
Anmeldelser
Bidragsydere & udviklere
“Gallery by BestWebSoft – Customizable Image and Photo Galleries for WordPress” is open source software. The following people have contributed to this plugin.
Bidragsydere“Gallery by BestWebSoft – Customizable Image and Photo Galleries for WordPress” er blevet oversat til 3 sprog. Tak til oversætterne for deres bidrag.
Interesseret i udvikling?
Gennemse koden, tjek SVN repository, eller abonner på udviklerloggen via RSS.
Ændringslog
V4.7.5 – 10.03.2025
- Bugfix : Import bug fixed.
V4.7.4 – 03.03.2025
- Update : All functionality was updated for WordPress 6.7
- Bugfix : Security issues have been fixed.
V4.7.3 – 28.10.2024
- Update : BWS Panel section was updated.
- PRO : New Gallery Layouts has been added.
- NEW: Ability to export/import galleries has been added.
- Update : All functionality was updated for WordPress 6.6.2
V4.7.1 – 23.09.2023
- Update : All functionality was updated for WordPress 6.3.1
- Update : BWS Panel section was updated.
- Update : Updated fansybox library.
- NEW : Ability to display arrows in the lightbox has been added.
V4.7.0 – 23.03.2023
- Update : All functionality was updated for WordPress 6.1.1
- Update : BWS Panel section was updated.
- Update : French translation added.
- Update : German translation added.
- Bugfix : Security issues have been fixed.
- PRO : Single gallery pagination have been fixed.
V4.6.9 – 27.09.2022
- Update : All functionality was updated for WordPress 6.0
- Update : BWS Panel section was updated.
- Update : Notification of the maximum number of images has been added.
- Bugfix : Gallery Categories widget has been fixed.
- Bugfix : Gallery Lightbox options have been fixed.
- PRO : Comments on Gallery page have been fixed.
V4.6.8 – 10.09.2021
- Update : All functionality was updated for WordPress 5.8.1
- Update : BWS Panel section was updated.
- Pro : The ability to optimize images has been added.
- Bugfix : The bug with displaying lightbox was fixed.
V4.6.7 – 28.01.2021
- Update : All functionality was updated for WordPress 5.6
- Update : BWS Panel section was updated.
- Bugfix : The bug with displaying single gallery was fixed.
V4.6.6 – 27.03.2020
- Update : Appearance of the Plugin settings page was updated.
V4.6.5 – 16.03.2020
- Update : BWS menu has been updated.
- Update : All functionality was updated for WordPress 5.3.2.
- Update : Removed Google+1 button.
- Update : Templates are updated.
V4.6.4 – 01.11.2019
- NEW : Ability to disable third-party fancybox has been added.
- NEW : Widget with the Latest Galleries has been added.
V4.6.3 – 04.09.2019
- Update: The deactivation feedback has been changed. Misleading buttons have been removed.
V4.6.2 – 17.06.2019
- Bugfix : Compatibility with Pagination by BestWebSoft has been fixed.
- Update : The Chinese language file has been updated.
- Update : BWS menu has been updated.
V4.6.1 – 09.05.2019
- Update : The function for returning an array of objects has been added.
V4.6.0 – 29.03.2019
- NEW : Ability to add a gallery to the slider has been added.
- Update : All functionality was updated for WordPress 5.1.1.
V4.5.9 – 08.02.2019
- Bugfix : The bug with the rename post type ‘gallery’ to the ‘bws-gallery’ has been fixed.
- Bugfix : Compatibility with WPML has been fixed.
- Update : All functionality was updated for WordPress 5.0.3.
V4.5.8 – 24.12.2018
- Update : All functionality was updated for WordPress 5.0.2.
V4.5.7 – 03.09.2018
- Bugfix: The bugs with the rewrite rules and the compatibility with third-party products have been fixed.
V4.5.6 – 27.08.2018
- Bugfix: The bug with the rewrite rules has been fixed.
V4.5.5 – 08.03.2018
- NEW : Ability to disable the opening of the image from the thumbnail in a single gallery.
- NEW : Ability to sort galleries in a category has been added.
- NEW : Ability to sort galleries displayed by a shortcode has been added.
- Update : The compatibility with new WordPress version updated.
V4.5.4 – 15.12.2017
- Bugfix: Gallery styles have been fixed.
V4.5.3 – 05.12.2017
- NEW : Ability to select albums displaying and column alignment has been added.
- Update : The French language file has been updated.
- Update : The Czech language file has been updated.
- Bugfix: Bugs related to the compatibility with third-party products has been fixed.
V4.5.2 – 28.08.2017
- Update : The Fancybox library has been updated up to v3.1.20.
- Update : The plugin settings structure has been updated.
- Update : Deprecated functions have been removed.
V4.5.1 – 18.07.2017
- NEW : Gallery Categories have been added.
- Update : The French language file is updated.
- Bugfix : The bug with restoring default plugin settings has been fixed.
- Bugfix : The bug with image feed link was fixed.
V4.5.0 – 06.04.2017
- NEW : The Indonesian language file is added.
- Update : The French language file is updated.
- Update : The Czech language file is updated.
V4.4.9 – 13.02.2017
- NEW : Cover settings were added.
- Update : The plugin settings page has been updated.
- Pro : Ability to adjust the settings for each gallery.
V4.4.8 – 04.01.2017
- Update : The bug with pages displaying was fixed.
V4.4.7 – 03.01.2017
- Update : Template files loading has been changed.
- Update : The French language file is updated.
- Update : All functionality for WordPress 4.7 was updated.
V4.4.6 – 13.10.2016
- Update : The compatibility with Pagination plugin improved.
V4.4.5 – 19.09.2016
- Bugfix : The bug with displaying fancybox was fixed.
V4.4.4 – 15.09.2016
- Update : The compatibility with Pdf&Print plugin improved.
- Update : Performance optimized.
V4.4.3 – 17.08.2016
- Update : All functionality for WordPress 4.6 was updated.
V4.4.2 – 15.07.2016
- Update : BWS panel section was updated.
- Update : The French language file is updated.
V4.4.1 – 27.06.2016
- Update : The French language file is updated.
- Update : BWS Panel section is updated.
V4.4.0 – 15.04.2016
- Bugfix : Bug with displaying gallery on mobile device (Windows Phone) was fixed.
- NEW : Ability to add custom styles.
- Update : Compatibility with Pagination by BestWebSoft plugin was added.
V4.3.9 – 18.03.2016
- Bugfix : The bug with plugin menu duplicating was fixed.
- Bugfix : We fixed bug with displaying single gallery.
- Bugfix : We fixed bug with gallery album links ( if Featured Posts by BestWebSoft plugin is installed and activated ).
- Update : The French language files were updated.
V4.3.8 – 19.10.2015
- NEW : Ability to change galleries sorting order.
- Bugfix : We fixed bug with pagination on the edit gallery page.
- Update : Sort images plugin setting now affect on the displaying in the dashboard too.
V4.3.7 – 18.09.2015
- Bugfix : We fixed bug with image uploading in posts.
- Update : Textdomain was changed.
- NEW : Help tooltips were added.
- Update : Updated for compatibility with Gallery Categories Plugin.
V4.3.6 – 09.09.2015
- Update : Functionality for galleries downloading and displaying in dashboard was updated.
- NEW : Ability to add images from WordPress media library.
- NEW : A button for gallery shortcode inserting to the content was added.
V4.3.5 – 11.08.2015
- Bugfix : We fixed bug with loading the demo data.
V4.3.4 – 10.08.2015
- NEW : We added ability to restore settings to defaults.
- NEW : We added ability to install demo data for plugin.
- Bugfix : We fixed bug with displaying of galleries by categories ( if Gallery Categories plugin is installed and activated ).
- Bugfix : We fixed bug with displaying of plugin settings page for rtl-oriented languages.
- Update : We updated all functionality for wordpress 4.2.4.
V4.3.3 – 07.07.2015
- NEW : We`ve made responsive gallery display.
V4.3.2 – 24.06.2015
- Update : Gallery Settings page is updated.
- Update : The Ukrainian and Russian language files are updated.
- Update : BWS plugins section is updated.
V4.3.1 – 09.06.2015
- NEW : We added functionality for disable rewriting templates after plugin update.
- NEW : We added ‘width’ and ‘height’ attributes to the ‘img’ HTML tag.
- Update : The French language file is updated.
V4.3.0 – 18.05.2015
- Update : We updated all functionality for wordpress 4.2.2.
V4.2.9 – 28.04.2015
- Update : The French language file is updated.
- Bugfix : Bug with the DB-table prefix in template file was fixed.
- Bugfix : Bug with updating rewrite rules on each page load was fixed.
V4.2.8 – 12.02.2015
- Bugfix : Bug with theme permissions was fixed.
V4.2.7 – 09.02.2015
- Update : Plugin functionality was updated for compatibility with Gallery Categories Plugin and Re-attacher Plugin.
- Update : Gallery template checking functionality was updated.
V4.2.6 – 24.12.2014
- Update : The Dutch and Chinese language files are updated.
- Update : We updated all functionality for wordpress 4.1.
- Update : Templates are updated.
V4.2.5 – 06.11.2014
- Update : The French language file is updated.
- Bugfix : Image hidden title style has been corrected.
- Update: Changes were made to gallery templates to have ‘password protected’ functionality.
V4.2.4 – 15.10.2014
- NEW : Slovenian language file is added to the plugin.
V4.2.3 – 19.09.2014
- Update : We updated all functionality for wordpress 4.0.
- Bugfix : Social buttons duplicating was fixed.
V4.2.2 – 07.08.2014
- Bugfix : Security Exploit was fixed.
- Update : The French language file is updated.
V4.2.1 – 11.07.2014
- Bugfix : We fixed the bug of htmlspecialchars in image metadata.
- Bugfix : We fixed the bug of displaying sidebar in Twenty Fourteen theme.
- Bugfix : The bug related to editing input fields of images in the admin panel on mobile devices was fixed.
V4.2.0 – 15.05.2014
- Update : We updated all functionality for wordpress 3.9.1
- Update : The French language file is updated.
- Update : The Ukrainian language file is updated.
V4.1.9 – 11.04.2014
- Update : We updated all functionality for wordpress 3.8.2.
V4.1.8 – 02.04.2014
- Update : Fancybox is returned to the old version.
V4.1.7 – 31.03.2014
- Update : Fancybox is updated.
- Bugfix : We fixed the bug of navigation when Gallery Template is a static front page.
V4.1.6 – 05.03.2014
- Bugfix : Plugin optimization is done.
- Bugfix : Gallery Template is updated.
- Update : The French language file is updated.
- NEW : Spanish language file are added to the plugin.
V4.1.5 – 12.02.2014
- Bugfix : We fixed the bug post title with htmlspecialchars.
- NEW : The Slovak language file is added.
V4.1.4 – 06.02.2014
- Update : We updated all functionality for wordpress 3.8.1.
- NEW : The Dutch language file is added.
- NEW : The Czech language file is added.
V4.1.3 – 15.01.2014
- Update : BWS plugins section is updated.
V4.1.2 – 25.12.2013
- Update : The French language file is updated.
- Update : The Chinese language file is updated.
- Bugfix : We fixed the bug of download link title.
V4.1.1 – 13.12.2013
- Update : We updated all functionality for wordpress 3.8.
- Update : Screenshots are updated.
- NEW : Ability to update images after changing gallery image size.
V4.1.0 – 6.12.2013
- NEW : A notice when changing settings on the plugin’s settings page was added.
- NEW : Ability to use shortcode in a text-widget.
- Bugfix : We fixed the bug of adding gallery to the search.
V4.0.9 – 29.11.2013
- Update : The Ukrainian language file is updated.
V4.0.8 – 22.11.2013
- NEW : Ability to turn on/off using single lightbox for all galleries on the one page.
- Update : BWS plugins section is updated.
V4.0.7 – 15.11.2013
- Bugfix : We fixed the bug of image count for lightbox when added multiple galleries on the one page.
V4.0.6 – 8.11.2013
- Update : The French language file is updated.
V4.0.5 – 1.11.2013
- NEW : Add checking installed wordpress version.
- Update : Activation of radio button or checkbox by clicking on its label.
- Update : We updated all functionality for wordpress 3.7.1.
V4.0.4 – 28.10.2013
- Update : We updated all functionality for wordpress 3.7.
V4.0.3 – 18.10.2013
- NEW : The Bulgarian language file is added to the plugin.
- Update : The German language file is updated.
V4.0.2 – 11.10.2013
- NEW : Added Alt tag field for each image in the gallery.
V4.0.1 – 02.10.2013
- Update : The Brazilian Portuguese language file is updated.
V4.0.0 – 24.09.2013
- Update : The Ukrainian language file is updated.
V3.9.9 – 13.09.2013
- Update : The French language file is updated.
- Update : We updated all functionality for wordpress 3.6.1.
V3.9.8 – 04.09.2013
- Update : Function for displaying BWS plugins section placed in a separate file and has own language files.
V3.9.7 – 26.08.2013
- Update : The French language file is updated.
- Bugfix : We added replacing spaces in the file name when uploading.
V3.9.6 – 13.08.2013
- Update : The Serbian language file is updated.
V3.9.5 – 07.08.2013
- Update : We updated all functionality for wordpress 3.6.
- Bugfix : We fixed the bug of displaying images on the gallery edit page.
- Update : The Turkish language file is updated.
V3.9.4 – 24.07.2013
- NEW : Added an ability to display comments on the gallery template pages.
- Update : The Brazilian Portuguese language file is updated.
- NEW : The Turkish language file is added to the plugin.
V3.9.3 – 18.07.2013
- NEW : Added an ability to view and send system information by mail.
V3.9.2 – 11.07.2013
- Update : The Chinese language file is updated.
- Update : We updated all functionality for wordpress 3.5.2.
V3.9.1 – 02.07.2013
- Update : The French language file is updated.
V3.9 – 28.05.2013
- Update : BWS plugins section is updated.
- Update : The French language file is updated.
- Bugfix : We changed using the abspath to plugin_dir_path().
V3.8.9 – 16.05.2013
- Bugfix : We fixed the bug of SQL queries.
V3.8.8 – 22.04.2013
- NEW : Added html blocks.
- Update : The French language file is updated.
V3.8.7 – 10.04.2013
- Update : The English language file is updated in the plugin.
- Bugfix : We fixed the bug of deleting images.
V3.8.6 – 26.02.2013
- NEW : The Chinese language file is added to the plugin.
V3.8.5 – 14.02.2013
- Update : We updated the fancybox displaying for iPhone and iPad.
- Update : We updated all functionality for wordpress 3.5.1.
V3.8.4 – 25.01.2013
- Update : The French language file is updated.
V3.8.3 – 04.01.2013
- Bugfix : We fixed the bug of image order on the Signle Gallery page.
V3.8.2 – 03.01.2013
- Bugfix : The bug with drag’n drop and left admin’s panel menu animations when hovered was fixed.
V3.8.1 – 21.12.2012
- Update : We deleted all p,a,c,k,e,r code.
V3.8 – 20.12.2012
- NEW : Serbian and Persian language files is added to the plugin.
- NEW : Added setting for Border for image on gallery page – display, width, color.
- NEW : Added setting for URL for Return link – Gallery Template page or Custom page.
- Update : We updated all functionality for wordpress 3.5.
V3.7 – 23.10.2012
- NEW : Added link url field – clicking on image open the link in new window.
V3.6 – 03.10.2012
- NEW : Added function to display ‘Download High resolution image’ link in lightbox on gallery page
- NEW : Added setting for ‘Download High resolution image’ link
V3.5 – 27.07.2012
- NEW : Lituanian language file is added to the plugin.
- NEW : Added drag and drop function to change the order of the output of images
- NEW : Added a shortcode for displaying short gallery type (like [print_gllr id=211 display=short])
V3.4 – 24.07.2012
- Bugfix : Cross Site Request Forgery bug was fixed.
V3.3 – 12.07.2012
- NEW : Brazilian Portuguese and Hebrew language files are added to the plugin.
- Update : We updated Italian language file.
- Update : We updated all functionality for wordpress 3.4.1.
V3.2 – 27.06.2012
- Update : We updated all functionality for wordpress 3.4.
V3.1.2 – 15.06.2012
- Bugfix : The bug with gallery uploader (undefined x undefined) was fixed.
V3.1.1 – 13.06.2012
- Bugfix : The bug with gallery uploader was fixed.
V3.1 – 11.06.2012
- New : Metabox with shortcode has been added on Edit Gallery Page to add it on your page or post.
- Bugfix : The bug with gallery shortcode was fixed.
V3.06 – 01.06.2012
- Bugfix : The bug with gallery appears above text content was fixed.
V3.05 – 25.05.2012
- NEW : Added shortcode for display Single Gallery on your page or post.
- NEW : Added attachment order.
- NEW : Added ‘Return to all albums’ link for Single Gallery page.
- NEW : Spanish language file are added to the plugin.
V3.04 – 27.04.2012
- NEW : Added slideshow for lightbox on single gallery page.
V3.03 – 19.04.2012
- Bugfix : The bug related with the upload of the photos on the multisite network was fixed.
V3.02 – 12.04.2012
- Bugfix : The bug related with the display of the photo on the single page of the gallery was fixed.
V3.01 – 12.04.2012
- NEW : Czech, Hungarian and German language files are added to the plugin.
- NEW : Possibility to set featured image as cover of the album.
- Change: Replace prettyPhoto library to fancybox library.
- Change: Code that is used to display a lightbox for images in
gallery-single-template.php
template file is changed.
V2.12 – 27.03.2012
- NEW : Italian language files are added to the plugin.
V2.11 – 26.03.2012
- Bugfix : The bug related with the indication of the menu item on the single page of the gallery was fixed.
V2.10 – 20.03.2012
- NEW : Polish language files are added to the plugin.
V2.09 – 12.03.2012
- Changed : BWS plugins section.
V2.08 – 24.02.2012
- Change : Code that is used to connect styles and scripts is added to the plugin for correct SSL verification.
- Bugfix : The bug with style for image block on admin page was fixed.
V2.07 – 17.02.2012
- NEW : Ukrainian language files are added to the plugin.
- Bugfix : Problem with copying files gallery-single-template.php to theme was fixed.
V2.06 – 14.02.2012
- NEW : Dutch language files are added to the plugin.
V2.05 – 18.01.2012
- NEW : A link to the plugin’s settings page is added.
- Change : Revised Georgian language files are added to the plugin.
V2.04 – 13.01.2012
- NEW : French language files are added to the plugin.
V2.03 – 12.01.2012
- Bugfix : Position to display images on a Gallery single page was fixed.
V2.02 – 11.01.2012
- NEW : Georgian language files are added to the plugin.
V2.01 – 03.01.2012
- NEW : Adding of the caption to each photo in the album.
- NEW : A possibility to select the dimensions of the thumbnails for the cover of the album and for photos in album is added.
- NEW : A possibility to select a number of the photos for a separate page of the album in the gallery which will be placed in one line is added.
- Change : PrettyPhoto library was updated up to version 3.1.3.
- Bugfix : Button ‘Sluiten’ is replaced with a ‘Close’ button.
V1.02 – 13.10.2011
- noConflict for jQuery is added.
V1.01 – 23.09.2011
- The file uploader is added to the Galleries page in admin section.