Skip to content

Commit

Permalink
Complete revamp of the entire addon.
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan de Jong <[email protected]>
  • Loading branch information
Jonathan de Jong committed Oct 8, 2016
1 parent 003bb5a commit 6e30e5c
Show file tree
Hide file tree
Showing 18 changed files with 1,721 additions and 1,449 deletions.
35 changes: 11 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,25 @@
=== 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
# ACF Sites Field

Adds a ’Sites’ field type for the [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/) WordPress plugin.
Adds a sites field type to ACF. Allows for selection of one or multiple sites in a multisite network.

== 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!
### Description

= Compatibility =
Adds a sites field type to ACF. Allows for selection of one or multiple sites in a multisite network.

### 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 ACF - Sites plugin via the plugins admin page
2. Activate the 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 ==

= 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)
### Changelog
Please see `readme.txt` for changelog
Loading

0 comments on commit 6e30e5c

Please sign in to comment.