Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
482.89 KB
MD5: 36cb3d0e76cf827fbe2ac51986fec48f
SHA-1: 4cb1baa7f0d91dcd6917736b56922f83b9f97cbe
SHA-256: 92fc0adce400b7b7effa187a849630bd8e1879e9e457cc0b2bb2d0fa3a23abbd
Download zip
581.28 KB
MD5: 12c0db2ea497303b9c806c4e29e7ec50
SHA-1: c4a7c874b6abf2da802005f071944d625a3c6f70
SHA-256: 63213b514ba3cd4ec75a7e701f42a94dd1a646ffb67e3214c19760f80f086923
Release notes
This release is mostly about under-the-hood changes that developers understand.
From a user point of view we fixed hook_cron that could be called too often, and as a result created queues of the big size.
Some developer-related changes:
- Added checks for presence of CURL library on the server environment + check for min PHP version,
- Added some tests for PHPUnit test framework. Started migration tests to PHPUnit.
- Got rid of big part of dependencies and introduced services instead.
- Fixed compatibility issues with Commerce Kickstart.
- Introduced new logger interface.
- some minor fixes and code improvements