GithubHelp home page GithubHelp logo

acf-repeater's Introduction

=== Advanced Custom Fields: Repeater Field ===
Contributors: elliotcondon
Requires at least: 3.6.0
Tested up to: 4.9.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Break free from static inputs and create multiple rows of loop-able data

== Description ==

The Repeater field acts as a table of data where you can define the columns (sub fields) and add infinite rows.
Any type of field can be added as a sub field which gives you the potential to create very flexible templates.

http://www.advancedcustomfields.com/add-ons/repeater-field/


== Installation ==

This software can be treated as both a WP plugin and a theme include.
However, only when activated as a plugin will updates be available/

= Plugin =
1. Copy the 'acf-repeater' folder into your plugins folder
2. Activate the plugin via the Plugins admin page

= Include =
1. Copy the 'acf-repeater' folder into your theme folder (can use sub folders)
   * You can place the folder anywhere inside the 'wp-content' directory
2. Edit your functions.php file and add the following code to include the field:

`
include_once('acf-repeater/acf-repeater.php');
`
3. Make sure the path is correct to include the acf-repeater.php file
4. Remove the acf-repeater-update.php file from the folder.


== Changelog ==

= 2.0.1 =
* Minor fixes and improvements

= 2.0.0 =
* Added support for ACF version 5

= 1.1.1 =
* Fixed CSS bug causing any nested flexible content fields to not display add/remove buttons for each layout
* Fixes CSS bug causing cropped tables on small screen sizes

= 1.1.0 =
* Added Support for sub field conditional logic
* Added Support for sub field required validation
* Updated UI for 'column width' option (prepend %)
* Updated UI for 'Maximum Rows' option (can be left blank)
* Updated JS to use .on function instead of .live
* Added new update script allowing distribution in premium plugins / themes

= 1.0.1 =
* [Updated] Updated sub field type list to remove 'Tab' as this does not work as a sub field

= 1.0.0 =
* [Updated] Updated update_field parameters
* Official Release

= 0.1.2 =
* [IMPORTANT] This update requires the latest ACF v4 files available on GIT - https://github.com/elliotcondon/acf4
* [Added] Added category to field to appear in the 'Layout' optgroup
* [Updated] Updated dir / path code to use acf filter

= 0.1.1 =
* [IMPORTANT] This update requires the latest ACF v4 files available on GIT - https://github.com/elliotcondon/acf4
* [Updated] Updated naming conventions in field group page

= 0.1.0 =
* [Fixed] Fix wrong str_replace in $dir

= 0.0.9 =
* [Updated] Drop support of old filters / actions

= 0.0.8 =
* [Fixed] Fix bug causing sub fields to not display choices correctly

= 0.0.7 =
* [IMPORTANT] This update requires the latest ACF v4 files available on GIT - https://github.com/elliotcondon/acf4
* [Fixed] Fixed bug where field would appear empty after saving the page. This was caused by a cache conflict which has now been avoided by using the format_value filter to load sub field values instead of load_value

= 0.0.6 =
* [Updated] Update save method to use uniqid for field keys, not pretty field keys

= 0.0.5 =
* [Fixed] Fix wrong css / js urls on WINDOWS server.

= 0.0.4 =
* [Fixed] Fix bug preventing WYSIWYG sub fields to load.

= 0.0.3 =
* [Fixed] Fix load_field hook issues with nested fields.

= 0.0.2 =
* [Fixed] acf_load_field-${parent_hook}-${child_hook} now works!

= 0.0.1 =
* Initial Release.

acf-repeater's People

Contributors

wab avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.