Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan de Jong committed Oct 1, 2014
1 parent ed85a9c commit a07e9d1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 16 deletions.
31 changes: 23 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,38 @@
# ACF Sites Field
=== Advanced Custom Fields: Sites Field ===
Contributors: tigerton, jonathan-dejong
Tags: sites, wpmu, acf, advanced custom fields
Requires at least: 3.5
Tested up to: 4.0
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

### Description
Adds a ’Sites’ field type for the [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/) WordPress plugin.

Adds a 'ACF Sites' field type for the [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/) WordPress plugin.
== Description ==

This field type gives the user the option to choose from displaying sites as a drop down or as checkboxes (to allow for multiple selections). These sites IDs are then saved and can be retrieved for any kind of use. You might use this to have an ads post type which can be set to be displayed on a single or multiple sites in a network.. just as an example!

### Compatibility
= Compatibility =

This ACF field type is compatible with:
* ACF 5
* ACF 4

### Installation
== Installation ==

1. Copy the `acf-sites` folder into your `wp-content/plugins` folder
2. Activate the Sites plugin via the plugins admin page
2. Activate the ACF - Sites plugin via the plugins admin page
3. Create a new field via ACF and select the Sites type
4. Please refer to the description for more info regarding the field type settings

### Changelog
Please see `readme.txt` for changelog
== Changelog ==

= 1.0.0 =
* Initial Release.

= 1.1.0 =
* This update adds support for ACF 5.0. It also deprecates ACF 3 so users with ACF3 need to use the previous version of this add-on or update ACF (highly recommended)

= 1.1.1 =
* Bugfix - non selected items are no longer automatically selected (same for checkboxes)
14 changes: 6 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
=== Advanced Custom Fields: FIELD_LABEL Field ===
Contributors: AUTHOR_NAME
Tags: PLUGIN_TAGS
=== Advanced Custom Fields: Sites Field ===
Contributors: tigerton, jonathan-dejong
Tags: sites, wpmu, acf, advanced custom fields
Requires at least: 3.5
Tested up to: 3.8.1
Tested up to: 4.0
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

DESCRIPTION
Adds a ’Sites’ field type for the [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/) WordPress plugin.

Adds a 'ACF Sites' field type for the [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/) WordPress plugin.

EXTENDED_DESCRIPTION
== Description ==

This field type gives the user the option to choose from displaying sites as a drop down or as checkboxes (to allow for multiple selections). These sites IDs are then saved and can be retrieved for any kind of use. You might use this to have an ads post type which can be set to be displayed on a single or multiple sites in a network.. just as an example!

Expand Down

0 comments on commit a07e9d1

Please sign in to comment.