Downloads
Download tar.gz
58.03 KB
MD5: eeee98136276b63d1e7fc27e5769b8ce
SHA-1: 39e19cd2b8168d0116386e0d0d0a90fa12229298
SHA-256: 6a79fe9daaf83befe83afe888b13111dcf4df767a9e651262e302ad8bf18319b
Download zip
73.66 KB
MD5: ca8ae825824e41104f085d1e55674af1
SHA-1: da3d036944257143673a2bbce7bb4ff94a46dce3
SHA-256: dcb527cd069666a9e1767f47046d0aa20c63a07068dc71ed17144fa5ef3996a2
Release notes
This release contains many important fixes and some new features. Many thanks to all the contributors and users who provided patches and bug reports.
- #778250: Fix for php 5.3 issue with CTools.
- Added static cache to ensure features_include() runs only once.
- #522794 by Skorpjon, kenorb: Fixes for tar archive creation.
- #686240 by David Stosik: Ensure field settings are properly captured accross instances.
- Add the drush features-update-all command and switch to using
drush_invoke_backend() to ensure processes have a better memory footprint. - Standardize CTools API identifier to fully support non-exportables CTools APIs.
- Ensure dependencies added by CTools do not create circular dependencies.
- #798104 by Steven Merrill: Add drush features-revert-all command.
- #673234 by joshk: Use elseif instead of else if to comply with coding standards.
- Support additional CTools plugin APIs that are non-exportable based.
- #722460 by scor: Use 'drupal dependencies' flag in hook_drush_command() to ensure features is enabled.
- #727110 by adixon: Respect drush --root option.
- #726700: Context 3.x dependency & component detection.
- #709608: CTools: don't re-export objects that already exist in code. Depends on #709754.
- Disable features before installing on submit.
- #725132 by q0rban: Fix for fieldgroup duplicate entries.