PluginProbe ʕ •ᴥ•ʔ
Advanced Custom Fields (ACF®) / 3.3.8
Advanced Custom Fields (ACF®) v3.3.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
524 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://support.advancedcustomfields.com/
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://support.advancedcustomfields.com/
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.3.8 =
89 * [Added] Gallery field { auto add image on upload, new style to show already added images
90 * [Fixed] Fix saving value issue with WP e-commerce http://support.advancedcustomfields.com/discussion/comment/7026#Comment_7026
91 * [Updated] Date picker field { new display format option (different from save format), UI overhaul
92 * [Added] Add new field - Number
93 * [Fixed] Test post object / select based fields for saving empty value - http://support.advancedcustomfields.com/discussion/2759/post-object-and-conditional-statement
94
95 = 3.3.7 =
96 * [Added] Add new return value for image { image object
97 * [Updated] Update Dutch translation (thanks to Derk Oosterveld - www.inpoint.nl)
98 * [Updated] Update UI Styles
99 * [Updated] Refresh settings page UI and fix exported PHP code indentation Styles
100 * [Fixed] Fix post object hierarchy display bug - http://support.advancedcustomfields.com/discussion/2650/post_object-showing-posts-in-wrong-hierarchy
101 * [Fixed] Fix metabox position from high to core - http://support.advancedcustomfields.com/discussion/comment/6846#Comment_6846
102 * [Fixed] Fix flexible content field save layout with no fields - http://support.advancedcustomfields.com/discussion/2639/flexible-content-field-support-for-empty-layoutss
103 * [Fixed] Text / Fix field group limit - http://support.advancedcustomfields.com/discussion/2675/admin-only-showing-20-fields-groups
104
105 = 3.3.6 =
106 * [Fixed] Fix IE regex issue (thanks to Ben Heller - http://spruce.it)
107 * [Added] Check for more translatable strings (thanks to Derk Oosterveld - www.inpoint.nl)
108 * [Fixed] Fix location rule post category bug
109 * [Updated] Added all post status to page / post location rules - http://support.advancedcustomfields.com/discussion/2624/scheduled-pages
110 * [Updated] Updated the page link field to rely on the post_object field
111 * [Added] Add $post_id parameter to the [acf] shortcode
112
113 = 3.3.5 =
114 * [Fixed] Fix location rule bug for taxonomy.
115
116 = 3.3.4 =
117 * [Added] Added new API function: has_sub_field - replacement for the_repeater_field and the_flexible_field. Allows for nested while loops!
118 * [Improved] Improve save_post functions- http://support.advancedcustomfields.com/discussion/2540/bug-fix-for-taxonomies-and-revisions-solved
119 * [Fixed] Fix relationship AJAX abort for multiple fields - http://support.advancedcustomfields.com/discussion/2555/problem-width-relationship-after-update-the-latest-version
120
121 = 3.3.3 =
122 * [Upgrade] Database Upgrade is required to modify the taxonomy filtering data for fields. This allows for performance boosts throughout ACF.
123 * [Improved] relationship field: Improve querying posts / results and use AJAX powered search to increase performance on large-scale websites
124 * [Improved] post object field: Improve querying posts / results
125
126 = 3.3.2 =
127 * [Fixed] Integrate with Shopp plugin
128
129 = 3.3.1 =
130 * [Fixed] Fix gallery sortable in repeater - http://support.advancedcustomfields.com/discussion/2463/gallery-within-a-repeater-image-reorder-not-working
131 * [Fixed] Test / Fix two gallery fields - http://support.advancedcustomfields.com/discussion/2467/gallery-two-gallery-fieldss
132 * [Fixed] Fix tinymce undefined visual editor off - http://support.advancedcustomfields.com/discussion/2465/solved-admin-conflicts-after-upgrade
133 * [Updated] Update Polish translation - Thanks to www.digitalfactory.pl
134
135 = 3.3.0 =
136 * [Fixed] Gallery not returning correct order
137
138 = 3.2.9 =
139 * [Added] Add new Gallery Field
140 * [Fixed] Test / Fix update_field on repeater / flexible content
141 * [Fixed] Fix regex JS issue with adding nested repeaters
142 * [Added] Add new Czech translation - Thanks to Webees ( http://www.webees.cz/ )
143
144 = 3.2.8 =
145 * [Added] Repeater - Add option for min rows + max rows - http://www.advancedcustomfields.com/support/discussion/2111/repeater-empty-conditional-statements#Item_4
146 * [Fixed] Test / Fix Chrome Double WYSIWYG. Again...
147 * [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
148 * [Added] Make image sizes strings "Pretty" for preview size options
149 * [Fixed] Test / Fix WYSIWYG insert image inside a repeater bug - http://www.advancedcustomfields.com/support/discussion/2404/problem-with-repeater-wysiwyg-fields-and-images
150
151 = 3.2.7 =
152 * [Fixed] Rename controller classes - http://www.advancedcustomfields.com/support/discussion/2363/fatal-error-after-update-to-3.2.6
153 * [Added] Add edit button to image / file fields
154 * [Fixed] WYSIWYG toolbar buttons dissapearing in HTML tab mode
155
156 = 3.2.6 =
157 * [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
158 * [Added] Add suppress_filters to relationship field for WPML compatibility - http://www.advancedcustomfields.com/support/discussion/comment/5401#Comment_5401
159 * [Added] Add new German translation - http://www.advancedcustomfields.com/support/discussion/2197/german-translation
160 * [Added] Add new Italian translation - Alessandro Mignogna (www.asernet.it)
161 * [Added] Add new Japanese translation - http://www.advancedcustomfields.com/support/discussion/2219/japanese-translation
162 * [Fixed] Test / Fix WYSIWYG removing p tags - http://www.advancedcustomfields.com/support/discussion/comment/5482#Comment_5482
163 * [Added] edit basic toolbar buttons to match WP teeny mode - WYSIWYG
164 * [Fixed] Test front end form hiding - http://www.advancedcustomfields.com/support/discussion/2226/frontend-form-disppears-on-acf-3.2.5
165 * [Fixed] Test saving user custom fields - http://www.advancedcustomfields.com/support/discussion/2231/custom-fields-not-saving-data-on-initial-user-registration
166 * [Fixed] Fix options page translation bug - http://www.advancedcustomfields.com/support/discussion/2098/change-language-and-options-page-fields-disappear
167 * [Fixed] Pages rule not returning private pages - http://www.advancedcustomfields.com/support/discussion/2275/attach-field-group-to-privately-published-pages
168 * [Added] Add custom add_image_size() Image field preview sizes - http://www.advancedcustomfields.com/support/discussion/comment/5800#Comment_5800
169
170 = 3.2.5 =
171 * [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.
172 * [Added] Add in edit button to upload image / file thickbox
173 * [Improved] Changed loading default values. Now behaves as expected!
174 * [Fixed] Test / Fix full screen mode dissapearing from editor - http://www.advancedcustomfields.com/support/discussion/2124/full-screen-button-for-zen-mode-is-gone
175 * [Fixed] get_field returning false for 0 - http://advancedcustomfields.com/support/discussion/2115/get_field-returns-false-if-field-has-value-0
176 * [Improved] Improve relationship sortable code with item param - http://www.advancedcustomfields.com/support/discussion/comment/3536#Comment_3536
177 * [Fixed] IE category js bug - http://www.advancedcustomfields.com/support/discussion/2127/ie-78-category-checkbox-bug
178 * [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
179 * [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
180 * [Fixed] Fix update message - appears on first activation
181 * [Fixed] Fix options page sidebar drag area - no border needed
182 * [Fixed] Fix export options page activation - http://www.advancedcustomfields.com/support/discussion/2112/options-page-not-working-in-functions.php
183
184 = 3.2.4 =
185 * [Fixed] Remove translation from validation class - http://www.advancedcustomfields.com/support/discussion/2110/custom-validation-broken-in-other-languages
186 * [Fixed] Test fix WYSIWYG insert media issues
187 * [Added] Add Excerpt to the field group "show on page" options
188
189 = 3.2.3 =
190 * [Fixed] Include Wysiwyg scripts / styles through the editor class
191 * [Fixed] Wysiwyg in repeater not working
192 * [Fixed] Remove Swedish translation until string / js bugs are fixed
193 * [Fixed] Checkbox array value issue: http://wordpress.org/support/topic/plugin-advanced-custom-fields-php-warning-in-corefieldscheckboxphp?replies=6
194 * [Added] Add inherit to relationship posts query - http://www.advancedcustomfields.com/support/discussion/comment/3826#Comment_3826
195 * [Fixed] Relationship shows deleted posts - http://www.advancedcustomfields.com/support/discussion/2080/strange-behavior-of-relationship-field-trash-posts
196 * [Fixed] Wysiwyg editor not working on taxonomy edit page
197
198 = 3.2.2 =
199 * [Fixed] Fix layout bug: Nested repeaters of different layouts
200 * [Fixed] Fix strip slashes bug
201 * [Fixed] Fix nested repeater bug - http://www.advancedcustomfields.com/support/discussion/2068/latest-update-broken-editing-environment-
202 * [Fixed] Test / Fix add multiple images to repeater
203
204 = 3.2.1 =
205 * Field groups can now be added to options page with layout "side"
206 * Fixed debug error when saving a taxonomy:
207 * Fixed unnecessary code: Remove Strip Slashes on save functions
208 * Added new add row buttons to the repeater field and upgraded the css / js
209 * Fixed debug error caused by the WYSIWYG field: wp_tiny_mce is deprecated since version 3.3! Use wp_editor() instead.
210 * Fixed duplicate field error where all sub fields became repeater fields.
211 * Add Swedish translation: http://advancedcustomfields.com/support/discussion/1993/swedish-translation
212 * CSS improvements
213 * Fixed IE9 Bug not returning an image preview on upload / select
214 * Fixed Multi export php syntax bug.
215
216 = 3.2.0 =
217 * Fixed Browser bug with Flexible Field: Add Row button works again
218 * Added Brazilian Translation. Thanks to Marcelo Paoli Graciano - www.paolidesign.com.br
219 * Reverted input CSS to separate field label / instructions onto new lines.
220
221 = 3.1.9 =
222 * Updated Images / JS - Please hard refresh your browser to clear your cache
223 * Remove caching from acf_field_groups, replace with temp cache
224 * Add "Duplicate Field" on field group edit page
225 * Fix link to documentation on field group edit page
226 * add "update_value" to API
227 * Include new Polish translation
228 * Create a nicer style for flexible content
229 * Create a nicer style for repeater fields with row layout
230 * Create a nicer style for "no metabox" fields
231 * Add Spanish translation. Thanks to @hectorgarrofe
232 * Fix css for options page no metabox
233 * Added custom post_updated_messages
234 * Changed "Drag and drop to reorder" from an image to a string for translation
235
236 = 3.1.8 =
237 * 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.
238 * Added _e() and __() functions to more text throughout plugin
239 * Added new French translation. Thanks to Martin Vauchel @littlbr http://littleboyrunning.com
240 * Fixed duplicate WYSIWYG in chrome bug
241 * New Location rules: add fields to a user / taxonomy / attachment
242 * Bug Fix: Color picker now shows color on page load. Thanks to Kev http://www.popcreative.co.uk
243 * CSS tweaks File clearfix, new style for selects with optgroups
244 * Simplified get_value to return default value if value == ""
245 * API now allows for "option" and "options" for the $post_id value in API functions
246
247 = 3.1.7 =
248 * Bug fix: Image field returns correct url after selecting one or more images
249 * Translation: Added Polish translation. Thank you Bartosz Arendt - Digital Factory - www.digitalfactory.pl
250 * Update : Added id attribute to all div.field (id="acf-$field_name")
251
252 = 3.1.6 =
253 * New style for buttons
254 * Bug Fix: Repeater maximum row setting was disabling the "add row" button 1 row early.
255 * Performance: Field options are now loaded in via ajax. This results in much less HTML on the edit field group page
256 * Performance: Field inputs are now loaded in via ajax. Again, less HTML on edit screens improves load times / memory usage
257 * 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.
258 * New Option: Repeater field can now have a custom button label
259 * New Option: Flexible content field can now have a custom button label
260 * Improvement: Updated the HTML / CSS for file fields with icon
261 * Bug Fix: Fixed multi upload / select image in repeater.
262 * Performance: Added caching to the get_field function. Templates will now render quicker.
263 * Bug Fix: Fixed Post formats location rule - it now works.
264 * Nested repeaters are now possible!
265
266 = 3.1.5 =
267 * 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
268
269 = 3.1.4 =
270 * New Feature: Front end form (Please read documentation on website for usage)
271 * Performance: compiled all field script / style into 1 .js file
272 * Bug Fix: Editor now remembers mode (Visual / HTML) without causing errors when loading in HTML mode
273 * Improvement: Added draft / private labels to post objects in relationship, post object and page link fields
274
275 = 3.1.3 =
276 * Bug Fix: Options page fields were rendered invisible in v3.1.2 (now fixed)
277 * Updated POT file with new texts
278
279 = 3.1.2 =
280 * New Feature: Required field validation. Note: Repeater / Flexible content fields can be required but their sub fields can not.
281 * Field update: Select field: API now returns false when "null" is selected
282 * 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
283 * 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.
284
285 = 3.1.1 =
286 * New Feature: Added shortcode support. usage: [acf field="field_name"]
287 * Bug Fix: Fixed menu disappearing by changing the function "add_menu" to "add_utility_page"
288 * 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
289
290 = 3.1.0 =
291 * New Field: Flexible Content Field (license required)
292 * Bug Fix: ACF data now saves for draft posts (please do a hard refresh on an edit screen to remove cached js)
293 * Bug fix: Fixed multiple content editors
294
295 = 3.0.7 =
296 * Added export / register support via PHP
297 * Moved menu position under Settings
298 * Improve speed / php memory by introducing cached data
299 * Temp bug fix: sets content editor to "visual mode" to stop wysiwyg breaking
300 * Visual: Removed "Screen Options" tab from the admin acf edit page. Added filter to always show 99 acf's
301 * Minor JS improvements
302
303 = 3.0.6 =
304 * Bug Fix: Location meta box now shows all pages / posts
305 * Bug Fix: upgrade and settings url should now work / avoid conflicts with other plugins
306
307 = 3.0.5 =
308 * Support: use wp native functions to add all user roles to location metabox
309 * Update: gave acf a css update + new menu structure
310 * Bug fix: fixed a few issues with wysiwyg js/css in wp3.3
311 * Bug fix: fixed page_name conflicting with normal pages / posts by adding a "acf_" to the page_name on save / update
312 * Performance: location metabox - limited taxonomies to hierarchial only. Posts and Pages have now been limited to 25
313
314 = 3.0.4 =
315 * Bug fix: WYSIWYG is now compatible with WP 3.3 (May have incidentally added support for gravity forms media button! But not 100% sure...)
316 * Fix : Taxonomy Location rule now only shows hierarchal taxonomies to improve speed and reduce php memory issues
317
318 = 3.0.3 =
319 * New translation: French (thanks to Netactions)
320 * Support: added support for new wp3.3 editor
321 * Bug fix: fixed WYSIWYG editor localised errors
322 * Bug fix: removed trailing commas for ie7
323
324 = 3.0.2 =
325 * New Feature: Added Export tab to export a WP native .xml file
326 * New Option: Relationship / Post type - filter by taxonomy
327 * New Option: default values for checkbox, select and radio
328 * New Function: register_options_page - add custom options pages (Requires the option page addon)
329 * Bug fix: WYSIWYG + repeater button issues
330 * Bug fix: general house keeping
331
332 = 3.0.1 =
333 * Bug Fix - repeater + wysiwyg delete / add duplicate id error
334 * Bug fix - repeater + file - add file not working
335 * Bug Fix - image / file no longer need the post type to support "editor"
336 * WYSIWYG - fixed broken upload images
337 * misc updates to accommodate the soon to be released "Flexible Field"
338
339 = 3.0.0 =
340 * ACF doesn't use any custom tables anymore! All data is saved as post_meta!
341 * Faster and more stable across different servers
342 * Drag-able / order-able metaboxes
343 * Fields extend from a parent object! Now you can create you own field types!
344 * New location rule: Taxonomy
345 * New function: register_field($class, $url);
346 * New Field: Color Picker
347 * New Option: Text + Textarea formatting
348 * New Option: WYSIWYG Show / Hide media buttons, Full / Basic Toolbar buttons (Great for a basic wysiwyg inside a repeater for your clients)
349 * Lots of bug fixes
350
351 = 2.1.4 =
352 * Fixed add image tinymce error for options Page WYSIWYG
353 * API: added new function: update_the_field($field_name, $value, $post_id)
354 * New field: Relationship field
355 * New Option for Relationship + Post Object: filter posts via meta_key and meta_value
356 * Added new option: Image preview size (thumb, medium, large, full)
357 * Fixed duplicate posts double value problem
358 * API update: get_field($repeater) will return an array of values in order, or false (like it used to!)
359 * Radio Button: added labels around values
360 * Post object + Page Link: select drop down is now hierarchal
361 * Input save errors fixed
362 * Add 'return_id' option to get_field / get_sub_field
363 * Many bug fixes
364
365 = 2.1.3 =
366 * Fixed API returning true for repeater fields with no data
367 * Added get_fields back into the api!
368 * Fixed field type select from showing multiple repeater activation messages
369
370 = 2.1.2 =
371 * Fixed repeater sortable bug on options page
372 * Fixed wysiwyg image insert on options page
373 * Fixed checkbox value error
374 * Tidied up javascript + wysiwyg functions
375
376
377 = 2.1.1 =
378 * Fixed Javascript bugs on edit pages
379
380 = 2.1.0 =
381 * Integrate acf_values and wp_postmeta! Values are now saved as custom fields!
382 * Ajax load in fields + update fields when the page / post is modified
383 * API has been completely re written for better performance
384 * Default Value - text / textarea
385 * New upgrade database message / system
386 * Separate upgrade / activate scripts
387 * Select / page link / post object add Null option
388 * Integrate with Duplicate Posts plugin
389 * New location rule: post format
390 * Repeater field attach image to post
391 * Location: add children to drop down menu for page parent
392 * Update script replaces image urls with their id's
393 * All images / Files save as id's now, api formats the value back into a url
394 * Simple CSS + JS improvements
395 * New Field: Radio Buttons (please note Firefox has a current bug with jquery and radio buttons with the checked attribute)
396
397 = 2.0.5 =
398 * New Feature: Import / Export
399 * Bug Fixed: Wysiwyg javascript conflicts
400 * Bug Fixed: Wysiwyg popups conflicting with the date picker field
401 * New style for the date picker field
402
403 = 2.0.4 =
404 * New Addon: Options Page (available on the plugins store: http://plugins.elliotcondon.com/shop/)
405 * API: all functions now accept 'options' as a second parameter to target the options page
406 * API: the_field() now implodes array's and returns as a string separated by comma's
407 * Fixed Bug: Image upload should now work on post types without editor
408 * Fixed Bug: Location rule now returns true if page_template is set to 'Default' and a new page is created
409 * General Housekeeping
410
411 = 2.0.3 =
412 * Added Option: Repeater Layout (Row / Table)
413 * Fixed bug: Now you can search for media in the image / file fields
414 * Added Option: Image field save format (image url / attachment id)
415 * Added Option: File field save format (file url / attachment id)
416 * Fixed bug: Location rules for post categories now work
417 * Added rule: Page parent
418 * Fixed bug: "what's new" button now shows the changelog
419 * included new css style to fit in with WordPress 3.2
420 * minor JS improvements
421
422 = 2.0.2 =
423 * Added new database table "acf_rules"
424 * Removed database table "ac_options"
425 * Updated location meta box to now allow for custom location queries
426 * Hid Activation Code from logged in users
427 * Fixed JS bugs with wp v3.2 beta 2
428 * Added new option "Field group layout" - you can now wrap your fields in a metabox!
429 * General housekeeping
430
431 = 2.0.1 =
432 * Added Field Option: Field Instructions
433 * Added Field Option: Is field searchable? (saves field value as a normal custom field so you can use the field against wp queries)
434 * Added Media Search / Pagination to Image / File thickbox
435 * Added Media Upload support to post types which do not have a Content Editor.
436 * Fixed "Select Image" / "Select File" text on thickbox buttons after upload
437 * Repeater field now returns null if no data was added
438
439 = 2.0.0 =
440 * Completely re-designed the ACF edit page
441 * Added repeater field (unlocked through external purchase)
442 * Fixed minor js bugs
443 * Fixed PHP error handling
444 * Fixed problem with update script not running
445 * General js + css improvements
446
447 = 1.1.4 =
448 * Fixed Image / File upload issues
449 * Location now supports category names
450 * Improved API - now it doesn't need any custom fields!
451 * Fixed table encoding issue
452 * Small CSS / Field changes to ACF edit screen
453
454
455 = 1.1.3 =
456 * Image Field now uses WP thickbox!
457 * File Field now uses WP thickbox!
458 * Page Link now supports multiple select
459 * All Text has been wrapped in the _e() / __() functions to support translations!
460 * Small bug fixes / housekeeping
461 * Added ACF_WP_Query API function
462
463 = 1.1.2 =
464 * Fixed WYSIWYG API format issue
465 * Fixed Page Link API format issue
466 * Select / Checkbox can now contain a url in the value or label
467 * Can now unselect all user types form field options
468 * Updated value save / read functions
469 * Lots of small bug fixes
470
471 = 1.1.1 =
472 * Fixed Slashes issue on edit screens for text based fields
473
474 = 1.1.0 =
475 * Lots of Field Type Bug Fixes
476 * Now uses custom database tables to save and store data!
477 * Lots of tidying up
478 * New help button for location meta box
479 * Added $post_id parameter to API functions (so you can get fields from any post / page)
480 * Added support for key and value for select and checkbox field types
481 * Re wrote most of the core files due to new database tables
482 * Update script should copy across your old data to the new data system
483 * Added True / False Field Type
484
485 = 1.0.5 =
486 * New Field Type: Post Object
487 * Added multiple select option to Select field type
488
489 = 1.0.4 =
490 * Updated the location options. New Override Option!
491 * Fixed un ticking post type problem
492 * Added JS alert if field has no type
493
494 = 1.0.3 =
495 * Heaps of js bug fixes
496 * API will now work with looped posts
497 * Date Picker returns the correct value
498 * Added Post type option to Page Link Field
499 * Fixed Image + File Uploads!
500 * Lots of tidying up!
501
502 = 1.0.2 =
503 * Bug Fix: Stopped Field Options from loosing data
504 * Bug Fix: API will now work with looped posts
505
506 = 1.0.1 =
507 * New Api Functions: get_fields(), get_field(), the_field()
508 * New Field Type: Date Picker
509 * New Field Type: File
510 * Bug Fixes
511 * You can now add multiple ACF's to an edit page
512 * Minor CSS + JS improvements
513
514 = 1.0.0 =
515 * Advanced Custom Fields.
516
517
518 == Upgrade Notice ==
519
520 = 3.0.0 =
521 * Editor is broken in WordPress 3.3
522
523 = 2.1.4 =
524 * Adds post_id column back into acf_values