Version Description
- Merge for changes in 1.0 did not go through correctly so users downloaded the old icon set which broke the functioning. Sorry about that, but all is resolved with this release!
Download this release
Release Info
Developer | dan.rossiter |
Plugin | Document Gallery |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- document-gallery.php +1 -1
- readme.txt +6 -1
document-gallery.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Document Gallery
|
4 |
Description: Display non-images in gallery format on page.
|
5 |
-
Version: 1.0.
|
6 |
Author: Dan Rossiter
|
7 |
Author URI: http://danrossiter.org/
|
8 |
License: GPL2
|
2 |
/*
|
3 |
Plugin Name: Document Gallery
|
4 |
Description: Display non-images in gallery format on page.
|
5 |
+
Version: 1.0.2
|
6 |
Author: Dan Rossiter
|
7 |
Author URI: http://danrossiter.org/
|
8 |
License: GPL2
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: dan.rossiter
|
|
3 |
Tags: attachments, icons, documents, gallery
|
4 |
Requires at least: 2.6
|
5 |
Tested up to: 3.5
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -64,6 +64,11 @@ code wherever you would like it to appear: `<?php echo do_shortcode('[dg]'); ?>`
|
|
64 |
* Support for adding your own filetypes/icons.
|
65 |
* Whatever else **you** would like (post on the [support forum](http://wordpress.org/support/plugin/document-gallery) if you have ideas)!
|
66 |
|
|
|
|
|
|
|
|
|
|
|
67 |
= 1.0.1 =
|
68 |
|
69 |
* Resolved issue with long document titles being cut off in some themes.
|
3 |
Tags: attachments, icons, documents, gallery
|
4 |
Requires at least: 2.6
|
5 |
Tested up to: 3.5
|
6 |
+
Stable tag: 1.0.2
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
64 |
* Support for adding your own filetypes/icons.
|
65 |
* Whatever else **you** would like (post on the [support forum](http://wordpress.org/support/plugin/document-gallery) if you have ideas)!
|
66 |
|
67 |
+
= 1.0.2 =
|
68 |
+
|
69 |
+
* Merge for changes in 1.0 did not go through correctly so users downloaded the old icon set which broke the functioning. Sorry about that, but
|
70 |
+
all is resolved with this release!
|
71 |
+
|
72 |
= 1.0.1 =
|
73 |
|
74 |
* Resolved issue with long document titles being cut off in some themes.
|