Alex Prokopenko
Alex Prokopenko
# Description Add several features to simplify navigation and search of checked-out components. 1. On the Component page, inside assets grid show "Checkout to" column, where you can see current...
**Problem** We're using v9.12.3 and found a bug in `PathGeneratorFactory`: It has an undocumented feature to provide `config('media-library.custom_path_generators')` and specify custom generators based on media model class: https://github.com/spatie/laravel-medialibrary/blob/9.12.3/src/Support/PathGenerator/PathGeneratorFactory.php#L30 Best practices...
Add X-Frame-Options to protect from clickjacking: https://learn.javascript.ru/clickjacking
Link to activate user from an email (wp-activate.php?key=...) generate 500 error, because it failed on plugin checker, when plugins are installed as mu-plugins.
Do you plan to add new endpoints for permissions-config: https://developer.atlassian.com/cloud/bitbucket/new-repo-permission-apis/ Before there were only 1.0 API for that, but seems 2.0 API is already exists for over a year
Долго крутил Ваш behavior, не смог добится выбрать отсортированные строки в логичной последовательности, когда дети идут сразу за родителем. Все методы getDescendants\* возвращают сначала родителей, потом детей (которые между собой...
The process to register all image sets/sizes is time consuming, because it validates user settings array, parse retina options etc. Would be great to save configured array of sizes inside...
update composer to load this plugin as mu-plugin
Hi, we just upgraded to v11 from v10. All working fine except conversions and image manipulations are working super slow (2 mins comparing to 1 second) with "imagick" driver. We...