PluginProbe ʕ •ᴥ•ʔ
Advanced Custom Fields (ACF®) / 3.2.8
Advanced Custom Fields (ACF®) v3.2.8
6.8.3 6.8.2 6.8.1 5.8.5 5.8.6 5.8.7 5.8.8 5.8.9 5.9.0 5.9.1 5.9.2 5.9.3 5.9.4 5.9.5 5.9.6 5.9.7 5.9.8 5.9.9 6.0.0 6.0.1 6.0.2 6.0.3 6.0.4 6.0.5 6.0.6 6.0.7 6.1.0 6.1.1 6.1.2 6.1.3 6.1.4 6.1.5 6.1.6 6.1.7 6.1.8 6.2.0 6.2.1 6.2.2 6.2.3 6.2.4 6.2.5 6.2.6 6.2.6.1 6.2.7 6.2.8 6.2.9 6.3.0 6.3.1 6.3.10.2 6.3.11 6.3.12 6.3.2 6.3.3 6.3.4 6.3.5 6.3.6 6.3.6.1 6.4.0 6.4.0.1 6.4.1 6.4.2 6.4.3 6.5.0 6.5.1 6.6.0 6.6.1 6.6.2 6.7.0 6.7.1 6.7.2 6.8.0 trunk 1.0.0 1.0.2 1.0.3 1.0.5 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1.1 2.1.3 2.1.4 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.6 3.0.7 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.5.3 3.5.4 3.5.5 3.5.6 3.5.7 3.5.8 4.0.0 4.0.1 4.0.2 4.0.3 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.8 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.3.2 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7 4.3.8 4.3.9 4.4.0 4.4.1 4.4.10 4.4.11 4.4.12 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 5.10 5.10.1 5.10.2 5.11 5.11.1 5.11.2 5.11.3 5.11.4 5.12 5.12.1 5.12.2 5.12.3 5.12.4 5.12.5 5.12.6 5.6.10 5.6.2 5.6.3 5.6.4 5.6.5 5.6.6 5.6.7 5.6.8 5.6.9 5.7.0 5.7.1 5.7.10 5.7.12 5.7.13 5.7.2 5.7.3 5.7.4 5.7.5 5.7.6 5.7.7 5.7.8 5.7.9 5.8.0 5.8.1 5.8.10 5.8.11 5.8.12 5.8.13 5.8.14 5.8.2 5.8.3 5.8.4
advanced-custom-fields / readme.txt
advanced-custom-fields Last commit date
core 13 years ago css 13 years ago images 13 years ago js 13 years ago lang 13 years ago acf.php 13 years ago readme.txt 13 years ago screenshot-1.png 13 years ago screenshot-2.png 13 years ago screenshot-3.png 13 years ago screenshot-4.png 13 years ago
readme.txt
468 lines
1 === Advanced Custom Fields ===
2 Contributors: Elliot Condon
3 Tags: custom, field, custom field, advanced, simple fields, magic fields, more fields, repeater, matrix, post, type, text, textarea, file, image, edit, admin
4 Requires at least: 3.0
5 Tested up to: 3.3
6 Stable tag: 3.3
7
8 Fully customise WordPress edit screens with powerful fields. Boasting a professional interface and a powerfull API, it’s a must have for any web developer working with WordPress.Field types include: Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date picker, color picker and more!
9
10 == Description ==
11
12 Advanced Custom Fields is the perfect solution for any wordpress website which needs more flexible data like other Content Management Systems.
13
14 * Visually create your Fields
15 * Select from multiple input types (text, textarea, wysiwyg, image, file, page link, post object, relationship, select, checkbox, radio buttons, repeater, more to come)
16 * Assign your fields to multiple edit pages (via custom location rules)
17 * Easily load data through a simple and friendly API
18 * Uses the native WordPress custom post type for ease of use and fast processing
19 * Uses the native WordPress metadata for ease of use and fast processing
20
21 = Field Types =
22 * Text (type text, api returns text)
23 * Text Area (type text, api returns text with `<br />` tags)
24 * WYSIWYG (a wordpress wysiwyg editor, api returns html)
25 * Image (upload an image, api returns the url)
26 * File (upload a file, api returns the url)
27 * Select (drop down list of choices, api returns chosen item)
28 * Checkbox (tick for a list of choices, api returns array of choices)
29 * Page Link (select 1 or more page, post or custom post types, api returns the url)
30 * Post Object (select 1 or more page, post or custom post types, api returns post objects)
31 * Date Picker (jquery date picker, options for format, api returns string)
32 * True / False (tick box with message, api returns true or false)
33 * Repeater (ability to create repeatable blocks of fields!)
34 * Relationship (select and order post objects with a tidy interface)
35 * Color Picker (Farbtastic!)
36
37 = Tested on =
38 * Mac Firefox :)
39 * Mac Safari :)
40 * Mac Chrome :)
41 * PC Firefox :)
42 * PC ie7 :S
43
44 = Website =
45 http://www.advancedcustomfields.com/
46
47 = Documentation =
48 http://www.advancedcustomfields.com/docs/getting-started/
49
50 = Field Type Info =
51 http://www.advancedcustomfields.com/docs/field-types/
52
53 = Bug Submission and Forum Support =
54 http://www.advancedcustomfields.com/support/
55
56 = Please Vote and Enjoy =
57 Your votes really make a difference! Thanks.
58
59
60 == Installation ==
61
62 1. Upload 'advanced-custom-fields' to the '/wp-content/plugins/' directory
63 2. Activate the plugin through the 'Plugins' menu in WordPress
64 3. Click on the new menu itme "Custom Fields" and create your first Custom Field Group!
65 4. Your custom field group will now appear on the page / post / template you specified in the field group's location rules!
66 5. Read the documentation to display your data:
67
68
69 == Frequently Asked Questions ==
70
71 = Q. I have a question =
72 A. Chances are, someone else has asked it. Check out the support forum at:
73 http://www.advancedcustomfields.com/support/
74
75
76 == Screenshots ==
77 1. Creating the Advanced Custom Fields
78
79 2. Adding the Custom Fields to a page and hiding the default meta boxes
80
81 3. The Page edit screen after creating the Advanced Custom Fields
82
83 4. Simple and intuitive API. Read the documentation at: http://www.advancedcustomfields.com/docs/functions/
84
85
86 == Changelog ==
87
88 = 3.2.8 =
89 * [Added] Repeater - Add option for min rows + max rows - http://www.advancedcustomfields.com/support/discussion/2111/repeater-empty-conditional-statements#Item_4
90 * [Fixed] Test / Fix Chrome Double WYSIWYG. Again...
91 * [Added] Add "future" to post status options - http://advancedcustomfields.com/support/discussion/1975/changed-line-81-and-94-of-corefieldspost_object-to-show-future-entries
92 * [Added] Make image sizes strings "Pretty" for preview size options
93 * [Fixed] Test / Fix WYSIWYG insert image inside a repeater bug - http://www.advancedcustomfields.com/support/discussion/2404/problem-with-repeater-wysiwyg-fields-and-images
94
95 = 3.2.7 =
96 * [Fixed] Rename controller classes - http://www.advancedcustomfields.com/support/discussion/2363/fatal-error-after-update-to-3.2.6
97 * [Added] Add edit button to image / file fields
98 * [Fixed] WYSIWYG toolbar buttons dissapearing in HTML tab mode
99
100 = 3.2.6 =
101 * [Fixed] Fix flexible content inside repeater add extra row jquery bug - http://www.advancedcustomfields.com/support/discussion/2134/add-flexible-content-button-in-repeater-field-adds-new-repeater-row
102 * [Added] Add suppress_filters to relationship field for WPML compatibility - http://www.advancedcustomfields.com/support/discussion/comment/5401#Comment_5401
103 * [Added] Add new German translation - http://www.advancedcustomfields.com/support/discussion/2197/german-translation
104 * [Added] Add new Italian translation - Alessandro Mignogna (www.asernet.it)
105 * [Added] Add new Japanese translation - http://www.advancedcustomfields.com/support/discussion/2219/japanese-translation
106 * [Fixed] Test / Fix WYSIWYG removing p tags - http://www.advancedcustomfields.com/support/discussion/comment/5482#Comment_5482
107 * [Added] edit basic toolbar buttons to match WP teeny mode - WYSIWYG
108 * [Fixed] Test front end form hiding - http://www.advancedcustomfields.com/support/discussion/2226/frontend-form-disppears-on-acf-3.2.5
109 * [Fixed] Test saving user custom fields - http://www.advancedcustomfields.com/support/discussion/2231/custom-fields-not-saving-data-on-initial-user-registration
110 * [Fixed] Fix options page translation bug - http://www.advancedcustomfields.com/support/discussion/2098/change-language-and-options-page-fields-disappear
111 * [Fixed] Pages rule not returning private pages - http://www.advancedcustomfields.com/support/discussion/2275/attach-field-group-to-privately-published-pages
112 * [Added] Add custom add_image_size() Image field preview sizes - http://www.advancedcustomfields.com/support/discussion/comment/5800#Comment_5800
113
114 = 3.2.5 =
115 * [IMPORTANT] Change field group option "Show on page" to "Hide on Screen" to allow for future proof adding new elements to list. Previously exported and registered field groups via PHP will still work as expected! This change will prompt you for a database upgrade.
116 * [Added] Add in edit button to upload image / file thickbox
117 * [Improved] Changed loading default values. Now behaves as expected!
118 * [Fixed] Test / Fix full screen mode dissapearing from editor - http://www.advancedcustomfields.com/support/discussion/2124/full-screen-button-for-zen-mode-is-gone
119 * [Fixed] get_field returning false for 0 - http://advancedcustomfields.com/support/discussion/2115/get_field-returns-false-if-field-has-value-0
120 * [Improved] Improve relationship sortable code with item param - http://www.advancedcustomfields.com/support/discussion/comment/3536#Comment_3536
121 * [Fixed] IE category js bug - http://www.advancedcustomfields.com/support/discussion/2127/ie-78-category-checkbox-bug
122 * [Fixed] Flexible content field row css bug - http://www.advancedcustomfields.com/support/discussion/2126/space-between-fields-is-a-little-tight-in-3.2.33.2.4
123 * [Fixed] Repeater row limit in flexible field bug - http://www.advancedcustomfields.com/support/discussion/1635/repeater-with-row-limit-of-1-inside-flexible-field-no-rows-show
124 * [Fixed] Fix update message - appears on first activation
125 * [Fixed] Fix options page sidebar drag area - no border needed
126 * [Fixed] Fix export options page activation - http://www.advancedcustomfields.com/support/discussion/2112/options-page-not-working-in-functions.php
127
128 = 3.2.4 =
129 * [Fixed] Remove translation from validation class - http://www.advancedcustomfields.com/support/discussion/2110/custom-validation-broken-in-other-languages
130 * [Fixed] Test fix WYSIWYG insert media issues
131 * [Added] Add Excerpt to the field group "show on page" options
132
133 = 3.2.3 =
134 * [Fixed] Include Wysiwyg scripts / styles through the editor class
135 * [Fixed] Wysiwyg in repeater not working
136 * [Fixed] Remove Swedish translation until string / js bugs are fixed
137 * [Fixed] Checkbox array value issue: http://wordpress.org/support/topic/plugin-advanced-custom-fields-php-warning-in-corefieldscheckboxphp?replies=6
138 * [Added] Add inherit to relationship posts query - http://www.advancedcustomfields.com/support/discussion/comment/3826#Comment_3826
139 * [Fixed] Relationship shows deleted posts - http://www.advancedcustomfields.com/support/discussion/2080/strange-behavior-of-relationship-field-trash-posts
140 * [Fixed] Wysiwyg editor not working on taxonomy edit page
141
142 = 3.2.2 =
143 * [Fixed] Fix layout bug: Nested repeaters of different layouts
144 * [Fixed] Fix strip slashes bug
145 * [Fixed] Fix nested repeater bug - http://www.advancedcustomfields.com/support/discussion/2068/latest-update-broken-editing-environment-
146 * [Fixed] Test / Fix add multiple images to repeater
147
148 = 3.2.1 =
149 * Field groups can now be added to options page with layout "side"
150 * Fixed debug error when saving a taxonomy:
151 * Fixed unnecessary code: Remove Strip Slashes on save functions
152 * Added new add row buttons to the repeater field and upgraded the css / js
153 * Fixed debug error caused by the WYSIWYG field: wp_tiny_mce is deprecated since version 3.3! Use wp_editor() instead.
154 * Fixed duplicate field error where all sub fields became repeater fields.
155 * Add Swedish translation: http://advancedcustomfields.com/support/discussion/1993/swedish-translation
156 * CSS improvements
157 * Fixed IE9 Bug not returning an image preview on upload / select
158 * Fixed Multi export php syntax bug.
159
160 = 3.2.0 =
161 * Fixed Browser bug with Flexible Field: Add Row button works again
162 * Added Brazilian Translation. Thanks to Marcelo Paoli Graciano - www.paolidesign.com.br
163 * Reverted input CSS to separate field label / instructions onto new lines.
164
165 = 3.1.9 =
166 * Updated Images / JS - Please hard refresh your browser to clear your cache
167 * Remove caching from acf_field_groups, replace with temp cache
168 * Add "Duplicate Field" on field group edit page
169 * Fix link to documentation on field group edit page
170 * add "update_value" to API
171 * Include new Polish translation
172 * Create a nicer style for flexible content
173 * Create a nicer style for repeater fields with row layout
174 * Create a nicer style for "no metabox" fields
175 * Add Spanish translation. Thanks to @hectorgarrofe
176 * Fix css for options page no metabox
177 * Added custom post_updated_messages
178 * Changed "Drag and drop to reorder" from an image to a string for translation
179
180 = 3.1.8 =
181 * Options page fields now save their data in the wp_options table. This will require a "Database Upgrade" when you update ACF. This upgrade will move your Options page data from the postmeta table to the options table.
182 * Added _e() and __() functions to more text throughout plugin
183 * Added new French translation. Thanks to Martin Vauchel @littlbr http://littleboyrunning.com
184 * Fixed duplicate WYSIWYG in chrome bug
185 * New Location rules: add fields to a user / taxonomy / attachment
186 * Bug Fix: Color picker now shows color on page load. Thanks to Kev http://www.popcreative.co.uk
187 * CSS tweaks File clearfix, new style for selects with optgroups
188 * Simplified get_value to return default value if value == ""
189 * API now allows for "option" and "options" for the $post_id value in API functions
190
191 = 3.1.7 =
192 * Bug fix: Image field returns correct url after selecting one or more images
193 * Translation: Added Polish translation. Thank you Bartosz Arendt - Digital Factory - www.digitalfactory.pl
194 * Update : Added id attribute to all div.field (id="acf-$field_name")
195
196 = 3.1.6 =
197 * New style for buttons
198 * Bug Fix: Repeater maximum row setting was disabling the "add row" button 1 row early.
199 * Performance: Field options are now loaded in via ajax. This results in much less HTML on the edit field group page
200 * Performance: Field inputs are now loaded in via ajax. Again, less HTML on edit screens improves load times / memory usage
201 * Bug Fix: Field groups registered by code were not showing on ajax change (category / page type / page template / etc). To fix this, your field group needs a unique ID. When you export a field group, you will now be given a unique ID to fix this issue. Field groups without a fixed id will still show on page load.
202 * New Option: Repeater field can now have a custom button label
203 * New Option: Flexible content field can now have a custom button label
204 * Improvement: Updated the HTML / CSS for file fields with icon
205 * Bug Fix: Fixed multi upload / select image in repeater.
206 * Performance: Added caching to the get_field function. Templates will now render quicker.
207 * Bug Fix: Fixed Post formats location rule - it now works.
208 * Nested repeaters are now possible!
209
210 = 3.1.5 =
211 * Improvement: Redesigned the experience for uploading and selecting images / files in fields and sub fields. Image / File fields within a repeater can now add multiple images / files
212
213 = 3.1.4 =
214 * New Feature: Front end form (Please read documentation on website for usage)
215 * Performance: compiled all field script / style into 1 .js file
216 * Bug Fix: Editor now remembers mode (Visual / HTML) without causing errors when loading in HTML mode
217 * Improvement: Added draft / private labels to post objects in relationship, post object and page link fields
218
219 = 3.1.3 =
220 * Bug Fix: Options page fields were rendered invisible in v3.1.2 (now fixed)
221 * Updated POT file with new texts
222
223 = 3.1.2 =
224 * New Feature: Required field validation. Note: Repeater / Flexible content fields can be required but their sub fields can not.
225 * Field update: Select field: API now returns false when "null" is selected
226 * Field update: Radio button: When editing a post / page, the radio button will select the first choice if there is no saved value for the field
227 * Bug fix: You can now use a repeater field inside a flexible field! Please note that the_repeater_field will not work as expected. Please use get_sub_field to get the sub repeater field, then use php to loop through it.
228
229 = 3.1.1 =
230 * New Feature: Added shortcode support. usage: [acf field="field_name"]
231 * Bug Fix: Fixed menu disappearing by changing the function "add_menu" to "add_utility_page"
232 * Visual: Changed post object / page link fields to display post type label instead of post type name for the select optgroup label. Thanks to kevwaddell for the code
233
234 = 3.1.0 =
235 * New Field: Flexible Content Field (license required)
236 * Bug Fix: ACF data now saves for draft posts (please do a hard refresh on an edit screen to remove cached js)
237 * Bug fix: Fixed multiple content editors
238
239 = 3.0.7 =
240 * Added export / register support via PHP
241 * Moved menu position under Settings
242 * Improve speed / php memory by introducing cached data
243 * Temp bug fix: sets content editor to "visual mode" to stop wysiwyg breaking
244 * Visual: Removed "Screen Options" tab from the admin acf edit page. Added filter to always show 99 acf's
245 * Minor JS improvements
246
247 = 3.0.6 =
248 * Bug Fix: Location meta box now shows all pages / posts
249 * Bug Fix: upgrade and settings url should now work / avoid conflicts with other plugins
250
251 = 3.0.5 =
252 * Support: use wp native functions to add all user roles to location metabox
253 * Update: gave acf a css update + new menu structure
254 * Bug fix: fixed a few issues with wysiwyg js/css in wp3.3
255 * Bug fix: fixed page_name conflicting with normal pages / posts by adding a "acf_" to the page_name on save / update
256 * Performance: location metabox - limited taxonomies to hierarchial only. Posts and Pages have now been limited to 25
257
258 = 3.0.4 =
259 * Bug fix: WYSIWYG is now compatible with WP 3.3 (May have incidentally added support for gravity forms media button! But not 100% sure...)
260 * Fix : Taxonomy Location rule now only shows hierarchal taxonomies to improve speed and reduce php memory issues
261
262 = 3.0.3 =
263 * New translation: French (thanks to Netactions)
264 * Support: added support for new wp3.3 editor
265 * Bug fix: fixed WYSIWYG editor localised errors
266 * Bug fix: removed trailing commas for ie7
267
268 = 3.0.2 =
269 * New Feature: Added Export tab to export a WP native .xml file
270 * New Option: Relationship / Post type - filter by taxonomy
271 * New Option: default values for checkbox, select and radio
272 * New Function: register_options_page - add custom options pages (Requires the option page addon)
273 * Bug fix: WYSIWYG + repeater button issues
274 * Bug fix: general house keeping
275
276 = 3.0.1 =
277 * Bug Fix - repeater + wysiwyg delete / add duplicate id error
278 * Bug fix - repeater + file - add file not working
279 * Bug Fix - image / file no longer need the post type to support "editor"
280 * WYSIWYG - fixed broken upload images
281 * misc updates to accommodate the soon to be released "Flexible Field"
282
283 = 3.0.0 =
284 * ACF doesn't use any custom tables anymore! All data is saved as post_meta!
285 * Faster and more stable across different servers
286 * Drag-able / order-able metaboxes
287 * Fields extend from a parent object! Now you can create you own field types!
288 * New location rule: Taxonomy
289 * New function: register_field($class, $url);
290 * New Field: Color Picker
291 * New Option: Text + Textarea formatting
292 * New Option: WYSIWYG Show / Hide media buttons, Full / Basic Toolbar buttons (Great for a basic wysiwyg inside a repeater for your clients)
293 * Lots of bug fixes
294
295 = 2.1.4 =
296 * Fixed add image tinymce error for options Page WYSIWYG
297 * API: added new function: update_the_field($field_name, $value, $post_id)
298 * New field: Relationship field
299 * New Option for Relationship + Post Object: filter posts via meta_key and meta_value
300 * Added new option: Image preview size (thumb, medium, large, full)
301 * Fixed duplicate posts double value problem
302 * API update: get_field($repeater) will return an array of values in order, or false (like it used to!)
303 * Radio Button: added labels around values
304 * Post object + Page Link: select drop down is now hierarchal
305 * Input save errors fixed
306 * Add 'return_id' option to get_field / get_sub_field
307 * Many bug fixes
308
309 = 2.1.3 =
310 * Fixed API returning true for repeater fields with no data
311 * Added get_fields back into the api!
312 * Fixed field type select from showing multiple repeater activation messages
313
314 = 2.1.2 =
315 * Fixed repeater sortable bug on options page
316 * Fixed wysiwyg image insert on options page
317 * Fixed checkbox value error
318 * Tidied up javascript + wysiwyg functions
319
320
321 = 2.1.1 =
322 * Fixed Javascript bugs on edit pages
323
324 = 2.1.0 =
325 * Integrate acf_values and wp_postmeta! Values are now saved as custom fields!
326 * Ajax load in fields + update fields when the page / post is modified
327 * API has been completely re written for better performance
328 * Default Value - text / textarea
329 * New upgrade database message / system
330 * Separate upgrade / activate scripts
331 * Select / page link / post object add Null option
332 * Integrate with Duplicate Posts plugin
333 * New location rule: post format
334 * Repeater field attach image to post
335 * Location: add children to drop down menu for page parent
336 * Update script replaces image urls with their id's
337 * All images / Files save as id's now, api formats the value back into a url
338 * Simple CSS + JS improvements
339 * New Field: Radio Buttons (please note Firefox has a current bug with jquery and radio buttons with the checked attribute)
340
341 = 2.0.5 =
342 * New Feature: Import / Export
343 * Bug Fixed: Wysiwyg javascript conflicts
344 * Bug Fixed: Wysiwyg popups conflicting with the date picker field
345 * New style for the date picker field
346
347 = 2.0.4 =
348 * New Addon: Options Page (available on the plugins store: http://plugins.elliotcondon.com/shop/)
349 * API: all functions now accept 'options' as a second parameter to target the options page
350 * API: the_field() now implodes array's and returns as a string separated by comma's
351 * Fixed Bug: Image upload should now work on post types without editor
352 * Fixed Bug: Location rule now returns true if page_template is set to 'Default' and a new page is created
353 * General Housekeeping
354
355 = 2.0.3 =
356 * Added Option: Repeater Layout (Row / Table)
357 * Fixed bug: Now you can search for media in the image / file fields
358 * Added Option: Image field save format (image url / attachment id)
359 * Added Option: File field save format (file url / attachment id)
360 * Fixed bug: Location rules for post categories now work
361 * Added rule: Page parent
362 * Fixed bug: "what's new" button now shows the changelog
363 * included new css style to fit in with WordPress 3.2
364 * minor JS improvements
365
366 = 2.0.2 =
367 * Added new database table "acf_rules"
368 * Removed database table "ac_options"
369 * Updated location meta box to now allow for custom location queries
370 * Hid Activation Code from logged in users
371 * Fixed JS bugs with wp v3.2 beta 2
372 * Added new option "Field group layout" - you can now wrap your fields in a metabox!
373 * General housekeeping
374
375 = 2.0.1 =
376 * Added Field Option: Field Instructions
377 * Added Field Option: Is field searchable? (saves field value as a normal custom field so you can use the field against wp queries)
378 * Added Media Search / Pagination to Image / File thickbox
379 * Added Media Upload support to post types which do not have a Content Editor.
380 * Fixed "Select Image" / "Select File" text on thickbox buttons after upload
381 * Repeater field now returns null if no data was added
382
383 = 2.0.0 =
384 * Completely re-designed the ACF edit page
385 * Added repeater field (unlocked through external purchase)
386 * Fixed minor js bugs
387 * Fixed PHP error handling
388 * Fixed problem with update script not running
389 * General js + css improvements
390
391 = 1.1.4 =
392 * Fixed Image / File upload issues
393 * Location now supports category names
394 * Improved API - now it doesn't need any custom fields!
395 * Fixed table encoding issue
396 * Small CSS / Field changes to ACF edit screen
397
398
399 = 1.1.3 =
400 * Image Field now uses WP thickbox!
401 * File Field now uses WP thickbox!
402 * Page Link now supports multiple select
403 * All Text has been wrapped in the _e() / __() functions to support translations!
404 * Small bug fixes / housekeeping
405 * Added ACF_WP_Query API function
406
407 = 1.1.2 =
408 * Fixed WYSIWYG API format issue
409 * Fixed Page Link API format issue
410 * Select / Checkbox can now contain a url in the value or label
411 * Can now unselect all user types form field options
412 * Updated value save / read functions
413 * Lots of small bug fixes
414
415 = 1.1.1 =
416 * Fixed Slashes issue on edit screens for text based fields
417
418 = 1.1.0 =
419 * Lots of Field Type Bug Fixes
420 * Now uses custom database tables to save and store data!
421 * Lots of tidying up
422 * New help button for location meta box
423 * Added $post_id parameter to API functions (so you can get fields from any post / page)
424 * Added support for key and value for select and checkbox field types
425 * Re wrote most of the core files due to new database tables
426 * Update script should copy across your old data to the new data system
427 * Added True / False Field Type
428
429 = 1.0.5 =
430 * New Field Type: Post Object
431 * Added multiple select option to Select field type
432
433 = 1.0.4 =
434 * Updated the location options. New Override Option!
435 * Fixed un ticking post type problem
436 * Added JS alert if field has no type
437
438 = 1.0.3 =
439 * Heaps of js bug fixes
440 * API will now work with looped posts
441 * Date Picker returns the correct value
442 * Added Post type option to Page Link Field
443 * Fixed Image + File Uploads!
444 * Lots of tidying up!
445
446 = 1.0.2 =
447 * Bug Fix: Stopped Field Options from loosing data
448 * Bug Fix: API will now work with looped posts
449
450 = 1.0.1 =
451 * New Api Functions: get_fields(), get_field(), the_field()
452 * New Field Type: Date Picker
453 * New Field Type: File
454 * Bug Fixes
455 * You can now add multiple ACF's to an edit page
456 * Minor CSS + JS improvements
457
458 = 1.0.0 =
459 * Advanced Custom Fields.
460
461
462 == Upgrade Notice ==
463
464 = 3.0.0 =
465 * Editor is broken in WordPress 3.3
466
467 = 2.1.4 =
468 * Adds post_id column back into acf_values