PluginProbe
Photonic Gallery & Lightbox for Flickr, SmugMug & Others / 3.37
Photonic Gallery & Lightbox for Flickr, SmugMug & Others v3.37
3.37 3.36 3.35 3.34 3.33 2.19 2.20 2.21 2.22 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.30 2.31 2.32 2.33 2.34 2.40 2.41 2.42 2.43 All 142 releases
← All changes | photonic.php +2 -2 3.34 → 3.37 View file →
@@ -2,9 +2,9 @@
2 2 /**
3 3 * Plugin Name: Photonic Gallery & Lightbox for Flickr, SmugMug & Others
4 4 * Plugin URI: https://aquoid.com/plugins/photonic/
5 5 * Description: Extends the native gallery to support Flickr, SmugMug and Zenfolio. JS libraries like BaguetteBox, BigPicture, Gie Lightbox, LightGallery, PhotoSwipe, Spotlight, Swipebox, Fancybox, Magnific, Colorbox, PrettyPhoto, Image Lightbox, Featherlight and Lightcase are supported. Photos are displayed in vanilla grids of thumbnails, or more fancy slideshows, or justified or masonry or random mosaic layouts. The plugin also extends all layout options to a regular WP gallery.
6 - * Version: 3.34
6 + * Version: 3.37
7 7 * Requires at least: 6.2
8 8 * Requires PHP: 7.4
9 9 * Author: Sayontan Sinha
10 10 * Author URI: https://mynethome.net/
@@ -24,9 +24,9 @@
24 24
25 25 class Photonic_Plugin {
26 26 public function __construct() {
27 27 if (!defined('PHOTONIC_VERSION')) {
28 - define('PHOTONIC_VERSION', '3.34');
28 + define('PHOTONIC_VERSION', '3.37');
29 29 }
30 30
31 31 define('PHOTONIC_PATH', __DIR__);
32 32