Releases: oddhill/drupal-oddprofile
Changes to required modules
This release increments the major version number because it includes some major changes to the required packages.
If you upgrade from any 1.x version to the 2.0.0 version make sure to manually include any of the packages that were removed in the profile if you are using them.
Before upgrading
If you are not using the removed modules make sure to uninstall them and export configuration before upgrading to this version.
Notable changes
- Minimum stability has been set to beta so that we only depend on modules that have an upgrade path.
Modules removed
- Personas
- Block visibility
Modules added
- Redirect
- Reroute email
- Module filter
Changed they way package versions are defined
Required packages now use the caret instead if tilde so that composer will install any version within the major version range.
All dependency versions are now also defined with the full version numbers including major, minor and patch values.
Updated and added dependencies
Added the masquerade module as a dependency.
Updated the devel module dependency from alpha to beta.
Fixed issue with filenames
1.1.0 Fixed incorrect filenames
First release
1.0.0 Cleaned up the profile and added some dependencies
Legacy release
This release allows applications that relied on the old version to still be able to use the profile.