passwordless 7.x-1.7

New features
Insecure
  • Changed passwordless_reset() to conform to latest changes in user_pass_reset().
  • Added integration with multiple_email (#2279259)

facetapi_pretty_paths 7.x-1.1

Bug fixes

Deprecated alter hook:

  // Allow other modules to alter the coder definitions.
 drupal_alter('facetapi_pretty_paths_facetapi_pretty_paths_coders', $coders); 

New alter hook:

  // Allow other modules to alter the coder definitions.
  drupal_alter('facetapi_pretty_paths_coders', $coders);

Changes since 7.x-1.0:

Pages

Subscribe with RSS Subscribe to RSS - 7.x