Fixed problem when using widget index functionality. Widgets which didn't have a source page provided by the list were repeating the first item in the list.
0.8
Widget index field added to widget control panel. This field allows you to have multiple widgets on the page all linked to the same custom field via the '-linkto' function. For more information, read the user guide.
Extra additional data fields ($data2 to $data5) added for use in the content generator.
Page title variable ($pagetitle) added for use in the content generator. The variable is loaded with the title for the page whose data is being displayed by the widget.
Content generator was leaving slashes in the generated content.
0.7
Added additional data field $data1 and the required configuration field to the widget control panel.
0.6
Added 'Content Generator' functionality.
0.5
Modified widget to reinitialise the $post variable to prevent it becoming 'corrupted' by other widgets which may have been rendered before the ACFW.
0.4
First version available via WordPress plugin directory.
Options are now only removed when the plugin is uninstalled (this is handled by 'uninstall.php').
Changed text domain for translation to 'acf_widget'.
0.3
Added '-linkto' processing allowing the content for a specific field to be provided by another page. This takes priority over the 'acfw-linkto' functionality.
0.2
Widget was only displaying content for posts (not pages). This was fixed in this version.
Added 'acfw-linkto' functionality to allow all widgets on a page to link to the same page.
0.1
Original version of Advanced Custom Field Widget. This is a seriously butchered version of the original Custom Field Widget by Scott Wallick.