Skip to content

Commit

Permalink
- Add support for Github Updater
Browse files Browse the repository at this point in the history
- Update readme
  • Loading branch information
nlemoine committed Dec 3, 2018
1 parent 97fa97e commit 4b3b14d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Adds a 'Country' field type for the [Advanced Custom Fields](http://wordpress.or
- Dropped support for older PHP & ACF versions, new requirements are:
- ACF 5.7+
- PHP 5.4+
- Return format has changed. To better stick to ACF and make use of ACF functions, ACF Country will now return values the same way select field do.
- Return format has changed. To better stick to ACF and make use of ACF functions, ACF Country will now return values the same way select field do. `['FR' => 'France']` will now look like `['label' => 'France', 'value' => 'FR']`

Looking for a ACF pre 5.7 support? Check the [1.0 branch](https://github.com/nlemoine/acf-country/tree/1.0).

### Overview

Expand Down
1 change: 1 addition & 0 deletions acf-country.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Version: 2.0.0
Author: Nicolas Lemoine
Author URI: https://helloni.co/
GitHub Plugin URI: https://github.com/nlemoine/acf-country
License: MIT License
License URI: http://opensource.org/licenses/MIT
Expand Down

0 comments on commit 4b3b14d

Please sign in to comment.