forked from kunalnagar/custom-404-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
executable file
·71 lines (51 loc) · 1.85 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
=== Plugin Name ===
Contributors: kunalnagar
Donate link: http://kunalnagar.in/donate/
Tags: wordpress, 404, 404 error page, 404 link, 404 page, broken link, custom 404, custom 404 error, custom 404 error page, custom 404 page, customize 404, customize 404 error page, customize 404 page, error, error page, missing, page, page not found, page not found error
Requires at least: 3.0.1
Tested up to: 4.2
Stable tag: 1.4.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Override the default 404 page with any page from the Admin Panel or a Custom URL.
== Description ==
**IMPORTANT**: Please open [issues on Github](https://github.com/kunalnagar/custom-404-pro/issues). I will not be using the WordPress.org support area.
Allows users to replace the default 404 page with a custom page from the Pages section in the Admin Panel. Or you can specify a complete URL to redirect on 404.
= Features =
* Full 404 Page Control
* Record 404 Page Data
* Custom Page Redirect
* Custom URL Redirect
* Record Visitor Keywords that led to 404
* Custom Log Filters
* Clean code
* Awesome support
= How does it work? =
* WordPress Page: Choose a custom page from the Admin Panel
* URL: Enter a custom URL for 404
* Stats: List of all 404s
== Installation ==
* Extract the downloaded ZIP file.
* Copy the custom-404-pro folder to the wp-content/plugins directory.
* Activate from the Plugins Section.
== Screenshots ==
1. Activate the plugin from the WordPress Admin Panel
2. 404 Logs
3. Global Settings
== Changelog ==
= 1.4.0 =
* Option to Clear Logs
* Option to Stop Logging
= 1.3.12 =
* Fixed github issue #3
= 1.3.10 =
* Fixed some bugs
= 1.3.9 =
* Redefined Log Filters with User Agent API
= 1.3.8 =
* Added User Agent Filter
= 1.3.0 =
* Changed entire plugin to a Custom Post Type Layout
* More structure to the plugin, better code
= 1.0.0 =
* Initial Release