Plugin Directory

Changeset 1746910


Ignore:
Timestamp:
10/15/2017 06:25:29 PM (8 years ago)
Author:
dan.rossiter
Message:

Releasing version 4.4.3

Location:
document-gallery/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • document-gallery/trunk/CHANGELOG.md

    r1700899 r1746910  
    11# Changelog
     2
     3## 4.4.3
     4* **Bug Fix:** The pagination logic was not working correctly, resulting in the gallery not returning to the
     5  top after changing to a new page in some situations.
    26
    37## 4.4.2
  • document-gallery/trunk/README.txt

    r1700899 r1746910  
    55Requires at least: 4.2
    66Tested up to: 4.8
    7 Stable tag: 4.4.2
     7Stable tag: 4.4.3
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    471471[issue tracker](https://github.com/thenadz/document-gallery/issues).
    472472
     473= 4.4.3 =
     474* **Bug Fix:** The pagination logic was not working correctly, resulting in the gallery not returning to the
     475  top after changing to a new page in some situations.
     476
    473477= 4.4.2 =
    474478* **Enhancement:** When pagination is enabled for a gallery, navigating to another page will now scroll the page
  • document-gallery/trunk/document-gallery.php

    r1700899 r1746910  
    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.2
     8  Version: 4.4.3
    99  Author: Dan Rossiter
    1010  Author URI: http://danrossiter.org/
     
    1313 */
    1414
    15 define( 'DG_VERSION', '4.4.2' );
     15define( 'DG_VERSION', '4.4.3' );
    1616
    1717if ( version_compare( PHP_VERSION, '5.3', '<' ) ) {
Note: See TracChangeset for help on using the changeset viewer.