-
regression fix
-
make it easier to keep the last breadcrumb item. see http://drupal.org/node/1520044#comment-5998290
-
add support for themekey. See http://drupal.org/node/1431564#comment-5573494
-
fix sqlsrv db driver error for menu plugin, caused by bad GROUP BY. See http://drupal.org/node/1431564#comment-5573494
-
Remove pointless crumbs_init() function, wrap _crumbs_include() in check.
-
comment fixes in crumbs.module
-
require php 5.2 instead of 5.1
-
fix list() bug in admin.inc
-
move admin forms into admin/ subfolder.
-
grand rename of .inc to .php for lib files, to support xautoload.