Viktor Szépe

Results 776 issues of Viktor Szépe

![kép](https://user-images.githubusercontent.com/952007/177757641-fce483aa-b0ea-4d64-acee-5fb2552ec076.png)

https://scrutinizer-ci.com/g/PrinsFrank/php-validated-properties/issues/main/files/src/Enum/Type.php?orderField=path&order=asc&honorSelectedPaths=0 maybe it runs on lower PHP version .... https://github.com/PrinsFrank/php-validated-properties/blob/06459f83412a8b860b587805608a786724218f0f/composer.json#L7

@ffraenz What do you think about supporting EDD? Basically you POST once and receive the temporary download URL. This is the documentation of plugin licensing https://docs.easydigitaldownloads.com/article/384-software-licensing-api the _Getting version information_...

Here is the fix. ```php function acf_fix_select_dropdown_default_value($field) { if (0 === $field['multiple'] && [] === $field['default_value']) { $field['default_value'] = ''; } return $field; } add_filter('acf/load_field/type=select', 'acf_fix_select_dropdown_default_value', 999, 1); function acf_fix_multiselect_value($value,...

Please consider making your code available through PECL. Thank you.

needs help

Please consider making it AMD friendly https://github.com/umdjs/umd Thank you!

Enhancement