Changeset 3004036
- Timestamp:
- 12/01/2023 03:45:24 AM (2 years ago)
- Location:
- document-gallery
- Files:
-
- 2 edited
-
tags/4.4.4/document-gallery.php (modified) (2 diffs)
-
trunk/document-gallery.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
document-gallery/tags/4.4.4/document-gallery.php
r1746910 r3004036 6 6 Plugin URI: https://wordpress.org/plugins/document-gallery/ 7 7 Description: Display non-images (and images) in gallery format on a page or post with the [dg] shortcode. 8 Version: 4.4. 38 Version: 4.4.4 9 9 Author: Dan Rossiter 10 10 Author URI: http://danrossiter.org/ … … 13 13 */ 14 14 15 define( 'DG_VERSION', '4.4. 3' );15 define( 'DG_VERSION', '4.4.4' ); 16 16 17 17 if ( version_compare( PHP_VERSION, '5.3', '<' ) ) { -
document-gallery/trunk/document-gallery.php
r1746910 r3004036 6 6 Plugin URI: https://wordpress.org/plugins/document-gallery/ 7 7 Description: Display non-images (and images) in gallery format on a page or post with the [dg] shortcode. 8 Version: 4.4. 38 Version: 4.4.4 9 9 Author: Dan Rossiter 10 10 Author URI: http://danrossiter.org/ … … 13 13 */ 14 14 15 define( 'DG_VERSION', '4.4. 3' );15 define( 'DG_VERSION', '4.4.4' ); 16 16 17 17 if ( version_compare( PHP_VERSION, '5.3', '<' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.