-
Notifications
You must be signed in to change notification settings - Fork 12
/
readme.txt
executable file
·47 lines (32 loc) · 1.36 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
=== Gallery Metabox ===
Contributors: billerickson
Tags: gallery, image, images, metabox
Requires at least: 3.0
Tested up to: 4.3
Stable tag: 1.5
Displays all the post's attached images on the Edit screen.
== Description ==
NOTE: This uses the old media gallery interface, and I have no plans to change this.
I use the WordPress Gallery a lot on websites I build. It's a wonderful tool, but it's hard to find. Instead of telling users "Click the first icon next to Upload/Insert, then click the gallery tab", I created this simple plugin to display all the attached images in a metabox.
It's also customizable for developers (see documentation).
[Documentation](https://github.com/billerickson/Gallery-Metabox/wiki) | [Support Forum](https://github.com/billerickson/Gallery-Metabox/issues)
== Changelog ==
= 1.6 =
* Localize theme and include Portuguese translation
= 1.5 =
* Fix multisite issue. See issue #3 on GitHub
* Rebuild the plugin as a class, props @norcross
* Rebuild AJAX refresh according to WP Standards, props @norcross
= 1.4 =
* Fixed an issue of compatiblity with other plugins
= 1.3 =
* AJAX Refresh of metabox (thanks Zlatko Salbut)
* Add output filter
* Add image description as title
= 1.2 =
* Fix query reset issue (first fix didn't work)
= 1.1 =
* Fix query reset issue
= 1.0 =
* Release of plugin
* Added italian translation (thanks mad_max)