- Issue created by @AaronBauman
- πΊπΈUnited States joelsteidl
ahh...good to know!
Let me try to fix a couple issues in the queue and then get a stable out the door.
- πΊπΈUnited States AaronBauman Philadelphia
Do you want to link those issues here?
I'm gonna need this module for an upcoming project in the next couple months, i'd be happy to work on them. - πΊπΈUnited States joelsteidl
Thanks @aaronbauman.
I made some headway today. If you wanted to review the MRs for
https://www.drupal.org/project/zoomapi/issues/3489251 π Deprecate Event Verification Token Active
https://www.drupal.org/project/zoomapi/issues/3408495 π Deprecated function: Creation of dynamic property Drupal\zoomapi\Plugin\ApiTools\Client::$id is deprecated ActiveI haven't looked at https://www.drupal.org/project/zoomapi/issues/3402268 π Throw exceptions on errors Needs review so if you wanted to, that would be cool, but I also don't think I'd let that stop me from a stable release.
If you need 11.x support, that one might take a bit longer due to the reliance on Apitools module.
- πΊπΈUnited States joelsteidl
@aaronbauman
I added a stable 3.x and got Gitlab pipelines setup with automated tests running again.
Sorry that took so long, and let me know if that is working for you.
- Status changed to Fixed
about 2 months ago 1:05am 22 February 2025 - πΊπΈUnited States joelsteidl
One more update. I noticed that the default composer download is still
2.0.x
. This is due to the `apitools` requirement that has an alpha release. If your root composer.json has"minimum-stability": "stable",
it will try and grab the 2.0.x version. Change that todev
and it gets the right version Automatically closed - issue fixed for 2 weeks with no activity.