-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
42 lines (29 loc) · 1.1 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
=== WP Force Lowercase URLs ===
Contributors: joshbuchea
Donate link: https://paypal.me/joshbuchea
Tags: 301, redirect, lowercase, url
Requires at least: 3.4
Tested up to: 5.0.3
Stable tag: 2.1.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Perform a 301 redirect from an uppercase URL to the lowercase version for all non-admin URLs
== Description ==
Perform a 301 redirect from an uppercase URL to the lowercase version for all non-admin URLs (that do not include a filename).
Please help by reporting any bugs or feature requests at the link below.
Bugs:
* Report at: [Github Issue Tracker](https://github.com/joshbuchea/wp-force-lowercase-urls/issues)
Questions/Comments:
* http://joshbuchea.com/
== Installation ==
= Installation =
1. In your WordPress Dashboard go to "Plugins" -> "Add Plugin".
2. Search for "WP Force Lowercase URLs".
3. Install the plugin by pressing the "Install" button.
4. Activate the plugin by pressing the "Activate" button.
== Changelog ==
= 2.0 =
* Ground up rewrite
* URLs with params are now converted & redirected to lowercase as expected
= 1.0 =
* Initial commit