PluginProbe ʕ •ᴥ•ʔ
Advanced Custom Fields (ACF®) / 4.3.9
Advanced Custom Fields (ACF®) v4.3.9
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 11 years ago css 11 years ago images 11 years ago js 11 years ago lang 11 years ago README.md 11 years ago acf.php 11 years ago readme.txt 11 years ago screenshot-1.png 11 years ago screenshot-2.png 11 years ago screenshot-3.png 11 years ago screenshot-4.png 11 years ago
readme.txt
1006 lines
1 === Advanced Custom Fields ===
2 Contributors: elliotcondon
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.5.0
5 Tested up to: 4.1
6 License: GPLv2 or later
7 License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
9 Fully customise WordPress edit screens with powerful fields. Boasting a professional interface and a powerful 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!
10
11
12 == Description ==
13
14 Advanced Custom Fields is the perfect solution for any wordpress website which needs more flexible data like other Content Management Systems.
15
16 * Visually create your Fields
17 * Select from multiple input types (text, textarea, wysiwyg, image, file, page link, post object, relationship, select, checkbox, radio buttons, date picker, true / false, repeater, flexible content, gallery and more to come!)
18 * Assign your fields to multiple edit pages (via custom location rules)
19 * Easily load data through a simple and friendly API
20 * Uses the native WordPress custom post type for ease of use and fast processing
21 * Uses the native WordPress metadata for ease of use and fast processing
22
23 = Field Types =
24 * Text (type text, api returns text)
25 * Text Area (type text, api returns text with `<br />` tags)
26 * Number (type number, api returns integer)
27 * Email (type email, api returns text)
28 * Password (type password, api returns text)
29 * WYSIWYG (a wordpress wysiwyg editor, api returns html)
30 * Image (upload an image, api returns the url)
31 * File (upload a file, api returns the url)
32 * Select (drop down list of choices, api returns chosen item)
33 * Checkbox (tickbox list of choices, api returns array of choices)
34 * Radio Buttons ( radio button list of choices, api returns chosen item)
35 * True / False (tick box with message, api returns true or false)
36 * Page Link (select 1 or more page, post or custom post types, api returns the selected url)
37 * Post Object (select 1 or more page, post or custom post types, api returns the selected post objects)
38 * Relationship (search, select and order post objects with a tidy interface, api returns the selected post objects)
39 * Taxonomy (select taxonomy terms with options to load, display and save, api returns the selected term objects)
40 * User (select 1 or more WP users, api returns the selected user objects)
41 * Google Maps (interactive map, api returns lat,lng,address data)
42 * Date Picker (jquery date picker, options for format, api returns string)
43 * Color Picker (WP color swatch picker)
44 * Tab (Group fields into tabs)
45 * Message (Render custom messages into the fields)
46 * Repeater (ability to create repeatable blocks of fields!)
47 * Flexible Content (ability to create flexible blocks of fields!)
48 * Gallery (Add, edit and order multiple images in 1 simple field)
49 * [Custom](http://www.advancedcustomfields.com/resources/tutorials/creating-a-new-field-type/) (Create your own field type!)
50
51 = Tested on =
52 * Mac Firefox :)
53 * Mac Safari :)
54 * Mac Chrome :)
55 * PC Safari :)
56 * PC Chrome :)
57 * PC Firefox :)
58 * iPhone Safari :)
59 * iPad Safari :)
60 * PC ie7 :S
61
62 = Website =
63 http://www.advancedcustomfields.com/
64
65 = Documentation =
66 * [Getting Started](http://www.advancedcustomfields.com/resources/#getting-started)
67 * [Field Types](http://www.advancedcustomfields.com/resources/#field-types)
68 * [Functions](http://www.advancedcustomfields.com/resources/#functions)
69 * [Actions](http://www.advancedcustomfields.com/resources/#actions)
70 * [Filters](http://www.advancedcustomfields.com/resources/#filters)
71 * [How to guides](http://www.advancedcustomfields.com/resources/#how-to)
72 * [Tutorials](http://www.advancedcustomfields.com/resources/#tutorials)
73
74 = Bug Submission and Forum Support =
75 http://support.advancedcustomfields.com/
76
77 = Please Vote and Enjoy =
78 Your votes really make a difference! Thanks.
79
80
81 == Installation ==
82
83 1. Upload 'advanced-custom-fields' to the '/wp-content/plugins/' directory
84 2. Activate the plugin through the 'Plugins' menu in WordPress
85 3. Click on the new menu itme "Custom Fields" and create your first Custom Field Group!
86 4. Your custom field group will now appear on the page / post / template you specified in the field group's location rules!
87 5. Read the documentation to display your data:
88
89
90 == Frequently Asked Questions ==
91
92 = Q. I have a question =
93 A. Chances are, someone else has asked it. Check out the support forum at:
94 http://support.advancedcustomfields.com/
95
96
97 == Screenshots ==
98
99 1. Creating the Advanced Custom Fields
100
101 2. Adding the Custom Fields to a page and hiding the default meta boxes
102
103 3. The Page edit screen after creating the Advanced Custom Fields
104
105 4. Simple and intuitive API. Read the documentation at: http://www.advancedcustomfields.com/resources/
106
107
108 == Changelog ==
109
110 = 4.3.9 =
111 * Core: Added compatibility for WP4 media grid
112 * Relationship field: Fixed bug showing incorrect post type
113 * Language: Added Slovak translations - Thanks to wp.sk
114 * Language: Added Serbo-Croatian translation - thanks to Borisa Djuraskovic
115 * Language: Updating Persian translation - Thanks to Ghaem Omidi
116
117 = 4.3.8 =
118 * Validation: Fixed disabled button issue in WP 3.9
119
120 = 4.3.7 =
121 * WYSIWYG field: Fixed missing tinyMCE buttons in WP 3.9
122
123 = 4.3.6 =
124 * Core: Improved efficiency and speed when saving values by removing ACF meta from the native WP postmeta box
125 * Field Group: Fixed cache issue causing field settings to not update
126 * WYSIWYG field: Added support for new tinymce 4 in WP 3.9
127 * Number field: Fixed bug causing blank values to save as 0
128 * Google Maps field: Fixed JS bug causing google maps to not render when Google library is already loaded
129 * Validation: Fixed JS bug where hidden field groups's fields were being validated
130
131 = 4.3.5 =
132 * Textarea field: Added new `rows` setting
133 * API: Added `$format_value` parameter to the `get_fields` function
134 * Core: Improved conditional logic & tab JS performance
135 * Core: Removed changelog anouncement in plugins update list
136 * Core: Fixed anoying `wp is not defined` JS error
137 * Core: Added logic to load full or minified scripts using the `SCRIPT_DEBUG` constant
138 * Core: Improved loading structure to better allow ACF functions within the functions.php file
139 * Core: Fixed revisions bug causing sub field data to not restore
140 * Core: Made use of WP datepicker UI
141 * Field Group: Changed post location rule to show all post types
142 * Field Group: Changed page location rule to show only page post type
143 * Field Group: Added new filter for meta box priority `acf/input/meta_box_priority`
144 * Language: Added missing translation support in multiple fields
145 * Language: Added Hebrew translation - Thanks to Erez Lieberman
146 * Language: Updating Czech translations - Thanks to webeescz
147
148 = 4.3.4 =
149 * Post Object field: Fixed get_pages bug cuasing 'pages' to not appear
150 * Page Link field: Fixed get_pages bug cuasing 'pages' to not appear
151 * Tab field: Fixed JS bug causing multiple tab groups on page to render incorrectly
152 * Language: Updated Russian translation - Thanks to Alex Torscho
153
154 = 4.3.3 =
155 * Core: Updated styling to suit WP 3.8
156 * Core: Added new logic to set 'autoload' to 'off' on all values saved to the wp_options table to help improve load speed
157 * API: Added new logic to the $post_id parameter to accept an object of type post, user or taxonomy term
158 * Tab field: Added compatibility with taxonomy term and user edit screens (table layout)
159 * Tab field: Fixed JS bug causing incorrect tab to show when validation fails
160 * Text field: Fixed bug causing append setting of '+50' to appear as '50'
161
162 = 4.3.2 =
163 * Color Picker field: Fixed JS bug preventing wpColorPicker from updating value correctly
164 * Google Map field: Added new setting for initial zoom level
165 * Relationship field: minor update to fix compatibility issue with Polylang plugin
166 * Relationship field: Fixed bug causing filters / actions using $field['name'] to not fire correctly
167 * API: Fixed bug with have_rows/has_sub_field function where looping through multiple posts each containing nested repeater fields would result in an endless loop
168 * Export: Fixed bug causing exported XML fields to become corrupt due to line breaks
169 * Core: Fixed bug where duplicating a field would cause conditional logic to appear blank
170 * Core: Added Conditional Logic support to hide entire column of a repeater field where max_row is 1.
171 * Core: Added new field group 'hide on screen' option for 'permalink' which hides the permalink URL and buttons below the post title
172
173 = 4.3.1 =
174 * API: Fixed bug with has_sub_field and have_rows functions causing complicated nested loops to produce incorrect results
175 * API: Fixed bug with get_fields function preventing values to be returned from options page and taxonomy terms
176 * Core: Fixed bug causing some SQL LIKE statements to not work correctly on windows servers
177 * Core: Removed __() wrappers from PHP export, as these did not work as expected
178 * Core: Fixed bug with get_pages() causing sort order issue in child page location rule
179 * Core: Added specific position to ACF menu item to reduce conflicts with 3rd party plugins
180 * JS: Fixed bug where conditional logic rules did not save when added using a '+' button above the last rule
181 * Radio field: Fixed bug where 'other' would be selected when no value exists
182 * WYSIWYG field: Added support for users with disabled visual editor setting
183 * JS: Improved validation for fields that are hidden by a tab
184 * Google maps field: Add refresh action when hidden / shown by a tab
185
186 = 4.3.0 =
187 * Core: get_field can now be used within the functions.php file
188 * Core: Added new Google maps field
189 * Core: Added conditional logic support for sub fields - will also require an update to the repeater / flexible content field add-on to work
190 * Core: Added required validation support for sub fields - will also require an update to the repeater / flexible content field add-on to work
191 * API: Added new function have_rows()
192 * API: Added new function the_row()
193 * API: Fixed front end form upload issues when editing a user - http://support.advancedcustomfields.com/forums/topic/repeater-image-upload-failing/
194 * API: Fixed front end form bug where the wrong post_id is being passed to JS - http://support.advancedcustomfields.com/forums/topic/attachments-parent-id/
195 * Export: wrapped title and instructions in __() function - http://support.advancedcustomfields.com/forums/topic/wrap-labels-and-descriptions-with-__-in-the-php-export-file/
196 * Core: Filter out ACF fields from the native custom field dropdown - http://support.advancedcustomfields.com/forums/topic/meta-key-instead-of-name-on-add-new-custom-field-instead-of-name/ - http://support.advancedcustomfields.com/forums/topic/odd-sub-field-names-in-custom-fields/
197 * Revisions: Improved save functionality to detect post change when custom fields are edited - http://support.advancedcustomfields.com/forums/topic/wordpress-3-6-revisions-custom-fields-no-longer-tracked/
198 * Core: Add field group title for user edit screen - http://support.advancedcustomfields.com/forums/topic/can-you-add-a-title-or-hr-tag-when-using-acf-in-taxonomy-edit-screen/
199 * Field group: Add 'toggle all' option to hide from screen - http://support.advancedcustomfields.com/forums/topic/hidecheck-all-single-checkbox-when-hiding-items-from-pagepost-edit-screen/
200 * Taxonomy field: Add new filter for wp_list_categories args - http://support.advancedcustomfields.com/forums/topic/taxonomy-field-type-filter-to-only-show-parents/
201 * Taxonomy field: Fixed JS bug causing attachment field groups to disappear due to incorrect AJAX location data - http://support.advancedcustomfields.com/forums/topic/taxonomy-checkboxes/
202 * WYSIWYG field: Fixed JS bug where formatting is removed when drag/drop it's repeater row
203 * Tab field: Corrected minor JS bugs with conditional logic - http://support.advancedcustomfields.com/forums/topic/tabs-logic-hide-issue/
204 * Relationship field: Values now save correctly as an array of strings (for LIKE querying)
205 * Post object field: Values now save correctly as an array of strings (for LIKE querying)
206 * Image field: Added mime_type data to returned value
207 * Field field: Added mime_type data to returned value
208 * Core: Lots of minor improvements
209
210 = 4.2.2 =
211 * Field group: Added 'High (after title)' position for a metabox - http://support.advancedcustomfields.com/forums/topic/position-after-title-solution-inside/
212 * Relationship field: Fixed bug with 'exclude_from_search' post types
213 * Image / File field: Improved edit popup efficiency and fixed bug when 'upload' is last active mode - http://support.advancedcustomfields.com/forums/topic/edit-image-only-shows-add-new-screen/
214 * JS: Added un compressed input.js file
215 * JS: Fixed but with options page / taxonomy field - http://support.advancedcustomfields.com/forums/topic/checkbox-issues/
216 * Language: Updated Persian Translation - thanks to Ghaem Omidi
217
218 = 4.2.1 =
219 * Taxonomy field: Fixed issue causing selected terms to appear as numbers - http://support.advancedcustomfields.com/forums/topic/latest-update-4-2-0-taxonomy-field-not-working-correctly/
220 * Revisions: Fixed WP 3.6 revisions - http://support.advancedcustomfields.com/forums/topic/wordpress-3-6-revisions-custom-fields-no-longer-tracked/
221 * Relationship Field: Add new option for return_format
222 * Location Rule - Add new rule for post status - http://support.advancedcustomfields.com/forums/topic/location-rules-post-status/
223 * Location Rule: Add 'super admin' to users rule - thanks to Ryan Nielson - https://github.com/RyanNielson/acf/commit/191abf35754c242f2ff75ac33ff8a4dca963a6cc
224 * Core: Fixed pre_save_post $post_id issue - http://support.advancedcustomfields.com/forums/topic/frontend-form-issues-pre_save_post-save_post/
225 * Core: Fix minor CSS but in media modal - http://support.advancedcustomfields.com/forums/topic/minor-css-issue-in-media-upload-lightbox/#post-2138
226 * File field: Fix minor 'strict standards' warning - http://support.advancedcustomfields.com/forums/topic/strict-standards-error-on-file-upload/
227 * Image field: Fix minor CSS issue - http://support.advancedcustomfields.com/forums/topic/firefox-repeaterimage-css/
228
229 = 4.2.0 =
230 * IMPORTANT: ACF now requires a minimum WordPress version of 3.5.0
231 * Full integration between attachments and custom fields!
232 * Text field: Added new options for prepend, append, placeholder and character limit
233 * Textarea field: Added new options for prepend, append, placeholder and character limit
234 * Number field: Added new options for prepend, append and placeholder
235 * Email field: Added new options for prepend, append and placeholder
236 * Password field: Added new options for prepend, append and placeholder
237 * Image field: fixed safari bug causing all images to appear small
238 * Core: Improved save_lock functionality to prevent inifinite loops when creating a post on the fly
239 * Core: Major JS improvements including .live changed to .on
240 * Compatibility: Fixed WYSIWYG JS bug with Visual Composer plugin
241 * Language: Added Persian Translation - thanks to Ghaem Omidi
242 * Language: Updated German translation - thanks to Thomas Meyer
243 * Language: Added Swedish translation - thanks to Mikael Jorhult
244
245 = 4.1.8.1 =
246 * Select field: Revert choices logic - http://support.advancedcustomfields.com/forums/topic/select-field-label-cut-off-at/#post-529
247 * CSS: Revert metabox CSS - http://support.advancedcustomfields.com/forums/topic/standard-metabox-margins-reversed/#post-456
248 * Core: Fixed save_post conflict with Shopp plugin - http://support.advancedcustomfields.com/forums/topic/no-data-is-saving-with-shopp-acf-4-1-8/
249
250 = 4.1.8 =
251 * Core: Fix issue with cache $found variable preventing values from being loaded
252 * Select field: Improve choices textarea detection - http://old.support.advancedcustomfields.com/discussion/6598/select-on-repeater-field
253 * Language: Added Swedish translation - https://github.com/elliotcondon/acf/pull/93
254 * Language: Updated Russian translation - https://github.com/elliotcondon/acf/pull/94
255
256 = 4.1.7 =
257 * Language: Added Russian translation - Thanks to Alex Torscho
258 * Core: Improved the save_post function to compare post_id and only run once.
259 * Core: Improved cache handling
260 * Number field: Fixed step size decimal bug
261 * Radio button field: Add option for 'other' and to also update field choices
262 * Image / File field: Updated JS to add multiple items to the correct sub field - http://support.advancedcustomfields.com/discussion/6391/repeater-with-images-bug
263 * JS: Remove redundant return ajax value - http://support.advancedcustomfields.com/discussion/6375/js-syntax-error-in-ie
264 * Add-ons page: fix JS issue - http://support.advancedcustomfields.com/discussion/6405/add-ons-page-div-height-problem
265 * Options Page: Fixed issue with load_value preventing the options page using default values - http://support.advancedcustomfields.com/discussion/4612/true-false-field-allow-default-value
266 * AJAX: Fix chrome bug - untick category - http://support.advancedcustomfields.com/discussion/6419/disabling-a-category-still-shows-fields
267 * JS: Fixed multiple Internet Explorer issues
268
269 = 4.1.6 =
270 * General: Improved load_value function to better handle false and default values
271 * Number field: Added new options for min, max and step - http://support.advancedcustomfields.com/discussion/6263/fork-on-numbers-field
272 * Radio field: Improved logic for selecting the value. Now works with 0, false, null and any other 'empty' value - http://support.advancedcustomfields.com/discussion/6305/radio-button-issue-with-0-values-fix-included-
273 * Date picker field: Fixed PHP error - http://support.advancedcustomfields.com/discussion/6312/date-picker-php-error-date_picker-php-line-138-screenshot-attached
274 * Language: Added Portuguese translation - https://github.com/elliotcondon/acf/pull/64
275 * Taxonomy: Updated JS to clear image / file and checkbox elements when a new category is added via AJAX - http://support.advancedcustomfields.com/discussion/6326/image-field-added-to-categories-field-remains-set-after-category-created
276 * Validation: Added logic to allow a field to bypass validation if it is part of a tab group which is hidden via conditional logic
277 * API: Improved the acf_form function to better handle form attributes
278
279 = 4.1.5.1 =
280 * Image field: Fixed JS error causing uploader to not work correctly
281 * File field: Fixed JS error causing uploader to not work correctly
282 * Gallery field: Fixed JS error causing uploader to not work correctly
283 * General: Fixed JS error causing field groups to not appear when dynamically loaded
284
285 = 4.1.5 =
286 * WYSIWYG Field: Fixed WYSIWYG the_content / shortcode issues - http://support.advancedcustomfields.com/discussion/5939/inconsistencies-between-standard-wysiwyg-and-acf-wysiwyg
287 * Image field: Added option for library restriction - http://support.advancedcustomfields.com/discussion/6102/making-uploaded-to-this-post-default-state-for-image-upload
288 * File field: Added option for library restriction
289 * File field: Field UI refresh
290 * Checkbox field: Added horizontal option - http://support.advancedcustomfields.com/discussion/5925/horizontal-select-boxes
291 * Image field: fixed UI bug when image is deleted in file system - http://support.advancedcustomfields.com/discussion/5988/provide-a-fallback-if-
292 * Validation: Added support for email field - http://support.advancedcustomfields.com/discussion/6125/email-field-required-validation-on-submit
293 * Validation: Added support for taxonomy field - http://support.advancedcustomfields.com/discussion/6169/validation-of-taxonomy-field
294 * Language: Added Chinese Translation - https://github.com/elliotcondon/acf/pull/63
295 * General: Added changelog message to update plugin screen
296 * General: Lots of minor improvements
297
298 = 4.1.4 =
299 * [Fixed] Page Link: Fixed errors produced by recent changes to post object field - http://support.advancedcustomfields.com/discussion/6044/page-links-hierarchy-broken-and-does-not-order-correctly
300
301 = 4.1.3 =
302 * [Fixed] Relationship field: Fix global $post conflict issues - http://support.advancedcustomfields.com/discussion/6022/bug-with-4-1-2-acf-rewrite-global-post
303
304 = 4.1.2 =
305 * [Added] Post Object field: Add filter to customize choices - http://support.advancedcustomfields.com/discussion/5883/show-extra-post-info-in-a-post-object-dropdown-list
306 * [Fixed] Relationship field: Fix error when used as grand child - http://support.advancedcustomfields.com/discussion/5898/in_array-errors-on-relationship-field
307 * [Added] User field: Add sanitisation into update_value function to allow for array / object with ID attribute
308 * [Added] Relationship field: Add sanitisation into update_value function to allow for array of post object to be saved
309 * [Added] Post Object field: Add sanitisation into update_value function to allow for a post object or an array of post objects to be saved
310 * [Added] Image field: Add sanitisation into update_value function to allow for a post object or an image array to be saved
311 * [Added] File field: Add sanitisation into update_value function to allow for a post object or an file array to be saved
312 * [Fixed] Revisions: Fix PHP warning if array value exists as custom field - http://support.advancedcustomfields.com/discussion/984/solvedwarning-htmlspecialchars-text-php-on-line-109
313 * [Updated] Translation: Update French Translation - http://support.advancedcustomfields.com/discussion/5927/french-translation-for-4-1-1
314 * [Fixed] General: Minor PHP errors fixed
315
316 = 4.1.1 =
317 * [Fixed] Relationship field: Fix bug causing sub field to not load $field object / use elements option correctly
318 * [Updated] Update German translations
319
320 = 4.1.0 =
321 * [Added] Field group: location rules can now be grouped into AND / OR statements
322 * [Added] Relationship field: Add option for filters (search / post_type)
323 * [Added] Relationship field: Add option for elements (featured image / title / post_type)
324 * [Added] Relationship field: Add post_id and field parameters to both ajax filter functions
325 * [Added] Date Picker field: Add options for first_day
326 * [Added] Date Picker field: Add text strings for translation
327 * [Added] Select field: Add support for multiple default values
328 * [Added] Checkbox field: Add support for multiple default values - http://support.advancedcustomfields.com/discussion/5635/checkbox-field-setting-multiple-defaults
329 * [Updated] Minor JS + CSS improvements
330 * [Added] Added free Add-ons to the admin page
331 * [Fixed] Fixed minor bugs
332
333 = 4.0.3 =
334 * [Fixed] Fix bug when appending taxonomy terms - http://support.advancedcustomfields.com/discussion/5522/append-taxonomies
335 * [Fixed] Fix embed shortcode for WYSIWYG field - http://support.advancedcustomfields.com/discussion/5503/embed-video-wysiwyg-field-doesn039t-work-since-update
336 * [Fixed] Fix issues with loading numbers - http://support.advancedcustomfields.com/discussion/5538/zero-first-number-problem-in-text-fields
337 * [Fixed] Fix bug with user field and format_value_for_api - http://support.advancedcustomfields.com/discussion/5542/user-field-weirdness-after-update
338 * [Fixed] Fix capitalization issue on field name - http://support.advancedcustomfields.com/discussion/5527/field-name-retains-capitalization-from-field-title
339 * [Fixed] Fix tabs not hiding from conditional logic - http://support.advancedcustomfields.com/discussion/5506/conditional-logic-not-working-with-tabs
340 * [Updated] Update dir / path to allow for SSL - http://support.advancedcustomfields.com/discussion/5518/in-admin-page-got-error-javascript-when-open-with-https
341 * [Updated] Updated relationship JS - http://support.advancedcustomfields.com/discussion/5550/relationship-field-search-box
342
343 = 4.0.2 =
344 * [Added] Add auto video filter to WYSIWYG value - http://support.advancedcustomfields.com/discussion/5378/video-embed-in-wysiwyg-field
345 * [Fixed] Fix Repeater + WYSIWYG loosing p tags on drag/drop - http://support.advancedcustomfields.com/discussion/5476/acf-4-0-0-wysiwyg-p-tag-disappearing-after-drag-drop-save
346 * [Fixed] Fix upgrade message appearing in iframe
347 * [Fixed] Fix value sanitation - http://support.advancedcustomfields.com/discussion/5499/post-relationship-field-value-storage-in-update-to-acf4
348 * [Added] Add JS field name validation - http://support.advancedcustomfields.com/discussion/5500/replace-foreign-letters-when-creating-input-name-from-label-in-javascript
349 * [Fixed] Fix error when duplicating field group in WPML - http://support.advancedcustomfields.com/discussion/5501/4-0-1-broke-wpml-functionality-
350 * [Fixed] Fix pares_type issue. Maybe remove it? - http://support.advancedcustomfields.com/discussion/5502/zeros-get-removed-major-bug
351
352 = 4.0.1 =
353 * [Improved] Improving welcome message with download instructions
354 * [Fixed] Text / Fix JS issue where metaboxes are not hiding - http://support.advancedcustomfields.com/discussion/5443/bug-content-editor
355 * [Fixed] Test / Fix lite mode issue causing category / user fields not to show
356 * [Fixed] Sanitize field names - http://support.advancedcustomfields.com/discussion/5262/sanitize_title-on-field-name
357 * [Fixed] Test / Fix conditional logic not working for mutli-select - http://support.advancedcustomfields.com/discussion/5409/conditional-logic-with-multiple-select-field
358 * [Fixed] Test / Fix field group duplication in WooCommerce category w SEO plugin - http://support.advancedcustomfields.com/discussion/5440/acf-woocommerce-product-category-taxonomy-bug
359
360 = 4.0.0 =
361 * [IMPORTANT] This update contains major changes to premium and custom field type Add-ons. Please read the [Migrating from v3 to v4 guide](http://www.advancedcustomfields.com/resources/getting-started/migrating-from-v3-to-v4/)
362 * [Optimized] Optimize performance by removing heavy class structure and implementing light weight hooks & filters!
363 * [Changed] Remove all Add-on code from the core plugin and separate into individual plugins with self hosted updates
364 * [Added] Add field 'Taxonomy'
365 * [Added] Add field 'User'
366 * [Added] Add field 'Email'
367 * [Added] Add field 'Password'
368 * [Added] Add field group title validation
369 * [Fixed] Fix issue where get_field_object returns the wrong field when using WPML
370 * [Fixed] Fix duplicate functionality - http://support.advancedcustomfields.com/discussion/4471/duplicate-fields-in-admin-doesn039t-replicate-repeater-fields
371 * [Added] Add conditional statements to tab field - http://support.advancedcustomfields.com/discussion/4674/conditional-tabs
372 * [Fixed] Fix issue with Preview / Draft where preview would not save custom field data - http://support.advancedcustomfields.com/discussion/4401/cannot-preview-or-schedule-content-to-be-published
373 * [Added] Add function get_field_groups()
374 * [Added] Add function delete_field() - http://support.advancedcustomfields.com/discussion/4788/deleting-a-field-through-php
375 * [Added] Add get_sub_field_object function - http://support.advancedcustomfields.com/discussion/4991/select-inside-repeaterfield
376 * [Added] Add 'Top Level' option to page type location rule
377 * [Fixed] Fix taxonomy location rule - http://support.advancedcustomfields.com/discussion/5004/field-group-rules-issue
378 * [Fixed] Fix tab field with conditional logic - https://github.com/elliotcondon/acf4/issues/14
379 * [Fixed] Revert back to original field_key idea. attractive field key's cause too many issues with import / export
380 * [Added] Add message field - http://support.advancedcustomfields.com/discussion/5263/additional-description-field
381 * [Removed] Removed the_content filter from WYSIWYG field
382
383 = 3.5.8.1 =
384 * [Fixed] Fix PHP error in text / textarea fields
385
386 = 3.5.8 =
387 * [Fixed] Fix bug preventing fields to load on user / taxonomy front end form - http://support.advancedcustomfields.com/discussion/4393/front-end-user-profile-field-form-causes-referenceerror
388 * [Added] Added 'acf/fields/wysiwyg/toolbars' filter to customize WYSIWYG toolbars - http://support.advancedcustomfields.com/discussion/2205/can-we-change-wysiwyg-basic-editor-buttons
389 * [Fixed] Fix acf_load_filters as they are not working! - http://support.advancedcustomfields.com/discussion/comment/12770#Comment_12770
390 * [Added] Clean up wp_options after term delete - http://support.advancedcustomfields.com/discussion/4396/delete-taxonomy-term-custom-fields-after-term-delete
391 * [Fixed] Fix location rule - category / taxonomy on new post - http://support.advancedcustomfields.com/discussion/3635/show-custom-fields-on-post-adding
392 * [Added] Added 'acf/create_field' action for third party usage - docs to come soon
393 * [Added] Add support for new media uploader in WP 3.5!
394 * [Fixed] Fix conditional logic error - http://support.advancedcustomfields.com/discussion/4502/conditional-logic-script-output-causes-events-to-fire-multiple-times
395 * [Fixed] Fix Uploader not working on taxonomy edit screens - http://support.advancedcustomfields.com/discussion/4536/media-upload-button-for-wysiwyg-does-not-work-when-used-on-a-taxonomy-term
396 * [Added] Add data cleanup after removing a repeater / flexible content row - http://support.advancedcustomfields.com/discussion/1994/deleting-single-repeater-fields-does-not-remove-entry-from-database
397
398
399 = 3.5.7.2 =
400 * [Fixed] Fix fields not showing on attachment edit page in WP 3.5 - http://support.advancedcustomfields.com/discussion/4261/after-upgrading-to-3-5-acf-fields-assigned-to-show-on-attachments-media-edit-are-not-showing
401 * [Fixed] Fix sub repeater css bug - http://support.advancedcustomfields.com/discussion/4361/repeater-add-button-inappropriately-disabled
402 * [Fixed] Fix issue where acf_form includes scripts twice - http://support.advancedcustomfields.com/discussion/4372/afc-repeater-on-front-end
403 * [Fixed] Fix location rule bug with new shopp product - http://support.advancedcustomfields.com/discussion/4406/shopp-idnew-product-page-doesn039t-have-acf-fields
404 * [Fixed] Fix location rule bug with taxonomy / post_taxonomy - http://support.advancedcustomfields.com/discussion/4407/taxonomy-rules-ignored-until-toggling-the-taxonomy
405
406 = 3.5.7.1 =
407 * [Fixed] Fix issues with location rules wrongly matching
408
409 = 3.5.7 =
410 * [Fixed] Fix sub field default value - http://support.advancedcustomfields.com/discussion/3706/select-field-default-value-not-working
411 * [Added] Add filters for custom location rules - http://support.advancedcustomfields.com/discussion/4285/how-to-retrieve-a-custom-field-within-the-function-php
412 * [Fixed] Fix XML import to create unique field ID's - http://support.advancedcustomfields.com/discussion/4328/check-acf_next_field_id-to-avoid-data-corruption
413 * [Fixed] Fix conditional logic with validation - http://support.advancedcustomfields.com/discussion/4295/issue-with-conditional-logic-and-obrigatory-fields
414 * [Fixed] Fix repeater + relationship bug - http://support.advancedcustomfields.com/discussion/4296/relationship-field-bug
415
416 = 3.5.6.3 =
417 * [Fixed] Fix bug with 3.5.6 not showing front end form
418
419 = 3.5.6.2 =
420 * [Fixed] Fix WYSIWYG webkit browser issues.
421
422 = 3.5.6.1 =
423 * [Fixed] Fix bug causing field groups to not display on the options page.
424
425 = 3.5.6 =
426 * [Fixed] Fix content editor double in webkit browser - http://support.advancedcustomfields.com/discussion/4223/duplicate-editor-box-safari-bug-has-returned
427 * [Fixed] Fix bug with post format location rule not working - http://support.advancedcustomfields.com/discussion/4264/not-recognizing-post-type-formats-following-upgrade-to-version-3-5-5
428 * [Fixed] Fix conditional logic with tabs - http://support.advancedcustomfields.com/discussion/4201/tabs-and-logical-condition
429 * [Fixed] Fix missing icons for conditional logic / menu in older WP
430 * [Added] Add PHP fix for new lines in field key - http://support.advancedcustomfields.com/discussion/4087/can039t-add-new-field
431
432 = 3.5.5 =
433 * [Added] Add new Tab field
434 * [Fixed] Improve WYSIWYG code for better compatibility
435 * [Fixed] Fix PHP / AJAX error during database update for older versions
436 * [Fixed] WYSIWYG insert attachment focus bug - http://support.advancedcustomfields.com/discussion/4076/problem-with-upload-in-wysiwyg-editors-in-combination-with-flexible-content
437 * [Fixed] Fix JS coma issues for IE - http://support.advancedcustomfields.com/discussion/4064/ie-javascript-issues-on-editing-field-group
438 * [Added] Add no cache to relationship field results - http://support.advancedcustomfields.com/discussion/2325/serious-memory-issue-using-post-objectrelationship-field-with-only-5000-posts
439 * [Added] Add retina support
440 * [Fixed] Fix WYSIWYG validation for preview post - http://support.advancedcustomfields.com/discussion/4055/validation-failing-on-required-wysiwyg-field
441 * [Fixed] Fix undefined index error in field's conditional logic - http://support.advancedcustomfields.com/discussion/4165/undefined-index-notice-on-php-export
442 * [Updated] Update post types in field options - http://support.advancedcustomfields.com/discussion/3656/acf-for-custom-post-type
443 * [Added] Add filters to relationship field results
444 * [Added] Add file name bellow title in popup for selecting a file
445
446 = 3.5.4.1 =
447 * [Fixed] Fix bug preventing options pages from appearing in the field group's location rules
448
449 = 3.5.4 =
450 * [Added] Add new filter for ACF settings - http://www.advancedcustomfields.com/docs/filters/acf_settings/
451 * [Updated] Updated field keys to look nicer. eg field_12
452 * [Added] Update admin_head to use hooks / enque all scripts / styles
453 * [Added] Add duplicate function for flexible content layouts
454 * [Fixed] Fix $post_id bug - http://support.advancedcustomfields.com/discussion/3852/acf_form-uses-global-post_id-instead-of-argument
455 * [Fixed] Fix WYSIWYG JS issue - http://support.advancedcustomfields.com/discussion/3644/flexible-layout-field-reordering-breaks-when-visual-editor-disabled
456 * [Fixed] Fix Gallery PHP error - http://support.advancedcustomfields.com/discussion/3856/undefined-index-error-gallery-on-options-page
457 * [Added] Add compatibility for Shopp categories - http://support.advancedcustomfields.com/discussion/3647/custom-fields-not-showing-up-in-shopp-catalog-categories
458 * [Fixed] Fix "Parent Page" location rule - http://support.advancedcustomfields.com/discussion/3885/parent-page-type-check
459 * [Fixed] Fix options page backwards compatibility - support.advancedcustomfields.com/discussion/3908/acf-options-page-groups-are-not-backward-compatible
460 * [Fixed] Fix update_field for content - http://support.advancedcustomfields.com/discussion/3916/add-flexible-layout-row-with-update_field
461 * [Added] Add new filter for acf_defaults! - http://support.advancedcustomfields.com/discussion/3947/options-page-plugin-user-capabilites-limitation
462 * [Fixed] Fix gallery detail update after edit - http://support.advancedcustomfields.com/discussion/3899/gallery-image-attributes-not-updating-after-change
463 * [Fixed] Fix front end uploading issue - http://support.advancedcustomfields.com/discussion/comment/10502#Comment_10502
464
465 = 3.5.3.1 =
466 * Minor bug fixes for 3.5.3
467
468 = 3.5.3 =
469 * [Updated] Update / overhaul flexible content field UI
470 * [Added] Add Show / Hide for flexible content layouts
471 * [Added] Add column width for flexible content - http://support.advancedcustomfields.com/discussion/3382/percentage-widths-on-fc-fields
472 * [Added] Add instructions for flexible content sub fields
473 * [Added] Add new parameter to get_field to allow for no formatting - http://support.advancedcustomfields.com/discussion/3188/update_field-repeater
474 * [Fixed] Fix compatibility issue with post type switcher plugin - http://support.advancedcustomfields.com/discussion/3493/field-group-changes-to-post-when-i-save
475 * [Added] Add new location rules for "Front Page" "Post Page" - http://support.advancedcustomfields.com/discussion/3485/groups-association-whit-page-slug-instead-of-id
476 * [Fixed] Fix flexible content + repeater row limit bug - http://support.advancedcustomfields.com/discussion/3557/repeater-fields-inside-flexible-field-on-backend-not-visible-before-first-savingpublishing
477 * [Added] Add filter "acf_load_value" for values - http://support.advancedcustomfields.com/discussion/3725/a-filter-for-get_field
478 * [Fixed] Fix choices backslash issue - http://support.advancedcustomfields.com/discussion/3796/backslash-simple-quote-bug-in-radio-button-values-fields
479 * [Updated] acf_options_page_title now overrides the menu and title. If your field groups are not showing after update, please re-save them to update the location rules.
480 * [Updated] Update location rules to show all post types in page / page_parent / post
481 * [Added] Change all "pre_save_field" functions to "acf_save_field" hooks
482 * [Improved] Improve general CSS / JS
483
484 = 3.5.2 =
485 * Security update
486
487 = 3.5.1 =
488 * [Added] Add Conditional logic for fields (toggle fields are select, checkbox, radio and true / false)
489 * [Added] More hooks + filters - acf_options_page_title, acf_load_field, acf_update_value - http://support.advancedcustomfields.com/discussion/3454/more-hooks-filters-ability-for-inheritance
490 * [Removed] Remove public param from post types list - http://support.advancedcustomfields.com/discussion/3251/fields-on-a-non-public-post-type
491 * [Added] Add field group headings into the acf_form function
492 * [Updated] Update button design to match WP 3.5
493 * [Fixed] Test / Fix XML export issue - http://support.advancedcustomfields.com/discussion/3415/can039t-export-xml-since-upgrade-to-3-5-0
494 * [Added] Add more options to the "hide on screen" - http://support.advancedcustomfields.com/discussion/3418/screen-options
495 * [Added] Add compatibility for Tabify plugin - http://wordpress.org/support/topic/plugin-tabify-edit-screen-compatibility-with-other-custom-fields-plugins/page/2?replies=36#post-3238051
496 * [Added] Add compatibility for Duplicate Post plugin
497 * [Added] Add new params to acf_form function - http://support.advancedcustomfields.com/discussion/3445/issue-with-the-acf_form-array
498 * [Updated] Increase date picker range to 100
499 * [Fixed] WYSIWYG looses formatting when it's row gets reordered (in a repeater / flexible content field)
500 * [Fixed] Fix has_sub_field break issue - http://support.advancedcustomfields.com/discussion/3528/ability-to-reset-has_sub_field
501 * [Fixed] Fix Textarea / Text encoding bugs - http://support.advancedcustomfields.com/discussion/comment/5147#Comment_5147
502 * [Added] Add publish status for field groups - http://support.advancedcustomfields.com/discussion/3695/draft-status-for-field-groups
503 * [Updated] General tidy up & improvement of HTML / CSS / Javascript
504
505 = 3.5.0 =
506 * [Fixed] Fix missing title of PHP registered field groups on the media edit page
507 * [Added] Add revision support
508 * [Added] Allow save draft to bypass validation
509 * [Updated] Update Czech translation
510 * [Fixed] Fix XML export issue with line break - http://support.advancedcustomfields.com/discussion/3219/export-and-import-problem-mixed-line-endings
511 * [Fixed] Fix export to XML abspath issue - http://support.advancedcustomfields.com/discussion/2641/require-paths-in-export-php
512 * Update location rules for post_type - http://support.advancedcustomfields.com/discussion/3251/fields-on-a-non-public-post-type
513 * Add "revisions" to list of hide-able options
514 * [Fixed] Fix bug with custom post_id param in acf_form - http://support.advancedcustomfields.com/discussion/2991/acf_form-outside-loop
515 * [Fixed] Fix bug in has_sub_field function where new values are not loaded for different posts if the field name is the same - http://support.advancedcustomfields.com/discussion/3331/repeater-field-templating-help-categories
516 * [Updated] Allow get_field to use field_key or field_name
517 * [Fixed] Fix update_field bug with nested repeaters
518 * [Updated] Update German translation files - thanks to Martin Lettner
519
520 = 3.4.3 =
521 * [Fixed] Fix PHP registered field groups not showing via AJAX - http://support.advancedcustomfields.com/discussion/3143/exported-php-code-doesnt-work-with-post-formats
522 * [Added] Add new return value for file { file object
523 * [Fixed] Test / Fix save_post priority with WPML + events + shopp plugin
524 * [Fixed] Fix bug where field groups don't appear on shopp product edit screens
525 * [Fixed] Fix bug with image field { selecting multiple images puts first image into the .row-clone tr - http://support.advancedcustomfields.com/discussion/3157/image-field-repeater
526
527 = 3.4.2 =
528 * [Fixed] Fix API functions for 'user_$ID' post ID parameter
529 * [Added] Color Picker Field: Default Value
530 * [Added] Add custom save action for all saves - http://support.advancedcustomfields.com/discussion/2954/hook-on-save-options
531 * [Updated] Update Dutch translations
532 * [Updated] Update get_field_object function to allow for field_key / field_name + option to load_value
533
534 = 3.4.1 =
535 * [Added] Save user fields into wp_usermeta http://support.advancedcustomfields.com/discussion/2758/get_users-and-meta_key
536 * [Added] Add compatibility with media tags plugin - http://support.advancedcustomfields.com/discussion/comment/7596#Comment_7596
537 * [Added] Wysiwyg Field: Add Default value option
538 * [Added] Number Field: Add Default value option
539 * [Fixed] Validate relationship posts - http://support.advancedcustomfields.com/discussion/3033/relationship-field-throws-error-when-related-item-is-trashed
540 * [Added] Allow "options" as post_id for get_fields - http://support.advancedcustomfields.com/discussion/1926/3-1-8-broke-get_fields-for-options
541 * [Added] Repeater Field: Add sub field width option
542 * [Added] Repeater Field: Add sub field description option
543 * [Updated] Repeater Field: Update UI design
544 * [Fixed] Fix missing ajax event on page parent - http://support.advancedcustomfields.com/discussion/3060/show-correct-box-based-on-page-parent
545 * [Updated] Update french translation - http://support.advancedcustomfields.com/discussion/3088/french-translation-for-3-4-0
546
547 = 3.4.0 =
548 * [Fixed] Fix validation rules for multiple select - http://support.advancedcustomfields.com/discussion/2858/multiple-select-validation-doesnt-work
549 * [Added] Add support for options page toggle open / close metabox
550 * [Fixed] Fix special characters in registered options page - http://support.advancedcustomfields.com/discussion/comment/7500#Comment_7500
551 * [Updated] CSS tweak for relationship field - http://support.advancedcustomfields.com/discussion/2877/relation-field-with-multiple-post-types-css-styling-problem-
552 * [Fixed] Fix datepicker blank option bug - http://support.advancedcustomfields.com/discussion/2896/3-3-9-date-picker-not-popping-up
553 * [Added] Add new function get_field_object to API - http://support.advancedcustomfields.com/discussion/290/field-label-on-frontend
554 * [Fixed] Fix field groups not showing for Shopp add new product - http://support.advancedcustomfields.com/discussion/3005/acf-shopp
555 * [Fixed] Move acf.data outside of the doc.ready in input-ajax.js
556 * [Fixed] Fix IE7 JS bug - http://support.advancedcustomfields.com/discussion/3020/ie7-fix-on-is_clone_field-function
557 * [Fixed] Fix relationship search - Only search title, not content
558 * [Updated] Update function update_field to use field_key or field_name
559 * [Added] Add field group screen option to show field keys (to use in save_field / update field)
560 * [Added] Add actions on all save events (action is called "acf_save_post", 1 param = $post_id)
561
562 = 3.3.9 =
563 * [Added] Add basic support for WPML - duplicate field groups, pages and posts for each language without corrupting ACF data!
564 * [Fixed] Fix date picker save null - http://support.advancedcustomfields.com/discussion/2844/bug-with-the-date-picker
565 * [Fixed] Fix color picker save null - http://support.advancedcustomfields.com/discussion/2683/allow-null-on-colour-pickers#Item_1
566 * [Fixed] Fix image object null result - http://support.advancedcustomfields.com/discussion/2852/3.3.8-image-field-image-object-always-returns-true-
567 * [Updated] Update Japanese translation - http://support.advancedcustomfields.com/discussion/comment/7384#Comment_7384
568 * [Added] WYSIWYG field option - disable "the_content" filter to allow for compatibility issues with plugins / themes - http://support.advancedcustomfields.com/discussion/comment/7020#Comment_7020
569
570 = 3.3.8 =
571 * [Added] Gallery field { auto add image on upload, new style to show already added images
572 * [Fixed] Fix saving value issue with WP e-commerce http://support.advancedcustomfields.com/discussion/comment/7026#Comment_7026
573 * [Updated] Date picker field { new display format option (different from save format), UI overhaul
574 * [Added] Add new field - Number
575 * [Fixed] Test post object / select based fields for saving empty value - http://support.advancedcustomfields.com/discussion/2759/post-object-and-conditional-statement
576
577 = 3.3.7 =
578 * [Added] Add new return value for image { image object
579 * [Updated] Update Dutch translation (thanks to Derk Oosterveld - www.inpoint.nl)
580 * [Updated] Update UI Styles
581 * [Updated] Refresh settings page UI and fix exported PHP code indentation Styles
582 * [Fixed] Fix post object hierarchy display bug - http://support.advancedcustomfields.com/discussion/2650/post_object-showing-posts-in-wrong-hierarchy
583 * [Fixed] Fix metabox position from high to core - http://support.advancedcustomfields.com/discussion/comment/6846#Comment_6846
584 * [Fixed] Fix flexible content field save layout with no fields - http://support.advancedcustomfields.com/discussion/2639/flexible-content-field-support-for-empty-layoutss
585 * [Fixed] Text / Fix field group limit - http://support.advancedcustomfields.com/discussion/2675/admin-only-showing-20-fields-groups
586
587 = 3.3.6 =
588 * [Fixed] Fix IE regex issue (thanks to Ben Heller - http://spruce.it)
589 * [Added] Check for more translatable strings (thanks to Derk Oosterveld - www.inpoint.nl)
590 * [Fixed] Fix location rule post category bug
591 * [Updated] Added all post status to page / post location rules - http://support.advancedcustomfields.com/discussion/2624/scheduled-pages
592 * [Updated] Updated the page link field to rely on the post_object field
593 * [Added] Add $post_id parameter to the [acf] shortcode
594
595 = 3.3.5 =
596 * [Fixed] Fix location rule bug for taxonomy.
597
598 = 3.3.4 =
599 * [Added] Added new API function: has_sub_field - replacement for the_repeater_field and the_flexible_field. Allows for nested while loops!
600 * [Improved] Improve save_post functions- http://support.advancedcustomfields.com/discussion/2540/bug-fix-for-taxonomies-and-revisions-solved
601 * [Fixed] Fix relationship AJAX abort for multiple fields - http://support.advancedcustomfields.com/discussion/2555/problem-width-relationship-after-update-the-latest-version
602
603 = 3.3.3 =
604 * [Upgrade] Database Upgrade is required to modify the taxonomy filtering data for fields. This allows for performance boosts throughout ACF.
605 * [Improved] relationship field: Improve querying posts / results and use AJAX powered search to increase performance on large-scale websites
606 * [Improved] post object field: Improve querying posts / results
607
608 = 3.3.2 =
609 * [Fixed] Integrate with Shopp plugin
610
611 = 3.3.1 =
612 * [Fixed] Fix gallery sortable in repeater - http://support.advancedcustomfields.com/discussion/2463/gallery-within-a-repeater-image-reorder-not-working
613 * [Fixed] Test / Fix two gallery fields - http://support.advancedcustomfields.com/discussion/2467/gallery-two-gallery-fieldss
614 * [Fixed] Fix tinymce undefined visual editor off - http://support.advancedcustomfields.com/discussion/2465/solved-admin-conflicts-after-upgrade
615 * [Updated] Update Polish translation - Thanks to www.digitalfactory.pl
616
617 = 3.3.0 =
618 * [Fixed] Gallery not returning correct order
619
620 = 3.2.9 =
621 * [Added] Add new Gallery Field
622 * [Fixed] Test / Fix update_field on repeater / flexible content
623 * [Fixed] Fix regex JS issue with adding nested repeaters
624 * [Added] Add new Czech translation - Thanks to Webees ( http://www.webees.cz/ )
625
626 = 3.2.8 =
627 * [Added] Repeater - Add option for min rows + max rows - http://www.advancedcustomfields.com/support/discussion/2111/repeater-empty-conditional-statements#Item_4
628 * [Fixed] Test / Fix Chrome Double WYSIWYG. Again...
629 * [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
630 * [Added] Make image sizes strings "Pretty" for preview size options
631 * [Fixed] Test / Fix WYSIWYG insert image inside a repeater bug - http://www.advancedcustomfields.com/support/discussion/2404/problem-with-repeater-wysiwyg-fields-and-images
632
633 = 3.2.7 =
634 * [Fixed] Rename controller classes - http://www.advancedcustomfields.com/support/discussion/2363/fatal-error-after-update-to-3.2.6
635 * [Added] Add edit button to image / file fields
636 * [Fixed] WYSIWYG toolbar buttons dissapearing in HTML tab mode
637
638 = 3.2.6 =
639 * [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
640 * [Added] Add suppress_filters to relationship field for WPML compatibility - http://www.advancedcustomfields.com/support/discussion/comment/5401#Comment_5401
641 * [Added] Add new German translation - http://www.advancedcustomfields.com/support/discussion/2197/german-translation
642 * [Added] Add new Italian translation - Alessandro Mignogna (www.asernet.it)
643 * [Added] Add new Japanese translation - http://www.advancedcustomfields.com/support/discussion/2219/japanese-translation
644 * [Fixed] Test / Fix WYSIWYG removing p tags - http://www.advancedcustomfields.com/support/discussion/comment/5482#Comment_5482
645 * [Added] edit basic toolbar buttons to match WP teeny mode - WYSIWYG
646 * [Fixed] Test front end form hiding - http://www.advancedcustomfields.com/support/discussion/2226/frontend-form-disppears-on-acf-3.2.5
647 * [Fixed] Test saving user custom fields - http://www.advancedcustomfields.com/support/discussion/2231/custom-fields-not-saving-data-on-initial-user-registration
648 * [Fixed] Fix options page translation bug - http://www.advancedcustomfields.com/support/discussion/2098/change-language-and-options-page-fields-disappear
649 * [Fixed] Pages rule not returning private pages - http://www.advancedcustomfields.com/support/discussion/2275/attach-field-group-to-privately-published-pages
650 * [Added] Add custom add_image_size() Image field preview sizes - http://www.advancedcustomfields.com/support/discussion/comment/5800#Comment_5800
651
652 = 3.2.5 =
653 * [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.
654 * [Added] Add in edit button to upload image / file thickbox
655 * [Improved] Changed loading default values. Now behaves as expected!
656 * [Fixed] Test / Fix full screen mode dissapearing from editor - http://www.advancedcustomfields.com/support/discussion/2124/full-screen-button-for-zen-mode-is-gone
657 * [Fixed] get_field returning false for 0 - http://advancedcustomfields.com/support/discussion/2115/get_field-returns-false-if-field-has-value-0
658 * [Improved] Improve relationship sortable code with item param - http://www.advancedcustomfields.com/support/discussion/comment/3536#Comment_3536
659 * [Fixed] IE category js bug - http://www.advancedcustomfields.com/support/discussion/2127/ie-78-category-checkbox-bug
660 * [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
661 * [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
662 * [Fixed] Fix update message - appears on first activation
663 * [Fixed] Fix options page sidebar drag area - no border needed
664 * [Fixed] Fix export options page activation - http://www.advancedcustomfields.com/support/discussion/2112/options-page-not-working-in-functions.php
665
666 = 3.2.4 =
667 * [Fixed] Remove translation from validation class - http://www.advancedcustomfields.com/support/discussion/2110/custom-validation-broken-in-other-languages
668 * [Fixed] Test fix WYSIWYG insert media issues
669 * [Added] Add Excerpt to the field group "show on page" options
670
671 = 3.2.3 =
672 * [Fixed] Include Wysiwyg scripts / styles through the editor class
673 * [Fixed] Wysiwyg in repeater not working
674 * [Fixed] Remove Swedish translation until string / js bugs are fixed
675 * [Fixed] Checkbox array value issue: http://wordpress.org/support/topic/plugin-advanced-custom-fields-php-warning-in-corefieldscheckboxphp?replies=6
676 * [Added] Add inherit to relationship posts query - http://www.advancedcustomfields.com/support/discussion/comment/3826#Comment_3826
677 * [Fixed] Relationship shows deleted posts - http://www.advancedcustomfields.com/support/discussion/2080/strange-behavior-of-relationship-field-trash-posts
678 * [Fixed] Wysiwyg editor not working on taxonomy edit page
679
680 = 3.2.2 =
681 * [Fixed] Fix layout bug: Nested repeaters of different layouts
682 * [Fixed] Fix strip slashes bug
683 * [Fixed] Fix nested repeater bug - http://www.advancedcustomfields.com/support/discussion/2068/latest-update-broken-editing-environment-
684 * [Fixed] Test / Fix add multiple images to repeater
685
686 = 3.2.1 =
687 * Field groups can now be added to options page with layout "side"
688 * Fixed debug error when saving a taxonomy:
689 * Fixed unnecessary code: Remove Strip Slashes on save functions
690 * Added new add row buttons to the repeater field and upgraded the css / js
691 * Fixed debug error caused by the WYSIWYG field: wp_tiny_mce is deprecated since version 3.3! Use wp_editor() instead.
692 * Fixed duplicate field error where all sub fields became repeater fields.
693 * Add Swedish translation: http://advancedcustomfields.com/support/discussion/1993/swedish-translation
694 * CSS improvements
695 * Fixed IE9 Bug not returning an image preview on upload / select
696 * Fixed Multi export php syntax bug.
697
698 = 3.2.0 =
699 * Fixed Browser bug with Flexible Field: Add Row button works again
700 * Added Brazilian Translation. Thanks to Marcelo Paoli Graciano - www.paolidesign.com.br
701 * Reverted input CSS to separate field label / instructions onto new lines.
702
703 = 3.1.9 =
704 * Updated Images / JS - Please hard refresh your browser to clear your cache
705 * Remove caching from acf_field_groups, replace with temp cache
706 * Add "Duplicate Field" on field group edit page
707 * Fix link to documentation on field group edit page
708 * add "update_value" to API
709 * Include new Polish translation
710 * Create a nicer style for flexible content
711 * Create a nicer style for repeater fields with row layout
712 * Create a nicer style for "no metabox" fields
713 * Add Spanish translation. Thanks to @hectorgarrofe
714 * Fix css for options page no metabox
715 * Added custom post_updated_messages
716 * Changed "Drag and drop to reorder" from an image to a string for translation
717
718 = 3.1.8 =
719 * 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.
720 * Added _e() and __() functions to more text throughout plugin
721 * Added new French translation. Thanks to Martin Vauchel @littlbr http://littleboyrunning.com
722 * Fixed duplicate WYSIWYG in chrome bug
723 * New Location rules: add fields to a user / taxonomy / attachment
724 * Bug Fix: Color picker now shows color on page load. Thanks to Kev http://www.popcreative.co.uk
725 * CSS tweaks File clearfix, new style for selects with optgroups
726 * Simplified get_value to return default value if value == ""
727 * API now allows for "option" and "options" for the $post_id value in API functions
728
729 = 3.1.7 =
730 * Bug fix: Image field returns correct url after selecting one or more images
731 * Translation: Added Polish translation. Thank you Bartosz Arendt - Digital Factory - www.digitalfactory.pl
732 * Update : Added id attribute to all div.field (id="acf-$field_name")
733
734 = 3.1.6 =
735 * New style for buttons
736 * Bug Fix: Repeater maximum row setting was disabling the "add row" button 1 row early.
737 * Performance: Field options are now loaded in via ajax. This results in much less HTML on the edit field group page
738 * Performance: Field inputs are now loaded in via ajax. Again, less HTML on edit screens improves load times / memory usage
739 * 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.
740 * New Option: Repeater field can now have a custom button label
741 * New Option: Flexible content field can now have a custom button label
742 * Improvement: Updated the HTML / CSS for file fields with icon
743 * Bug Fix: Fixed multi upload / select image in repeater.
744 * Performance: Added caching to the get_field function. Templates will now render quicker.
745 * Bug Fix: Fixed Post formats location rule - it now works.
746 * Nested repeaters are now possible!
747
748 = 3.1.5 =
749 * 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
750
751 = 3.1.4 =
752 * New Feature: Front end form (Please read documentation on website for usage)
753 * Performance: compiled all field script / style into 1 .js file
754 * Bug Fix: Editor now remembers mode (Visual / HTML) without causing errors when loading in HTML mode
755 * Improvement: Added draft / private labels to post objects in relationship, post object and page link fields
756
757 = 3.1.3 =
758 * Bug Fix: Options page fields were rendered invisible in v3.1.2 (now fixed)
759 * Updated POT file with new texts
760
761 = 3.1.2 =
762 * New Feature: Required field validation. Note: Repeater / Flexible content fields can be required but their sub fields can not.
763 * Field update: Select field: API now returns false when "null" is selected
764 * 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
765 * 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.
766
767 = 3.1.1 =
768 * New Feature: Added shortcode support. usage: [acf field="field_name"]
769 * Bug Fix: Fixed menu disappearing by changing the function "add_menu" to "add_utility_page"
770 * 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
771
772 = 3.1.0 =
773 * New Field: Flexible Content Field (license required)
774 * Bug Fix: ACF data now saves for draft posts (please do a hard refresh on an edit screen to remove cached js)
775 * Bug fix: Fixed multiple content editors
776
777 = 3.0.7 =
778 * Added export / register support via PHP
779 * Moved menu position under Settings
780 * Improve speed / php memory by introducing cached data
781 * Temp bug fix: sets content editor to "visual mode" to stop wysiwyg breaking
782 * Visual: Removed "Screen Options" tab from the admin acf edit page. Added filter to always show 99 acf's
783 * Minor JS improvements
784
785 = 3.0.6 =
786 * Bug Fix: Location meta box now shows all pages / posts
787 * Bug Fix: upgrade and settings url should now work / avoid conflicts with other plugins
788
789 = 3.0.5 =
790 * Support: use wp native functions to add all user roles to location metabox
791 * Update: gave acf a css update + new menu structure
792 * Bug fix: fixed a few issues with wysiwyg js/css in wp3.3
793 * Bug fix: fixed page_name conflicting with normal pages / posts by adding a "acf_" to the page_name on save / update
794 * Performance: location metabox - limited taxonomies to hierarchial only. Posts and Pages have now been limited to 25
795
796 = 3.0.4 =
797 * Bug fix: WYSIWYG is now compatible with WP 3.3 (May have incidentally added support for gravity forms media button! But not 100% sure...)
798 * Fix : Taxonomy Location rule now only shows hierarchal taxonomies to improve speed and reduce php memory issues
799
800 = 3.0.3 =
801 * New translation: French (thanks to Netactions)
802 * Support: added support for new wp3.3 editor
803 * Bug fix: fixed WYSIWYG editor localised errors
804 * Bug fix: removed trailing commas for ie7
805
806 = 3.0.2 =
807 * New Feature: Added Export tab to export a WP native .xml file
808 * New Option: Relationship / Post type - filter by taxonomy
809 * New Option: default values for checkbox, select and radio
810 * New Function: register_options_page - add custom options pages (Requires the option page addon)
811 * Bug fix: WYSIWYG + repeater button issues
812 * Bug fix: general house keeping
813
814 = 3.0.1 =
815 * Bug Fix - repeater + wysiwyg delete / add duplicate id error
816 * Bug fix - repeater + file - add file not working
817 * Bug Fix - image / file no longer need the post type to support "editor"
818 * WYSIWYG - fixed broken upload images
819 * misc updates to accommodate the soon to be released "Flexible Field"
820
821 = 3.0.0 =
822 * ACF doesn't use any custom tables anymore! All data is saved as post_meta!
823 * Faster and more stable across different servers
824 * Drag-able / order-able metaboxes
825 * Fields extend from a parent object! Now you can create you own field types!
826 * New location rule: Taxonomy
827 * New function: register_field($class, $url);
828 * New Field: Color Picker
829 * New Option: Text + Textarea formatting
830 * New Option: WYSIWYG Show / Hide media buttons, Full / Basic Toolbar buttons (Great for a basic wysiwyg inside a repeater for your clients)
831 * Lots of bug fixes
832
833 = 2.1.4 =
834 * Fixed add image tinymce error for options Page WYSIWYG
835 * API: added new function: update_the_field($field_name, $value, $post_id)
836 * New field: Relationship field
837 * New Option for Relationship + Post Object: filter posts via meta_key and meta_value
838 * Added new option: Image preview size (thumb, medium, large, full)
839 * Fixed duplicate posts double value problem
840 * API update: get_field($repeater) will return an array of values in order, or false (like it used to!)
841 * Radio Button: added labels around values
842 * Post object + Page Link: select drop down is now hierarchal
843 * Input save errors fixed
844 * Add 'return_id' option to get_field / get_sub_field
845 * Many bug fixes
846
847 = 2.1.3 =
848 * Fixed API returning true for repeater fields with no data
849 * Added get_fields back into the api!
850 * Fixed field type select from showing multiple repeater activation messages
851
852 = 2.1.2 =
853 * Fixed repeater sortable bug on options page
854 * Fixed wysiwyg image insert on options page
855 * Fixed checkbox value error
856 * Tidied up javascript + wysiwyg functions
857
858
859 = 2.1.1 =
860 * Fixed Javascript bugs on edit pages
861
862 = 2.1.0 =
863 * Integrate acf_values and wp_postmeta! Values are now saved as custom fields!
864 * Ajax load in fields + update fields when the page / post is modified
865 * API has been completely re written for better performance
866 * Default Value - text / textarea
867 * New upgrade database message / system
868 * Separate upgrade / activate scripts
869 * Select / page link / post object add Null option
870 * Integrate with Duplicate Posts plugin
871 * New location rule: post format
872 * Repeater field attach image to post
873 * Location: add children to drop down menu for page parent
874 * Update script replaces image urls with their id's
875 * All images / Files save as id's now, api formats the value back into a url
876 * Simple CSS + JS improvements
877 * New Field: Radio Buttons (please note Firefox has a current bug with jquery and radio buttons with the checked attribute)
878
879 = 2.0.5 =
880 * New Feature: Import / Export
881 * Bug Fixed: Wysiwyg javascript conflicts
882 * Bug Fixed: Wysiwyg popups conflicting with the date picker field
883 * New style for the date picker field
884
885 = 2.0.4 =
886 * New Addon: Options Page (available on the plugins store: http://plugins.elliotcondon.com/shop/)
887 * API: all functions now accept 'options' as a second parameter to target the options page
888 * API: the_field() now implodes array's and returns as a string separated by comma's
889 * Fixed Bug: Image upload should now work on post types without editor
890 * Fixed Bug: Location rule now returns true if page_template is set to 'Default' and a new page is created
891 * General Housekeeping
892
893 = 2.0.3 =
894 * Added Option: Repeater Layout (Row / Table)
895 * Fixed bug: Now you can search for media in the image / file fields
896 * Added Option: Image field save format (image url / attachment id)
897 * Added Option: File field save format (file url / attachment id)
898 * Fixed bug: Location rules for post categories now work
899 * Added rule: Page parent
900 * Fixed bug: "what's new" button now shows the changelog
901 * included new css style to fit in with WordPress 3.2
902 * minor JS improvements
903
904 = 2.0.2 =
905 * Added new database table "acf_rules"
906 * Removed database table "ac_options"
907 * Updated location meta box to now allow for custom location queries
908 * Hid Activation Code from logged in users
909 * Fixed JS bugs with wp v3.2 beta 2
910 * Added new option "Field group layout" - you can now wrap your fields in a metabox!
911 * General housekeeping
912
913 = 2.0.1 =
914 * Added Field Option: Field Instructions
915 * Added Field Option: Is field searchable? (saves field value as a normal custom field so you can use the field against wp queries)
916 * Added Media Search / Pagination to Image / File thickbox
917 * Added Media Upload support to post types which do not have a Content Editor.
918 * Fixed "Select Image" / "Select File" text on thickbox buttons after upload
919 * Repeater field now returns null if no data was added
920
921 = 2.0.0 =
922 * Completely re-designed the ACF edit page
923 * Added repeater field (unlocked through external purchase)
924 * Fixed minor js bugs
925 * Fixed PHP error handling
926 * Fixed problem with update script not running
927 * General js + css improvements
928
929 = 1.1.4 =
930 * Fixed Image / File upload issues
931 * Location now supports category names
932 * Improved API - now it doesn't need any custom fields!
933 * Fixed table encoding issue
934 * Small CSS / Field changes to ACF edit screen
935
936
937 = 1.1.3 =
938 * Image Field now uses WP thickbox!
939 * File Field now uses WP thickbox!
940 * Page Link now supports multiple select
941 * All Text has been wrapped in the _e() / __() functions to support translations!
942 * Small bug fixes / housekeeping
943 * Added ACF_WP_Query API function
944
945 = 1.1.2 =
946 * Fixed WYSIWYG API format issue
947 * Fixed Page Link API format issue
948 * Select / Checkbox can now contain a url in the value or label
949 * Can now unselect all user types form field options
950 * Updated value save / read functions
951 * Lots of small bug fixes
952
953 = 1.1.1 =
954 * Fixed Slashes issue on edit screens for text based fields
955
956 = 1.1.0 =
957 * Lots of Field Type Bug Fixes
958 * Now uses custom database tables to save and store data!
959 * Lots of tidying up
960 * New help button for location meta box
961 * Added $post_id parameter to API functions (so you can get fields from any post / page)
962 * Added support for key and value for select and checkbox field types
963 * Re wrote most of the core files due to new database tables
964 * Update script should copy across your old data to the new data system
965 * Added True / False Field Type
966
967 = 1.0.5 =
968 * New Field Type: Post Object
969 * Added multiple select option to Select field type
970
971 = 1.0.4 =
972 * Updated the location options. New Override Option!
973 * Fixed un ticking post type problem
974 * Added JS alert if field has no type
975
976 = 1.0.3 =
977 * Heaps of js bug fixes
978 * API will now work with looped posts
979 * Date Picker returns the correct value
980 * Added Post type option to Page Link Field
981 * Fixed Image + File Uploads!
982 * Lots of tidying up!
983
984 = 1.0.2 =
985 * Bug Fix: Stopped Field Options from loosing data
986 * Bug Fix: API will now work with looped posts
987
988 = 1.0.1 =
989 * New Api Functions: get_fields(), get_field(), the_field()
990 * New Field Type: Date Picker
991 * New Field Type: File
992 * Bug Fixes
993 * You can now add multiple ACF's to an edit page
994 * Minor CSS + JS improvements
995
996 = 1.0.0 =
997 * Advanced Custom Fields.
998
999
1000 == Upgrade Notice ==
1001
1002 = 3.0.0 =
1003 * Editor is broken in WordPress 3.3
1004
1005 = 2.1.4 =
1006 * Adds post_id column back into acf_values