Plugin Directory

Changeset 2934715


Ignore:
Timestamp:
07/05/2023 06:24:44 PM (3 years ago)
Author:
matczar
Message:

v1.8.0

File:
1 edited

Legend:

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

    r2934709 r2934715  
    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-beta.1
     6 * Version: 1.8.0
    77 * Author: Mateusz Czardybon
    88 * Author URI: https://czarsoft.pl/
     
    9595             */
    9696            private function constants() {
    97                 define( 'DGWT_JG_VERSION', '1.7.3.1' );
     97                define( 'DGWT_JG_VERSION', '1.8.0' );
    9898                define( 'DGWT_JG_NAME', 'Justified Gallery' );
    9999                define( 'DGWT_JG_FILE', __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.