Changeset 2935226
- Timestamp:
- 07/06/2023 03:20:10 PM (3 years ago)
- Location:
- justified-gallery/trunk
- Files:
-
- 3 edited
-
includes/TilesStyle/Layla/Layla.php (modified) (1 diff)
-
includes/TilesStyle/Simple/Simple.php (modified) (1 diff)
-
justified-gallery.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
justified-gallery/trunk/includes/TilesStyle/Layla/Layla.php
r2846388 r2935226 76 76 ?> 77 77 <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 { 79 79 background-color: #000000; 80 80 } -
justified-gallery/trunk/includes/TilesStyle/Simple/Simple.php
r2846388 r2935226 77 77 ?> 78 78 <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 { 80 80 background-color: #000000; 81 81 } -
justified-gallery/trunk/justified-gallery.php
r2934715 r2935226 4 4 * Plugin URI: https://wordpress.org/plugins/justified-gallery 5 5 * 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 7 7 * Author: Mateusz Czardybon 8 8 * Author URI: https://czarsoft.pl/ … … 95 95 */ 96 96 private function constants() { 97 define( 'DGWT_JG_VERSION', '1.8.0 ' );97 define( 'DGWT_JG_VERSION', '1.8.0.1' ); 98 98 define( 'DGWT_JG_NAME', 'Justified Gallery' ); 99 99 define( 'DGWT_JG_FILE', __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.