Skip to content

Commit

Permalink
Updated readme with 1.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeselander committed Dec 15, 2017
1 parent c0765c6 commit 99afe7d
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<tr>
<td align="left" width="70">
<strong>HM Custom Meta Boxes for WordPress</strong><br />
A framework for easily adding custom fields to the WordPress post edit page
A framework for easily adding custom fields to the WordPress post edit page
</td>
<td align="center" width="20%">
<img src="https://hmn.md/content/themes/hmnmd/assets/images/hm-logo.svg" width="100" />
Expand Down Expand Up @@ -61,7 +61,23 @@ See [CONTRIBUTING.md](https://github.com/humanmade/Custom-Meta-Boxes/blob/master
## Changelog ##

**1.1**
* Added `capability` option to individual fields and groups

_Enhancements_
- Added group field filter
- Cleaned up file upload styles
- Added Hindi translation (props @ajitbohra)
- Move all field classes to their own files
- Add min/max attributes to number input (props @shadvb)
- Use site language with Google Maps field (props @barryceelen)

_Bug Fixes_
- Filter all arguments, not just select ones
- Only attempt to call getimagesize() if the icon is local (props @joehoyle)
- Add Dutch and German translations (props @barryceelen)
- Align the file button vertically (props @ocean90)
- Fix for multiple wysiwyg fields not displaying in groups (props @tareiking)
- Fix incorrect gmap grouped field structure (props @dan-westall)
- Fix enqueuing of cmb-scripts (props @barryceelen)

**1.0.3**
* Fix repeatable fields bugs (props @barryceelen )
Expand Down

0 comments on commit 99afe7d

Please sign in to comment.