| 1 |
=== Themify Metabox === |
| 2 |
Contributors: themifyme |
| 3 |
Plugin Name: Themify Metabox |
| 4 |
Tags: metabox, meta-box, fields, settings, option, custom-fields, admin |
| 5 |
Requires at least: 3.0 |
| 6 |
Tested up to: 5.1 |
| 7 |
Stable tag: 1.0.4 |
| 8 |
|
| 9 |
Metabox creation tool with advanced features. |
| 10 |
|
| 11 |
== Description == |
| 12 |
|
| 13 |
Easily create metaboxes for your posts and custom post types, or for user profiles. |
| 14 |
Please note, this plugin is intended for developers, to see how to use this plugin you can checkout the "example-functions.php" file inside the plugin. |
| 15 |
|
| 16 |
Supported field types |
| 17 |
|
| 18 |
* <strong>textbox</strong>: general text input |
| 19 |
* <strong>image</strong>: image uploader, allows user to upload images directly or use the WordPress media browser |
| 20 |
* <strong>video</strong>: same as "image" but only allows uploading video files |
| 21 |
* <strong>audio</strong>: same as "image" but only allows uploading audio files |
| 22 |
* <strong>dropdown</strong>: multiple choice select field |
| 23 |
* <strong>radio</strong> |
| 24 |
* <strong>checkbox</strong> |
| 25 |
* <strong>color</strong>: color picker |
| 26 |
* <strong>date</strong>: date and time picker, with options to change the formatting of the date |
| 27 |
* <strong>gallery_shortcode</strong>: upload and select multiple images |
| 28 |
* <strong>multi</strong>: allows displaying multiple fields in the same row |
| 29 |
|
| 30 |
== Installation == |
| 31 |
|
| 32 |
1. Upload the whole plugin directory to the `/wp-content/plugins/` directory |
| 33 |
2. Activate the plugin through the 'Plugins' menu in WordPress |
| 34 |
|
| 35 |
== Changelog == |
| 36 |
|
| 37 |
= 1.0.3 = |
| 38 |
* fix assets not loading on admin screen |
| 39 |
* revised JavaScript API for field types |
| 40 |
* new "repeater" field type |
| 41 |
* fix notice messages with empty panel_options |
| 42 |
* fix issue with custom fields display |
| 43 |
* fix compatibility with third party plugins |
| 44 |
|
| 45 |
= 1.0.2 = |
| 46 |
* optimize the data saving for custom fields |
| 47 |
* add "default" parameter to meta fields: the custom field is not saved if it's equivalent to default parameter |
| 48 |
* fix gallery field type showing double label |
| 49 |
* update minicolors script |
| 50 |
* add rgba support to colorpicker inputs |
| 51 |
* fix compatibility with EDD plugin |
| 52 |
|
| 53 |
= 1.0.1 = |
| 54 |
* support for custom fields in user profile screen |
| 55 |
* refactor fields API |
| 56 |
* update example-functions.php file with more fields |
| 57 |
* Fix image field type not showing preview |
| 58 |
* Fix audio and video field showing error in console after media browse |
| 59 |
* allow adjusting 'size' and 'rows' attributes for textarea field type |