Starting from €6.90/mo
* Fix: Order handling when using combined "orderby-order" parameter format.
* Update: Improved emoji handling in gallery HTML processing and clearer error messages.
* Add: Support for passing gallery attributes through collection shortcodes using the `gallery_{att}={value}` format.
* Fix: Removed srcset attribute from collection thumbnails when not available.
* Add: Exposed collection helpers for use by external plugins like Cleaner.
* Add: "Design Tool" feature (BETA).
* Update: Removed the "stylish" setting for Tiles layout.
* Update: Better UI/UX.
* Fix: Fixed a warning on missing thumbnails, showing graceful placeholders instead of broken images in both the backend and frontend.
* Add: Dynamic galleries with Tags support, now available in the manager.
* Add: "Order by" option is now always visible in the manager modal for easier sorting.
* Fix: Block styling and properties now render correctly within iframes (Block API v3).
* Fix: GPS coordinates from photo EXIF data are now handled more reliably, including support for float values.
* Update: REST API method for the images endpoint changed from GET to POST—developers using this endpoint will need to update their requests accordingly.
* Update: Internal database checks have been streamlined for improved reliability and cleaner codebase.
* Fix: Validate the gallery sorting order so it only accepts ASC or DESC values.
* Update: Refactor the gallery function to support options for preview.
* Fix: Ensure collections correctly update the lightbox.
* Add: Improve accessibility by adding keyboard shortcuts to jump to the start or end of the focused gallery.
* Fix: Correct the manager’s layout override logic so shortcode and block settings behave as expected.
* Update: Change permission checks to use the can_access_settings capability.
* Fix: Improve menu layout loading behavior and visual consistency.
* Fix: Provide a default map engine and a clear error message when none is configured.
* Add: New rank system to manually organize galleries.
* Add: Bulk delete option to quickly remove multiple galleries.
* Add: Ability to sort galleries by name.
* Update: Preview mode now shows the "order by" setting.
* Add: Truncate count option for galleries on the listing page to shorten long item counts.
* Fix: Load more now registers and works correctly when using the editor.
* Add: Fallback width handling in the gallery height calculation.
* Add: Truncate option for listing pages to shorten long text.
* Update: Tutorial links.
* Add: Caption source selection and improved caption retrieval logic.
* Add: Expose the `mgl_load_more` function on the global window object (developers can trigger infinite gallery loading from custom scripts).
* Update: Refined how shortcode ordering options are handled for more predictable display behavior.
* Fix: Reset the plugin’s internal database version when options are reset to ensure a clean configuration state.
* Add: Introduced tabindex support and improved keyboard navigation for better accessibility.
* Fix: Ensured all block-related features safely handle list operations to prevent unexpected errors.
* Update: Better enqueuing.
* Fix: Stop sending htmlPreview data with block content to improve performance.
* Update: Apply the new stylesheet loading method in the WordPress admin area.
* Fix: Ensure the lightbox render is triggered after async loading.
* Fix: Add the base wp-image- class to carousel images.