Skip to content
This repository was archived by the owner on Apr 27, 2021. It is now read-only.

Commit c2246b3

Browse files
committed
added wordpress plugin release intructions
1 parent 845cc33 commit c2246b3

File tree

2 files changed

+89
-2
lines changed

2 files changed

+89
-2
lines changed

autoload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* Plugin Name: redirection.io
55
* Plugin URI: https://redirection.io
66
* Description: Proxy client for redirection.io | Put an end to 404 errors - Track HTTP errors and setup useful HTTP redirections
7-
* Version: 0.1
8-
* Author: redirection.io
7+
* Version: 0.2.0
8+
* Author: redirection-io
99
* Author Website: https://redirection.io
1010
* Text Domain: redirectionio
1111
* Domain Path: /wordpress/languages.

readme.txt

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
=== redirection.io ===
2+
Contributors: redirectionio
3+
Donate link: https://redirection.io/
4+
Tags: redirection, http, seo, redirect, search engine, meta tags, redirection.io
5+
Requires at least: 4.0
6+
Tested up to: 4.8
7+
Stable tag: trunk
8+
Requires PHP: 7.1
9+
License: MIT
10+
License URI: https://opensource.org/licenses/MIT
11+
12+
This plugin integrates redirection.io with your Wordpress website.
13+
14+
== Description ==
15+
16+
The redirection.io plugin works in combination with [redirection.io](https://redirection.io), a pwerful URL redirection manager (and a lot more).
17+
18+
With redirection.io, you can:
19+
20+
* manage HTTP redirections ;
21+
* log your traffic and check HTTP errors ;
22+
* create "Page not found" responses ;
23+
* override SEO properties ;
24+
* inject rich data into pages ;
25+
* etc.
26+
27+
== Installation ==
28+
29+
= Automatic installation =
30+
31+
*The easy way*
32+
33+
1. Go to your WP admin area in `Plugins > Add new`
34+
2. Type `redirection.io` in `Search Plugins` box
35+
3. Click `Install Now` button
36+
4. Click `Activate` button
37+
38+
You can then find the plugin configuration page in your WP admin area under `Settings > redirection.io`
39+
40+
= zip archive install =
41+
42+
We provide a zip archive of the plugin [in our "releases" page](https://github.com/redirectionio/proxy-wordpress/releases).
43+
44+
1. Download the latest release
45+
2. In your WordPress admin area, head to `Plugins > Add New`
46+
3. Click the "Upload Plugin" button
47+
4. Choose the zip archive and click the "Install Now" button
48+
49+
You can then find the plugin configuration page in your WP admin area under `Settings > redirection.io`
50+
51+
= Manual installation =
52+
53+
This install procedure allows to install the plugin from this repository's code.
54+
55+
1. Donwload the zip archive of this repository's code: [https://github.com/redirectionio/proxy-wordpress/archive/master.zip](https://github.com/redirectionio/proxy-wordpress/archive/master.zip)
56+
2. Extract this archive, and navigate in the extracted folder with a shell
57+
3. Install [Composer](https://getcomposer.org/) dependencies:
58+
```sh
59+
COMPOSER_MIRROR_PATH_REPOS=1 composer install
60+
```
61+
4. Move this `wordpress` directory in `wp-content/plugins/` and rename it `redirectionio`
62+
5. Go to your WordPress admin area in `Plugins > Installed Plugins`
63+
6. Click `Activate` link in redirection.io row
64+
65+
You can then find the plugin configuration page in your WP admin area under `Settings > redirection.io`
66+
67+
68+
== Frequently Asked Questions ==
69+
70+
= Do I need an external account? =
71+
72+
Yes, a [redirection.io](https://redirection.io/) account is required. You can create one for free here:
73+
74+
= How to setup redirection rules? =
75+
76+
Creating redirection rules (or SEO overrides, or meta tags injection, etc.) can be done using our "manager", a dedicated tool. You can find all the details in our documentation: [https://redirection.io/documentation/user-documentation/create-a-rule#how-to-create-a-rule](https://redirection.io/documentation/user-documentation/create-a-rule#how-to-create-a-rule).
77+
78+
== Screenshots ==
79+
80+
1. Website dashboard
81+
2. Rule creation form
82+
83+
== Changelog ==
84+
85+
= 0.2 =
86+
87+
This is the initial version.

0 commit comments

Comments
 (0)