-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
executable file
·87 lines (59 loc) · 2.62 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
=== Plugin Name ===
Contributors:f.staude
Donate link: https://staude.net/donate/
Tags: widgets, page, post, sidebar, shortcode
Requires at least: 3.0
Tested up to: 4.7.2
Stable tag: 0.11
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Disable the author pages
== Description ==
Disable the author pages ( /author=? ) in wordpress and redirect the user to another page.
== Installation ==
1. Install the plugin from within the Dashboard or upload the directory `disable-author-pages` and all its contents to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Configure it under settings/disable author pages
== Frequently Asked Questions ==
= I have a new translation =
Translations are handled via https://translate.wordpress.org/projects/wp-plugins/disable-author-pages
= I found a bug =
Please report it at https://github.com/staude/disable-author-pages/issues
= I have a feature request =
Please report it at https://github.com/staude/disable-author-pages/issues
== Changelog ==
= 0.11 =
- version tagging sync github / wordpress.org svn. Thanks to swissspidy
- fix: notice plugin_settings_link not static. Thanks to swissspidy
= 0.10 =
- DB clean up on uninstall
- added settings list on pluginlist
= 0.9 =
- fix: redirect to pages. Thanks to Georg
- changed text domain for translations via translate.wordpress.org
- added github updater metadata
= 0.8 =
- Updated German Translation, Urls and Description. Thanks to krafit
- Minor spelling correction. Thanks to tristanpenman
= 0.7 =
- Make it work if WordPress installed in a subdirectory
https://github.com/staude/disable-author-pages/pull/1
Thanks to smeric
- Moved sourcecode to GitHub: https://github.com/staude/disable-author-pages
- Moved Issuetracker to GitHub: https://github.com/staude/disable-author-pages/issues
= 0.6 =
Fix: When I choose redirect to "Profile" page and save, the dialogue reverts back to Homepage. ( Thanks to Tradedog )
= 0.5 =
Fix: Notice: Trying to get property of non-object in wp-includes/post-template.php on line 29 (from user BackuPs - Thanks)
= 0.4 =
- Added feature disable only admin author page (from user BackuPs - Thanks)
- Added feature redirect non exists autor page (instead of default 404) ( Request from Matt Jensen - Thanks)
= 0.3 =
Disable some php notices if WP Debug active
= 0.2 =
- Added settings to Options > Author Pages
- 0000027: Overwrite the author_link (optional).
- 0000029: status of redirect
- 0000028: Select destination for redirect
= 0.1 =
First version.