bea-sanitize-filename
bea-sanitize-filename copied to clipboard
Remove all punctuation and accents from the filename of uploaded files
#### Version information * Plugin version : * PHP : * WordPress : #### Steps to reproduce 1. 2. 3. #### What was expected #### What happened instead
Test and release new version compatible with WP 6.0 if needed
Hello, For the needs of a project we have to upload images 3 times: once for standard screens and once for retina screens (x2 and x3). There is a specific...
This pull request fixes issues #1, #14. It will apply the following changes : * Fix missing accented characters * Handle combined accents
#### Version information * Plugin version : 2.0.6 * PHP : 7.2 * WordPress : 4.9.8 #### Steps to reproduce 1. Upload a file with a name which contains an...
When adding this MU, all old files are will not be sanitized. So a tool should be present to force file sanitizing. It could be using WP_Cli ? It should...
As mac has his own filename system encoding format, they are not sanitized. So we must : - [ ] Find out what is the list of mac encoded common...