Version Description
Download this release
Release Info
Developer | willshouse |
Plugin | Redirect |
Version | 4.0.4 |
Comparing to | |
See all releases |
Code changes from version 4.0.3 to 4.0.4
- readme.txt +2 -2
- simple-redirect.php +1 -1
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: Get on Social
|
3 |
Tags: redirect, redirects, headers, posts, redirection, simple, easy, SEO, 301
|
4 |
Requires at least: 2.5
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 4.0.
|
7 |
|
8 |
Easily redirect any post or page to another page with a dropdown menu or by manually typing in a URL. Check out the screenshots. This plugin also changes permalinks and menus to point directly to the new location of the redirect - this prevents bots from getting a redirect and helps boost your SEO.
|
9 |
|
2 |
Contributors: Get on Social
|
3 |
Tags: redirect, redirects, headers, posts, redirection, simple, easy, SEO, 301
|
4 |
Requires at least: 2.5
|
5 |
+
Tested up to: 4.5
|
6 |
+
Stable tag: 4.0.4
|
7 |
|
8 |
Easily redirect any post or page to another page with a dropdown menu or by manually typing in a URL. Check out the screenshots. This plugin also changes permalinks and menus to point directly to the new location of the redirect - this prevents bots from getting a redirect and helps boost your SEO.
|
9 |
|
simple-redirect.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Simple Redirect
|
4 |
-
* Version: 4.0.
|
5 |
* Description: Easily redirect any post or page to another page with a dropdown menu or by manually typing in a URL. This plugin also changes permalinks and menus to point directly to the new location of the redirect - this prevents bots from getting a redirect and helps boost your SEO.
|
6 |
* Author: Get on Social
|
7 |
* Contributors: Get on Social, khromov
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Simple Redirect
|
4 |
+
* Version: 4.0.4
|
5 |
* Description: Easily redirect any post or page to another page with a dropdown menu or by manually typing in a URL. This plugin also changes permalinks and menus to point directly to the new location of the redirect - this prevents bots from getting a redirect and helps boost your SEO.
|
6 |
* Author: Get on Social
|
7 |
* Contributors: Get on Social, khromov
|