Viktor Szépe
Viktor Szépe
Just that.

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
Found a couple of new ones.
@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
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 it AMD friendly https://github.com/umdjs/umd Thank you!