Download the PHP package wearerequired/filename-normalizer without Composer
On this page you can find all versions of the php package wearerequired/filename-normalizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wearerequired/filename-normalizer
More information about wearerequired/filename-normalizer
Files in wearerequired/filename-normalizer
Download wearerequired/filename-normalizer
More information about wearerequired/filename-normalizer
Files in wearerequired/filename-normalizer
Vendor wearerequired
Package filename-normalizer
Short Description WordPress mu-plugin to normalize filenames before they are uploaded.
License GPL-2.0-or-later
Homepage https://github.com/wearerequired/filename-normalizer
Package filename-normalizer
Short Description WordPress mu-plugin to normalize filenames before they are uploaded.
License GPL-2.0-or-later
Homepage https://github.com/wearerequired/filename-normalizer
Please rate this library. Is it a good library?
Informations about the package filename-normalizer
Filename Normalizer
Note
Since WordPress 6.1 this plugin is no longer required.
Normalizes filenames before they are uploaded.
täst.png
uses a vowel followed by a diaeresis (a\xcc\x88
). The normalizer normalizes the name so that for example remove_accents()
can replace ä
(\xC3\xA4
) with ae
.
This is especially useful in combination with the Clean Image Filenames plugin which uses sanitize_title()
(and thus remove_accents()
).
Installation
The package type is wordpress-muplugin
. Example of a composer.json
:
All versions of filename-normalizer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
ext-intl Version >=1.0.0
ext-intl Version >=1.0.0
The package wearerequired/filename-normalizer contains the following files
Loading the files please wait ....