Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Bug Fixes:
#1317140: "An AJAX HTTP error occurred" when creating a node with auto node reference
#1291104: Views Administration dont work anymore, because VBO isn't a style plugin anymore
#1122178: Create node with node reference fails to find hidden ref fields
#1264378: Fix title on node edit form
#1162890: File Upload AJAX Failure in Local Action Create Node
1162890 was especially interesting and problematic and was related to 1317140... In fact this failed for virtually all fields utilizing ajax callbacks of some sort. This involves the fact that the page_manager page is no longer the 'current' page when on an ajax menu callback. Extensive steps were taken to fix this issue on going and a lot of testing went into it. Hopefully I've nailed the issue at this point.
New Features:
#1307818: Add option to use page manager's "node edit" form for adding nodes with context
In addition to 1307818, a new plugin is provided the exposes context_admin plugins to panels via content_type plugins. This single plugin should cover all context_admin plugins both in and out of core and provide them as usable plugins within panels. This is completely experimental and isn't guaranteed to work, but I'm very happy with the tool thus far.