Closed (fixed)
Project:
Mailchimp
Version:
7.x-4.x-dev
Component:
Documentation
Priority:
Major
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
6 Aug 2019 at 05:57 UTC
Updated:
24 Sep 2019 at 14:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gregglesI believe some of tasks 2 and 3 are done on some of the branches, but it would be good to do them on all 3 branches. Adding a relevant tag.
Comment #3
hansrossel commentedBased on https://www.drupal.org/project/mailchimp/issues/2946280#comment-13223376:
So recommend at least version 1.0.8 also for existing installations.
Comment #4
samuel.mortensonWe're talking about this on Github a bit: https://github.com/thinkshout/mailchimp-api-php/issues/90#issuecomment-5...
Bumping the Composer requirement seems fine, but as mentioned in my Github comment I think this is only a problem with the ZIP releases of the Mailchimp library, _not_ with the Composer releases since they mark PHPUnit as a dev dependency, which shouldn't be installed in production. If I'm missing something there please let me know in Github.
Comment #5
samuel.mortensonIn this issue we're going to backport the hook_requirements code that checks the library version from 7.x-5.x to 7.x-4.x and try to do a new release soon.
Comment #6
samuel.mortensonComment #7
mshaver commentedComment #8
samuel.mortensonHere are patches to add the requirements check to 7.x-4.x and bump the version for 7.x-5.x.
Comment #11
samuel.mortensonhook_requirements code has been updated to require 1.0.8+, hopefully this will push more people who have an outdated library to update.
Comment #12
gregglesThanks, samuel.mortenson!