Frederik Rommel
Frederik Rommel
This PR removes the Polyfill for Promises. Magento does not Support IE anymore in the latest releases, so we do not need the Promise-Polyfill, because all browsers does support Promises...
If I a cancel the payment or the payment will failure, then a fatal exception will happen within the Shopware Store. ```json { "errors": [ { "code": "0", "status": "500",...
hello @jissereitsma you used your CSP module to implement the nonce for inline-js. But as already discussed https://github.com/yireo/Yireo_CspWhitelistInlineJs/issues/1 the module is great, but it is only a temporary solution for...
with this PR it is possible to store arrays within the content-field of the Node-Entity. This is useful if it is required to store more information, than a single string....
hello @jissereitsma you used your CSP module to implement the nonce for inline-js. But as already discussed https://github.com/yireo/Yireo_CspWhitelistInlineJs/issues/1 the module is great, but it is only a temporary solution for...
related to https://github.com/justbetter/magento2-sentry/pull/106 fixes https://github.com/justbetter/magento2-sentry/issues/60 --- i've continued the implementation of the performance tracking and also added the profiling. Thank you to @barryvdh for doing the base stuff
This fixes an issue that if you save the configuration within the administration, the sentry error reporting got disabled, because of the setting `sentry/environment/enabled` this PR will add another setting...