Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Oct 19, 2019
1 parent 1342a6c commit 8eb2252
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# CHANGELOG

## 7.0.0 (upcoming)
## 7.0.0 (released 2019-10-19)

- Added API with field classes
- Added new field classes API
- Removed acf_* helper functions
- Removed is_layout helper functions
- Removed clone field support

## 6.0.0 (released 2018-09-13)

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ Name | Description
`conditionalLogic()` | Once enabled, more settings will appear to customize the logic which determines if the current field should be visible or not. Groups of conditional logic can be created to allow for multiple and/or statements. The available [toggle](#choice-fields) fields are limited to those which are of the type select, checkbox, true/false, radio.
`defaultValue()` | The default value if no value has yet been saved.
`wrapper()` | The array of attributes given to the field element such as width, class and id.
`append()` | The append value adds a visual text element before the input.
`prepend()` | The prepend value adds a visual text element before the input.

### Basic Fields

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "7.0-dev"
"dev-master": "7.0-dev"
}
},
"autoload": {
Expand Down

0 comments on commit 8eb2252

Please sign in to comment.