Skip to content

Commit 87a50a5

Browse files
committed
Update changelog
1 parent 9a4dd4b commit 87a50a5

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

CHANGELOG.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,36 @@
44

55
### Added
66

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.
2727

2828
### Changed
2929

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.
3333

3434
### Removed
3535

36-
* Removed Papi tool page.
36+
* Removed: Papi tool page.
3737

3838
## [3.0.7](https://github.com/wp-papi/papi/releases/tag/v3.0.7) - 2016-05-09
3939

0 commit comments

Comments
 (0)