Plugin Directory

Changeset 3457250


Ignore:
Timestamp:
02/09/2026 04:00:00 PM (8 weeks ago)
Author:
jajasolutions
Message:

Release 2.0.1: Fix SyntaxError from ES module export, fix grid image cropping, fix button icon vertical alignment. Bump version for update detection.

Location:
luxe-gallery
Files:
66 added
5 edited

Legend:

Unmodified
Added
Removed
  • luxe-gallery/trunk/includes/class-luxe-gallery-shortcode.php

    r3457238 r3457250  
    267267
    268268        // Single CSS file (includes slider + lightbox styles — no external libraries).
    269         wp_enqueue_style( 'luxe-gallery-public', plugin_dir_url( __FILE__ ) . '../public/css/luxe-gallery-public.css', array(), '2.0.0', 'all' );
     269        wp_enqueue_style( 'luxe-gallery-public', plugin_dir_url( __FILE__ ) . '../public/css/luxe-gallery-public.css', array(), '2.0.1', 'all' );
    270270
    271271        // Single JS file (includes custom slider + lightbox — no jQuery, Swiper, or PhotoSwipe).
    272         wp_enqueue_script( 'luxe-gallery-public-js', plugin_dir_url( __FILE__ ) . '../public/js/luxe-gallery-public.js', array(), '2.0.0', true );
     272        wp_enqueue_script( 'luxe-gallery-public-js', plugin_dir_url( __FILE__ ) . '../public/js/luxe-gallery-public.js', array(), '2.0.1', true );
    273273
    274274        // Pass translatable strings to JavaScript.
  • luxe-gallery/trunk/luxe-gallery.php

    r3456001 r3457250  
    44 * Plugin URI:        https://jajasolutions.de/luxe-gallery
    55 * Description:       Premium gallery with category management - Ideal for real estate, vacation rentals and portfolios. Features customizable hero grid, automatic categorization, WebP optimization and immersive fullscreen view for professional presentations.
    6  * Version:           2.0.0
     6 * Version:           2.0.1
    77 * Author:            Janni Hares
    88 * Author URI:        https://jajasolutions.de
  • luxe-gallery/trunk/public/css/luxe-gallery-public.css

    r3457238 r3457250  
    22 * Luxe Gallery Frontend Styles - Optimized Build
    33 * Includes custom slider + lightbox styles (replaces Swiper CSS + PhotoSwipe CSS)
    4  * @version 2.0.0
     4 * @version 2.0.1
    55 */
    66
  • luxe-gallery/trunk/public/js/luxe-gallery-public.js

    r3457238 r3457250  
    22 * Luxe Gallery Public JavaScript - Zero-Dependency Optimized Build
    33 * Custom slider (replaces Swiper 151KB) + Custom lightbox (replaces PhotoSwipe 68KB)
    4  * @version 2.0.0
     4 * @version 2.0.1
    55 */
    66
  • luxe-gallery/trunk/readme.txt

    r3456001 r3457250  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 2.0.0
     8Stable tag: 2.0.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.