DS UI
You need to run update.php after downloading the new version. It's likely you are going to see errors popping up on you screen right before update, during update and maybe even after the update.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '_ds_menu_access' was given in ~/includes/menu.inc on line 452.
Don't worry, this is normal and probably due to some menu caching (also admin menu) - so make sure you flush everything good :)
theme_ds_field()
This now only has 2 parameters instead of three, so update your phptemplate functions if needed.
CSS update
In order to have a cross-browser solution, an extra div has been added to
the three column layout. To catch this change in your custom css, you will
have to add the class '.nd-region-middle' to all sidebar references. For
example:
.nd-two-sidebars becomes .nd-two-sidebars .nd-region-middle
.vd-sidebar-left becomes .vd-sidebar-left .vd-region-middle
You can still use the phptemplate override as describe in release 1.1 (code at the bottom)
Other changes (including all stuff from nd, cd, ud, vd and nd_contrib)
- #770368 by swentel and zuuperman: views fields ds plugin.
- #722852 by jyve: theming optimisations.