Plugin Directory

Changeset 2935226


Ignore:
Timestamp:
07/06/2023 03:20:10 PM (3 years ago)
Author:
matczar
Message:

v1.8.0.1

Location:
justified-gallery/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • justified-gallery/trunk/includes/TilesStyle/Layla/Layla.php

    r2846388 r2935226  
    7676        ?>
    7777        <style>
    78             .dgwt-jg-gallery.dgwt-jg-effect-layla .entry-visible.dgwt-jg-item {
     78            .dgwt-jg-gallery.dgwt-jg-effect-layla .jg-entry-visible.dgwt-jg-item {
    7979                background-color: #000000;
    8080            }
  • justified-gallery/trunk/includes/TilesStyle/Simple/Simple.php

    r2846388 r2935226  
    7777        ?>
    7878        <style>
    79             .dgwt-jg-gallery.dgwt-jg-effect-simple .entry-visible.dgwt-jg-item {
     79            .dgwt-jg-gallery.dgwt-jg-effect-simple .jg-entry-visible.dgwt-jg-item {
    8080                background-color: #000000;
    8181            }
  • justified-gallery/trunk/justified-gallery.php

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