-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
72 lines (53 loc) · 2.46 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
=== Word Replacer ===
Contributors: takien
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=BL7ERUY46HPL8&lc=ID&item_name=Word%20Replacer%20Plugin¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
Tags: replacer, post, comment, page, replace, censor, bbcode, filter
Requires at least: 3.1
Tested up to: 3.2.1
Stable tag: 0.2.3
Replace word in post, page, or comment.
== Description ==
Word Replacer is a Wordpress plugin to replace any texts or words with another. You can filter which content to be replaced, eg. only in page, comment, or post. With very userfriendly administration page you can manage list of word eaasily. It's also can be used to censor any bad words in your comments.
= Features =
1. With regex support.
2. Userfriendly administration page.
3. Define yourself what word to replace in where. (e.g. a word shoud be replaced in comment but not in post etc)
== Installation ==
The installation process.
1. Upload to the `/wp-content/plugins/` directory. Or Directly upload from your Plugin management page.
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to Settings menu and you will see Word Replacer sub menu.
== Frequently Asked Questions ==
== Screenshots ==
1. Settings page where you can add/remove your words.
== Changelog ==
= 0.2.3 =
* Changed: now use Class.
* Changed: replacement field is now textarea with autoresize.
* Fixed: form submitted twice (bug in version 0.2.2)
* Fixed: Initial field is back (was lost in version 0.2.2).
* Added: filter priority, so it can override many other filter plugins.
* Added: checkbox to easy delete multiple rows.
* Improve: few code improvement.
= 0.2.2 =
* Fixed: array_diff error.
* Changed: submit button name.
* Added: nonce check.
= 0.2.1 =
* Changed: original and replacement field in database is now TEXT type instead of VARCHAR
* Fixed: plugins will analyze first whether original value in databse is base64 encoded (bug in version 0.2, when upgrade from version 0.1)
= 0.2 =
* Regex support
* Some bug fixes
* Changed: Now using preg_replace PHP functions, instead of str_replace
* Added: Replace title and page title
* Added: Search whole word only
* Added: Search case insensitive
* Added: Contextual help
* Changed: Original words saved to the database is now base64 encoded, to keep character consistency.
* Added: Expand/collapse options page
* Removed: initial word value (badword/good word)
= 0.1 =
* First release
== Upgrade Notice ==
* None