-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page not loading with Gambio 4.6.0.2, fix #69
Comments
Hey @bagorob, Please note that our development team has resolved your request. We have removed void return value in GXModules/Mollie/Mollie/Admin/Overloads/AdminApplicationTopExtenderComponent/Mollie_AdminApplicationTopExtender.inc.php::proceed method and now it is fixed. We will prepare a new release for the next week with changes made in #68 and we will keep you posted regarding this. Best regards. |
Hello @bagorob, Thank you for understanding the current situation. Please note as I already explained in a comment on the issue #68 that we will keep you posted regarding the new release next week, cause we are experiencing some issues with permissions regarding the release. Meanwhile, here is a new version plugin zip file v3.0.15(for Gambio 4.5-4.x), with changes from this ticket and changes from #68 ticket. If you have any additional questions please feel free to contact us anytime. Thanks, Best regards |
Hey @bagorob, Thank you for your patience and understanding during resolving of this request. Please note that all new plugin versions for: Gambio 3.0.x - 3.4.x (v0.1.13), Gambio 3.5.x - 4.0.x (v1.0.12), Gambio 4.1.x - 4.4.x (v2.0.13), Gambio 4.5.x - 4.x.x (v3.0.15) are released. As we inform you, the release also contains changes from #68. Best regards. |
GXModules/Mollie/Mollie/Admin/Overloads/AdminApplicationTopExtenderComponent/Mollie_AdminApplicationTopExtender.inc.php
Code:
public function proceed(): void
Change to Code:
public function proceed()
The text was updated successfully, but these errors were encountered: