Tony Bogdanov

Results 35 comments of Tony Bogdanov

@KonstantinCodes There is now a new recommended way of declaring a Mautic plugin that allows to use it with Mautic 4 & Composer 2: https://github.com/mautic/composer-plugin/pull/2#pullrequestreview-795805831

Hi @RCheesley, > A server which blocks any traffic from outside the USA No, I think that's just a specific situation the user in the original issue has, but the...

The only thing I've found is `unbindEventListeners()`, which seems to release all listeners and stop the `requestAnimationFrame` loop, but it won't reset the HTML structure. Good enough for me, though.

@Qawsedrf0501 > * @TonyBogdanov What?

@ChrisRAoW If you are talking about `mautic/composer-plugin`, I think that one is deprecated. It only supports Composer 1 and Mautic 4 uses Composer 2 now. Honestly I don't really understand...

@ChrisRAoW I use it for one more plugin and it has similar issues, so I chose to just install them both by extracting a downloaded ZIP archive. Less headache.

@ChrisRAoW I can't really say where the problem is, the fact of the matter is that Mautic install just fine with Composer 2, but trying to `require` this plugin fails,...

@timoreimann Looks like you only use the repo for public issue tracking, is there anywhere else where we can check for progress, or do you handle that internally only? In...