Changeset 2936018
- Timestamp:
- 07/08/2023 08:07:16 PM (3 years ago)
- Location:
- justified-gallery/trunk
- Files:
-
- 2 edited
-
justified-gallery.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
justified-gallery/trunk/justified-gallery.php
r2935226 r2936018 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.16 * Version: 1.8.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.1' );97 define( 'DGWT_JG_VERSION', '1.8.1' ); 98 98 define( 'DGWT_JG_NAME', 'Justified Gallery' ); 99 99 define( 'DGWT_JG_FILE', __FILE__ ); -
justified-gallery/trunk/readme.txt
r2934750 r2936018 5 5 Tested up to: 6.2 6 6 Requires PHP: 5.4 7 Stable tag: 1.8. 07 Stable tag: 1.8.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 78 78 == Changelog == 79 80 = 1.8.1, July 08, 2023 = 81 * FIX: Incorrect image caption background color for Layla tile style 79 82 80 83 = 1.8.0, July 05, 2023 =
Note: See TracChangeset
for help on using the changeset viewer.