Plugin Directory

Changeset 3004036


Ignore:
Timestamp:
12/01/2023 03:45:24 AM (2 years ago)
Author:
dan.rossiter
Message:

Correct versioning issues with v4.4.4

Location:
document-gallery
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • document-gallery/tags/4.4.4/document-gallery.php

    r1746910 r3004036  
    66  Plugin URI: https://wordpress.org/plugins/document-gallery/
    77  Description: Display non-images (and images) in gallery format on a page or post with the [dg] shortcode.
    8   Version: 4.4.3
     8  Version: 4.4.4
    99  Author: Dan Rossiter
    1010  Author URI: http://danrossiter.org/
     
    1313 */
    1414
    15 define( 'DG_VERSION', '4.4.3' );
     15define( 'DG_VERSION', '4.4.4' );
    1616
    1717if ( version_compare( PHP_VERSION, '5.3', '<' ) ) {
  • document-gallery/trunk/document-gallery.php

    r1746910 r3004036  
    66  Plugin URI: https://wordpress.org/plugins/document-gallery/
    77  Description: Display non-images (and images) in gallery format on a page or post with the [dg] shortcode.
    8   Version: 4.4.3
     8  Version: 4.4.4
    99  Author: Dan Rossiter
    1010  Author URI: http://danrossiter.org/
     
    1313 */
    1414
    15 define( 'DG_VERSION', '4.4.3' );
     15define( 'DG_VERSION', '4.4.4' );
    1616
    1717if ( version_compare( PHP_VERSION, '5.3', '<' ) ) {
Note: See TracChangeset for help on using the changeset viewer.