forked from rilwis/taxonomy-meta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
62 lines (39 loc) · 1.67 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
=== Taxonomy Meta ===
Contributors: rilwis
Donate link: http://www.deluxeblogtips.com/donate
Tags: custom-fields, custom-field, meta, taxonomy, term
Requires at least: 3.3
Tested up to: 4.6.1
Stable tag: 1.2
Taxonomy Meta plugin helps you easily add meta values to terms, mimic custom post fields
== Description ==
Provides APIs to implement custom fields for terms.
Support input types: text, textarea, checkbox, radio box, select, wysiwyg, file upload, image upload, date, time, color
[Project Page](http://www.deluxeblogtips.com/taxonomy-meta-script-for-wordpress) | [GitHub](https://github.com/rilwis/taxonomy-meta) | [Documentation](http://www.deluxeblogtips.com/taxonomy-meta-script-for-wordpress) | [Support](http://www.deluxeblogtips.com/support) | [Donate](http://www.deluxeblogtips.com/donate)
== Installation ==
1. Unzip the download package
1. Upload `taxonomy-meta` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. See `taxonomy-meta-usage.php` for usage
== Frequently Asked Questions ==
== Screenshots ==
== Changelog ==
= 1.2 =
- Improvement: Better enqueue scripts and styles
- Improvement: File and image upload now use new media uploader
- Fix bug: not saving wysiwyg field
= 1.1.6 =
- Improvement: Remove redundant code for WYSIWYG field
- Improvement: Not using Google CDN for jQueryUI, use WordPress's
- Improvement: Better demo usage
= 1.1.5 =
- Improvement: Allows using `<optgroup>` for selects
= 1.1.4 =
- Fix bug: Call by reference
- Improvement: WP coding standards
- Improvement: Better wysiwyg field
= 1.1.3 =
- Updated enqueuing of styles and scripts
= 1.1.2 =
- Fix image uploader
== Upgrade Notice ==