Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The service khipu makes a change in the payment notification. Now the site requires verify that the payment was made to previously established collector.
Not so much bug fixes and architectural improvements. Including...
Caching all block hide-data per page request.
Removes the contextual links instead of hiding them
Replaces db_query with db_select so other database engines can be used.
Removes duplicate code.
Updated code for latest Schema module changes, and added dependency on Schema >= 1.0-rc1.
Added workarounds for schema module bugs. Added limitation that available connections have the same connection details (driver, host, username, password) as the default Drupal database.
This is the final release of MERCI 7.x-2.0. Only contributed patches for bugs will be added in the future.
Changes since 7.x-2.0-rc1
view commit • Fixed Issue #1700732 by bachomp: Error on module activations and uninstallation.
view commit • Fixed issue #1728438 by niknaz-ccny: Notice: Undefined variable: phone and Undefined property: stdClass::$taxonomy in merci_printable_contract module.
view commit • Issue #1738248 by jchambers2012: Drupal missing money_format() in printable contract function. Only missing on Windows. Added code to define it if missing.
view commit • Added token for reserved items of reservation node.
view commit • Issue #1949476 by devv: merci_confirm_reservation type on line 951 breaks API functionality