Changeset 2934715
- Timestamp:
- 07/05/2023 06:24:44 PM (3 years ago)
- File:
-
- 1 edited
-
justified-gallery/trunk/justified-gallery.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
justified-gallery/trunk/justified-gallery.php
r2934709 r2934715 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 -beta.16 * Version: 1.8.0 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. 7.3.1' );97 define( 'DGWT_JG_VERSION', '1.8.0' ); 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.