Plugin Directory

Changeset 2936018


Ignore:
Timestamp:
07/08/2023 08:07:16 PM (3 years ago)
Author:
matczar
Message:

v1.8.1

Location:
justified-gallery/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • justified-gallery/trunk/justified-gallery.php

    r2935226 r2936018  
    44 * Plugin URI: https://wordpress.org/plugins/justified-gallery
    55 * Description: Display native WordPress galleries in a responsive justified image grid and a pretty Lightbox.
    6  * Version: 1.8.0.1
     6 * Version: 1.8.1
    77 * Author: Mateusz Czardybon
    88 * Author URI: https://czarsoft.pl/
     
    9595             */
    9696            private function constants() {
    97                 define( 'DGWT_JG_VERSION', '1.8.0.1' );
     97                define( 'DGWT_JG_VERSION', '1.8.1' );
    9898                define( 'DGWT_JG_NAME', 'Justified Gallery' );
    9999                define( 'DGWT_JG_FILE', __FILE__ );
  • justified-gallery/trunk/readme.txt

    r2934750 r2936018  
    55Tested up to: 6.2
    66Requires PHP: 5.4
    7 Stable tag: 1.8.0
     7Stable tag: 1.8.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7777
    7878== Changelog ==
     79
     80= 1.8.1, July 08, 2023 =
     81* FIX: Incorrect image caption background color for Layla tile style
    7982
    8083= 1.8.0, July 05, 2023 =
Note: See TracChangeset for help on using the changeset viewer.