Add support for the Block Editor (Gutenberg) and the new gallery block. The plugin now automatically replaces the default gallery block with a responsive gallery grid.
Add a “WP default lightbox” option that uses WordPress core’s built-in lightbox (now the default). SimpleLightbox and the “active image above gallery” mode are still available.
Render gallery tiles as real elements instead of CSS background images, for better accessibility, SEO and lazy-loading.
Streamline the gallery settings (clearer “On click” and lightbox options).
Tested with WP version 7.0
2.3.18 (2024-11-22)
fixed bug that locked out non-admin users and caused conflicts with ajax requests
Tested with WP version 6.7
2.3.17 (2024-06-04)
PRO: Fix plugin update checker
2.3.16 (2024-06-04)
Tested with WP version 6.5
Show captions in builtin lightbox
Add permissions check to rgg_admin_init function
2.3.15 (2024-05-04)
Escape input field values in settings
2.3.14 (2024-03-08)
Add nonce to prevent unauthorized users to reset RGG options.
2.3.13 (2024-03-04)
Tested with WP version 6.4
2.3.12 (2024-03-04)
Tested with WP version 6.4
2.3.11 (2024-03-04)
Add extra sanitization of settings to prevent XSS
2.3.10 (2023-01-17)
Make sure changes made in 2.3.9 stay compatible with older PHP versions.
2.3.9 (2023-01-16)
Sanitize shortcode parameters (Thanks to Animesh from Automattic for reporting this security issue to me.)
2.3.8 (2022-12-28)
Fix PHP Warning: Attempt to read property “ID” on null
2.3.7 (2022-12-23)
Fix bug: Remove href attribute when link=”none”. Thanks for reporting @cahajla
Worked a bit on the development environment. Preparing to release some more updates in the near future.
2.3.6 (Dec 10, 2020)
Disabled Swipebox because it’s not compatible with jQuery 3.5.1 included with WP 5.6. Swipebox now automatically falls back to SimpleLightbox. (Thanks to Christopher Jones for the detailed report)
Include slick library in project instead of loading it from CDN
2.3.5 (Sep 25, 2020)
Make even more compatible with Real Media Gallery plugin (thanks to the guys who make RML)
2.3.4 (Apr 9, 2020)
Remove print_r statement
2.3.3 (Apr 29, 2020)
Make compatibel with Real Media Library plugin (https://bit.ly/3d9QSUb) – Big thanks to @mguenter for the patch and @bit024 for reporting
Add the image alt text as aria-label (can’t use alt attribute because the images are CSS background-images)
2.3.2 (Apr 11, 2020)
Tested with WP 5.4 (no other changes)
2.3.1 (Apr 19, 2019)
Fixed small bug after resizing window + some code re-organization.
2.3 (Apr 19, 2019)
Added alternative to lightbox: Show image above gallery. This will create a synchronized slider above the gallery. On clicking an image in the gallery, the corresponding image becomes the active slide.
2.2.2 (Apr 16, 2019)
added additional lightbox: simplelightbox (https://simplelightbox.com/). I recommend using simplelightbox as swipebox seems to be no longer maintained by its developer.
2.2.1 (Jun 7, 2018)
Fixed bug that was breaking gallery after update 2.2
2.2 (Jun 6, 2018)
Added Swipebox as a built-in lighthbox. Plugin still works fine with Responsve Lightbox. But Responsve Lightbox is getting a bit heavy and recently added it’s own gallery solution, which looks confusing if you want to use it together with RGG. So I decided to include a lightweight lightbox.
ignore caption in and out times if caption_effect is none (Pro only)
2.1.5 (Apr 04, 2018)
Use Scale parameter for zoom effect (Pro only)
Add “last row behavior” option to settings screen (Pro only)