Version 3.0.0 will add support for Drupal 12. Support for Drupal 10 has been dropped due to incompatibilities with Drupal 12. In particular, the migrations from Drupal 6 and 7 had to be deleted. If you are still operating a recipe site on Drupal 6 or 7, then you will have to upgrade to Drupal 11 and Recipe 8.x-2.x first. Afterward, you can upgrade to Drupal 12 and Recipe 3.x. This isn't unusual because that is the workflow for all sites since the Migrate Drupal module has been removed from Drupal 12.
8.x-2.4-rc1 contains a few bug fixes. It also prepares the module for adding Drupal 12 support. This involved moving and deprecating a large number of functions, mostly in the *.module files. Although the module is currently passing all of its automated tests, you are encouraged to test the module thoroughly to ensure there are no issues.
This release adds compatibility with PHP 8 and Drupal 10. A special "Thank you" goes out to @okuegler and @camerongreen for contributing fixes for bugs when using the module with PHP 8.
The final beta-blocker issue has been fixed! The migration paths are complete!
The only change in this release is the addition of a migration path for the 7.x-2.x branch. I briefly considered taking the easy road and ignoring those few sites who chose to use an unreleased branch of code. Recent usage statistics show less than 20 sites on that branch. But since I'm responsible for creating that branch and not finishing it I felt like I needed to do this.
This new version contains changes that have slowly accumulated since May 2012. Aside from the changes listed below, this new version includes a full test suite.
I know this has been a long time coming. I have been working hard for the past couple of months to wrap up the remaining tasks that are required to release an 8.x-2.0 version, along with other various updates and bug fixes for the 7.x versions. Writing the 7.x-1.3 upgrade path was a huge step forward to that end. There is still a lot of work to do, but I'm feeling motivated to get it done.
This branch is still in development! Using this release on production sites is highly discouraged! Upgrade paths will not be included between alpha versions.
Most recipe functionality has been ported from the 7.x version. Some functionality is yet to be ported and will be included in a later alpha release. Some functionality has been dropped entirely.
Please backup your data and run update.php before converting!!!
Permissions:
You also may need to rebuild Drupal permissions and/or disable/re-enabled the recipe module if the permissions don't seem to be working.
Look under "Content" for add/edit/delete and under "Recipe" for import/export.
The 5.x branch expands on the features of the 4.7.x branch, and is compatibile with Drupal 5.x. This is a snapshop of the 5.x development branch, please report any issues or bugs in the issue tracker.