Kaspars Dambis
Kaspars Dambis
http://contactform7.com/controlling-behavior-by-setting-constants/
See: http://contactform7.com/configuration-validator-faq/ ``` add_filter( 'wpcf7_validate_configuration', '__return_false' ); ```
- WPCF7_CAPTCHA_TMP_DIR - WPCF7_CAPTCHA_TMP_URL - WPCF7_UPLOADS_TMP_DIR See: http://contactform7.com/controlling-behavior-by-setting-constants/
In Aranet4 FW >= v1.2.0 the advertised service UUID and the service UUID containing Aranet4 measurements has been changed: - Prior to FW v1.2.0 the service UUID is f0cd1400-95da-4f4b-9ac8-aa55d312af0c. -...
See: - https://github.com/h4/lywsd02 - https://github.com/hobbypunk90/mithermometer - https://github.com/sullin/hyg
Fixes #37. - [x] Switch from using `jshint` to `eslint` via the core plugin [`@wordpress/eslint-plugin`](https://www.npmjs.com/package/@wordpress/eslint-plugin). Stick to the `es5` flavour instead of `recommended` to reduce this diff size and avoid...
ESLint help with both syntax errors and coding standards.
Reduce Renovate noise. Should be a fine strategy for a scaffolding repository.
Replace the dummy `add()` function test with something relevant.
Fixes #26. - Bind mount WP root to a local directory to ensure it inherits lower-level permissions of the host system instead of the default `root` used by named mounts.