forked from brave-intl/brave-payments-verification
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
42 lines (27 loc) · 1.34 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
=== create-stellar-toml ===
Contributors: pfefferle, mrose17, esecamalich
Tags: well-known, well-known-uris, toml, stellar
Requires at least: 3.5.1
Tested up to: 5.3
Stable tag: 1.0.4
License: MPL2
"Well-Known URIs" for WordPress!
== Description ==
This plugin creates the /.well-known/stellar.toml file.
You will need 'manage_options' capability in order to use the Settings page for this plugin.
NOTE: as with all plugins, once you are no longer using the plugin, you should de-activate it.
This is a good security practice.
== Changelog ==
= 1.0.4 =
* Optimized for Create Stellar Toml
== Installation ==
1. Upload this plugin to the `/wp-content/plugins/` directory.
2. Activate the plugin through the *Plugins* menu in WordPress.
3. Go to *Settings > Create Stellar Toml*, enter the verification code you received, and click on `Save Changes`.
4. Once you have received an e-mail that your site has been verified, deactivate this plugin.
== Frequently Asked Questions ==
= It doesn't work =
Please check that your .htaccess file is configured correctly (it should contain "RewriteEngine On").
On a fresh Wordpress install, you can generate the .htaccess file by going to Settings -> Permalinks,
choosing a permalink format and clicking Save Changes.
You can also debug rewrite rules with with https://wordpress.org/plugins/rewrite-rules-inspector/