- 🇮🇹Italy kopeboy Milan
The bot suggests we only add
|| ^10
to the mailjet_api.info.yml file.
Unfortunately fully testing this requires having a live site and account at mailjet, so I'm not changing the status to reviewed atm.
Maybe the maintainer could check if we can safely use this with D10 and provide a new release? 🙏🏻 - First commit to issue fork.
- 🇮🇳India dineshkumarbollu
Hi
I review the patch applied cleanly, after that I test the d10 comaptible issues no issues found and module is compatible with D10.I am attaching screenshot of upgrade status report for D10.
thanks
- last update
over 1 year ago 1 fail - @dineshkumarbollu opened merge request.
- 🇫🇷France flocondetoile Lyon
@stevieb Are you using this module on D10. Can you confirm the module (with the patch) works on D10, and not only the patch (a working patch doesn't mean a working moduel) ?
Anybody else using mail_jet_api on D10 ? (not yet migrated on D10)
- 🇫🇷France tty11
Hello,
For information I wanted to install the module for D10 but I have an error with compose with a dependency of mailjet_api:mailjet/mailjet-apiv3-php v1.3.0 requires guzzlehttp/guzzle ~6.0|~5.3
Core D10 requires guzzlehttp/guzzle ^7.5
mailjet/mailjet-apiv3-php since version 1.5.0 is ~7.0 compatible and the latest version is 1.5.9
Then I don't know if the module is compatible with mailjet/mailjet-apiv3-php >= 1.5.0
I'll try to do some tests, I'll keep you posted.
- 🇮🇳India manikandank03 Tamil Nadu
Hello,
I am also facing the same issue #10 in Drupal 10.1.1, unable to install the latest version of the module.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/mailjet_api == 1.0.0.0 -> satisfiable by drupal/mailjet_api[1.0.0].
- drupal/mailjet_api 1.0.0 requires mailjet/mailjet-apiv3-php ~1.3.0 -> found mailjet/mailjet-apiv3-php[v1.3.0] but these were not loaded, likely because it conflicts with another require.Please update the composer.json file with the latest mailjet-api version(https://github.com/mailjet/mailjet-apiv3-php) and release new version of the module.
"mailjet/mailjet-apiv3-php" : "^1.5"
Thanks.
- First commit to issue fork.
- Assigned to bakop
- Status changed to Active
about 1 year ago 1:32pm 27 October 2023 - last update
about 1 year ago 4 pass - Issue was unassigned.
- Status changed to Needs review
about 1 year ago 2:00pm 27 October 2023 - 🇫🇷France bakop Lille
Hi, there is indeed an issue with the version of the sdk to install the module on Drupal 10.
I did an email sending test (see attachment). - 🇦🇺Australia darvanen Sydney, Australia
If you come across this and are having trouble getting the module working, you can trick composer into resolving the library with
"mailjet/mailjet-apiv3-php": "1.6.0 as 1.3.0",
Then the patch will take care of the rest.
So far it seems to me that the patch is all good but I'll hold off RTBCing it until it's gone through proper testing
- 🇫🇷France flocondetoile Lyon
Committing MR5 to dev branch. I will be able to test on a real project soon. And so publish a new release if tests are OK.
- 🇫🇷France flocondetoile Lyon
Leaving open this issue until a new release is published.
- Status changed to Fixed
about 1 year ago 2:49pm 8 November 2023 - 🇦🇺Australia darvanen Sydney, Australia
Hats off to you sir, many thanks for the release.
Automatically closed - issue fixed for 2 weeks with no activity.