|
4 | 4 |
|
5 | 5 | ### Added |
6 | 6 |
|
7 | | -* Added `show_screen_options` to all types meta method that can turn off screen options tab. |
8 | | -* Added `show_help_tabs` to all types meta method that can turn off help tab. |
9 | | -* Added `help` method to all types which can be used to add help tabs. |
10 | | -* Added `help_sidebar` method to all types which can be used to add help tabs sidebar content. |
11 | | -* Added support for taxonomy types with support for term meta. |
12 | | -* Added `wp papi term` command like post command. |
13 | | -* Added `mce_buttons` settings to editor property. |
14 | | -* Added `media_buttons`, `teeny` and `drag_drop_upload` settings to editor property. |
15 | | -* Added vertical boxes support [#148](https://github.com/wp-papi/papi/issues/159). |
16 | | -* Added support for saving properties on revision posts and restoring revision data. |
17 | | -* Added `display` option to box options in order to control if the box should be displayed or not. |
18 | | -* Added support for repeaters inside repeaters. |
19 | | -* Added support for repeaters inside flexibles. |
20 | | -* Added support for render html in `Publish box` with `publish_box` method. |
21 | | -* Added `papi_get_entry_type_css_class` to get the css class that is added to body for a entry type. |
22 | | -* Added support for autosaving fields. |
23 | | -* Added support for group inside flexibles. |
24 | | -* Added support for group inside repeaters. |
25 | | -* Added `body_classes` method to all types which can be used to add custom body classes. |
26 | | -* Added `show_permalink` to page type so permalink div can be hidden. |
| 7 | +* Added: `show_screen_options` to all types meta method that can turn off screen options tab. |
| 8 | +* Added: `show_help_tabs` to all types meta method that can turn off help tab. |
| 9 | +* Added: `help` method to all types which can be used to add help tabs. |
| 10 | +* Added: `help_sidebar` method to all types which can be used to add help tabs sidebar content. |
| 11 | +* Added: Support for taxonomy types with support for term meta. |
| 12 | +* Added: `wp papi term` command like post command. |
| 13 | +* Added: `mce_buttons` settings to editor property. |
| 14 | +* Added: `media_buttons`, `teeny` and `drag_drop_upload` settings to editor property. |
| 15 | +* Added: Vertical boxes support [#148](https://github.com/wp-papi/papi/issues/159). |
| 16 | +* Added: Support for saving properties on revision posts and restoring revision data. |
| 17 | +* Added: `display` option to box options in order to control if the box should be displayed or not. |
| 18 | +* Added: Support for repeaters inside repeaters. |
| 19 | +* Added: Support for repeaters inside flexibles. |
| 20 | +* Added: Support for render html in `Publish box` with `publish_box` method. |
| 21 | +* Added: `papi_get_entry_type_css_class` to get the css class that is added to body for a entry type. |
| 22 | +* Added: Support for autosaving fields. |
| 23 | +* Added: Support for group inside flexibles. |
| 24 | +* Added: Support for group inside repeaters. |
| 25 | +* Added: `body_classes` method to all types which can be used to add custom body classes. |
| 26 | +* Added: `show_permalink` to page type so permalink div can be hidden. |
27 | 27 |
|
28 | 28 | ### Changed |
29 | 29 |
|
30 | | -* Updated cross icon for file property with new color [#158](https://github.com/wp-papi/papi/pull/158). |
31 | | -* Updated so `$id` param for `papi_get_slugs` is optional. |
32 | | -* Updated so group property is stored as a repeater but only with one row and not a standalone properties. |
| 30 | +* Updated: Cross icon for file property with new color [#158](https://github.com/wp-papi/papi/pull/158). |
| 31 | +* Updated: `$id` param for `papi_get_slugs` is optional. |
| 32 | +* Updated: Group property is stored as a repeater but only with one row and not a standalone properties. |
33 | 33 |
|
34 | 34 | ### Removed |
35 | 35 |
|
36 | | -* Removed Papi tool page. |
| 36 | +* Removed: Papi tool page. |
37 | 37 |
|
38 | 38 | ## [3.0.7](https://github.com/wp-papi/papi/releases/tag/v3.0.7) - 2016-05-09 |
39 | 39 |
|
|
0 commit comments