forked from pixelgrade/pixtypes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
71 lines (45 loc) · 1.63 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
63
64
65
66
67
68
69
70
71
=== PixTypes ===
Contributors: pixelgrade, euthelup, babbardel, vlad.olaru
Tags: custom, post-types, metadata
Requires at least: 4.0.0
Tested up to: 4.3.0
Stable tag: 1.3.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A WordPress plugin for managing custom post types and custom meta boxes from a theme.
== Description ==
With [PixTypes](https://github.com/pixelgrade/pixtypes) you can allow your theme to define what custom post types or meta-boxes should be active when your theme is up
Note: This plugin is addressed to developers, it doesn't do nothing if it isn't [properly configured](https://github.com/pixelgrade/pixtypes#pixytpes_config).
== Installation ==
1. First you will need to configure your theme to [define PixTypes settings](https://github.com/pixelgrade/pixtypes#pixytpes_config)
2. Install PixTypes either via the WordPress.org plugin directory, or by uploading the files to your `/wp-content/plugins/` directory
3. After activating PixTypes all your custom post-types should be visible now.
== Changelog ==
= 1.3.2 =
WordPress 4.3 compatibility
Fixed Sticky buttons for the PixBuilder field
= 1.3.1 =
* Allow portfolio to be a jetpack compatible type
* Small fixes to the gallery field
= 1.2.10 =
* Show / Hide options bug fix
= 1.2.9 =
* Gmap pins added
= 1.2.6 =
* Builder field added
* Support for wp 4.0
* Small fixes
= 1.2.2 =
* Small fixes to metaboxes
= 1.2.1 =
* Github Updater slug fix
* And small fixes...
= 1.2.0 =
* Ajax Update
* Gallery Metabox works now even if there is no wp-editor on page
* And small fixes...
= 1.1.0 =
* Add admin panel
* Fixes
= 1.0.0 =
* Here we go