Skip to content

Commit

Permalink
Merge tag '0.1.7' into develop
Browse files Browse the repository at this point in the history
- Fix attachment using the wrong query builder;
- Fix connection issues on posts;
- Fix image fields when the image does not exist;
- Prevent exception for missing custom fields;
- Add `Flexible Content` field;
- Add tests for Flexible Content field;
- Fix issues when selecting a post or gallery as custom field;
- Fix custom fields with empty values;
- Add tests for empty custom fields;
- Avoid processing gallery with no items.
  • Loading branch information
jgrossi committed Feb 15, 2017
2 parents 9bc8696 + 45a29bd commit a7e0be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ First we should create the fields classes and the test cases. After we have to s
| Date Time Picker | ok | [@jgrossi](http://github.com/jgrossi) | `Carbon\Carbon` |
| Time Picker | ok | [@jgrossi](http://github.com/jgrossi) | `Carbon\Carbon` |
| Color Picker | ok | [@jgrossi](http://github.com/jgrossi) | `string` |
| Repeater | partially | [@jgrossi](http://github.com/jgrossi) | `Collection` of fields |
| Flexible Content | missing | | |
| Repeater | ok | [@jgrossi](http://github.com/jgrossi) | `Collection` of fields |
| Flexible Content | ok | [@marcoboom](http://github.com/marcoboom) | `Collection` |

# Contributing

Expand Down

0 comments on commit a7e0be8

Please sign in to comment.