Preconnect Cleaner.
- Goal
- Features
- Minimum Requirements
- Installation
- Common Issues
- FAQ
- Developing
- Feedback
- Change Log
- Security
- Credits
- License
Prevent issues caused by pages existing on URLs of various casing.
- Cleanup preconnect hints.
Pull requests are welcomed.
- PHP v7.4
- WordPress v5.8
composer require itinerisltd/preconnect-cleaner
# Make sure you use the same PHP version as remote servers.
# Building inside docker images is recommended.
php -v
# Checkout source code
git clone https://github.com/ItinerisLtd/preconnect-cleaner.git
cd preconnect-cleaner
git checkout <the-tag-or-the-branch-or-the-commit>
# Build the zip file
composer release:build
Then, install release/preconnect-cleaner.zip
as usual.
N/A
Never! This plugin will only work on actively supported PHP versions.
Don't use it on end of life or security fixes only PHP versions.
- Articles on Itineris' blog
- More projects on Itineris' GitHub profile
- More plugins on Itineris wp.org profiles
- Follow @itineris_ltd on Twitter
- Hire Itineris to build your next awesome site
Thanks! Glad you like it. It's important to let my boss knows somebody is using this project. Please consider:
- leave a 5-star review on wordpress.org
- tweet something good with mentioning @itineris_ltd
- ⭐ star this Github repo
- 👀 watch this Github repo
- write blog posts
- submit pull requests
- hire Itineris
composer style:check
Pull requests without tests will not be accepted!
Please provide feedback! We want to make this library useful in as many projects as possible. Please submit an issue and point out what you do and don't like, or fork the project and make suggestions. No issue is too small.
Please see CHANGELOG for more information on what has changed recently.
If you discover any security related issues, please email dev@itineris.co.uk instead of using the issue tracker.
preconnect-cleaner is a Itineris Limited project.
Full list of contributors can be found here.
Preconnect Cleaner is released under the MIT License.