symfony / panther

A browser testing and web crawling library for PHP and Symfony
MIT License
2.94k stars 222 forks source link

Release v1.0.2 #445

Closed lolautruche closed 3 years ago

lolautruche commented 3 years ago

Could you please publish the v1.0.2 release? It would indeed contain the fix from #423, as currently the Blackfire integration with Symfony functional tests (which uses Panther) is broken because of the $client::createWebDriverByFromLocator($selector) change

Thanks in advance :pray:

halfer commented 3 years ago

You can just use a dependency of dev:master in the short term.

(I could do with this release too, but I am working around it for now).

lolautruche commented 3 years ago

Hello @halfer

I know I can override this, and I did. However, this affects anyone using the Blackfire SDK with Symfony functional tests. It would be really nice if you could tag a new release :slightly_smiling_face:

halfer commented 3 years ago

Hi @lolautruche - I am not part of the core team, I can't do releases 😇

However I have just spotted there are two releases since this conversation - so the fix you need should be in the latest one.

lolautruche commented 3 years ago

Hey @halfer Yes indeed. I'm closing this issue now. Thanks!