| @@ -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 | |