Changeset 1746910
- Timestamp:
- 10/15/2017 06:25:29 PM (8 years ago)
- Location:
- document-gallery/trunk
- Files:
-
- 3 edited
-
CHANGELOG.md (modified) (1 diff)
-
README.txt (modified) (2 diffs)
-
document-gallery.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
document-gallery/trunk/CHANGELOG.md
r1700899 r1746910 1 1 # 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. 2 6 3 7 ## 4.4.2 -
document-gallery/trunk/README.txt
r1700899 r1746910 5 5 Requires at least: 4.2 6 6 Tested up to: 4.8 7 Stable tag: 4.4. 27 Stable tag: 4.4.3 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 471 471 [issue tracker](https://github.com/thenadz/document-gallery/issues). 472 472 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 473 477 = 4.4.2 = 474 478 * **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 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. 28 Version: 4.4.3 9 9 Author: Dan Rossiter 10 10 Author URI: http://danrossiter.org/ … … 13 13 */ 14 14 15 define( 'DG_VERSION', '4.4. 2' );15 define( 'DG_VERSION', '4.4.3' ); 16 16 17 17 if ( version_compare( PHP_VERSION, '5.3', '<' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.