Eggplant 301 Redirects - Version 2.2.4

Version Description

Support for older versions of PHP.

Download this release

Release Info

Developer shawn@eggplantstudios.ca
Plugin Icon 128x128 Eggplant 301 Redirects
Version 2.2.4
Comparing to
See all releases

Code changes from version 2.2.3 to 2.2.4

eps-301-redirects.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @package EPS 301 Redirects
17
  * @author Shawn Wernig ( shawn@eggplantstudios.ca )
18
- * @version 2.2.3
19
  */
20
 
21
 
@@ -25,7 +25,7 @@
25
  Plugin Name: Eggplant 301 Redirects
26
  Plugin URI: http://www.eggplantstudios.ca
27
  Description: Create your own 301 redirects using this powerful plugin.
28
- Version: 2.2.3
29
  Author: Shawn Wernig http://www.eggplantstudios.ca
30
  License: GPLv2 or later
31
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -37,7 +37,7 @@ if( ! defined( 'EPS_REDIRECT_PRO' ) )
37
 
38
  define ( 'EPS_REDIRECT_PATH', plugin_dir_path(__FILE__) );
39
  define ( 'EPS_REDIRECT_URL', plugin_dir_url( __FILE__ ) );
40
- define ( 'EPS_REDIRECT_VERSION', '2.2.3');
41
  define ( 'EPS_REDIRECT_PRO', false);
42
 
43
  include(EPS_REDIRECT_PATH.'eps-form-elements.php');
15
  *
16
  * @package EPS 301 Redirects
17
  * @author Shawn Wernig ( shawn@eggplantstudios.ca )
18
+ * @version 2.2.4
19
  */
20
 
21
 
25
  Plugin Name: Eggplant 301 Redirects
26
  Plugin URI: http://www.eggplantstudios.ca
27
  Description: Create your own 301 redirects using this powerful plugin.
28
+ Version: 2.2.4
29
  Author: Shawn Wernig http://www.eggplantstudios.ca
30
  License: GPLv2 or later
31
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
37
 
38
  define ( 'EPS_REDIRECT_PATH', plugin_dir_path(__FILE__) );
39
  define ( 'EPS_REDIRECT_URL', plugin_dir_url( __FILE__ ) );
40
+ define ( 'EPS_REDIRECT_VERSION', '2.2.4');
41
  define ( 'EPS_REDIRECT_PRO', false);
42
 
43
  include(EPS_REDIRECT_PATH.'eps-form-elements.php');
libs/eps-plugin-options.php CHANGED
@@ -73,7 +73,7 @@ class EPS_Plugin_Options {
73
  "title" => "Oops!",
74
  "description" => "An essential file (options.json) could not be read. Please check your folder permissions.",
75
  "callback" => "error",
76
- "fields" => []
77
  )
78
  );
79
  }
@@ -86,7 +86,7 @@ class EPS_Plugin_Options {
86
  "title" => "Oops!",
87
  "description" => "An essential file (options.json) could not be found. Please re-install the plugin.",
88
  "callback" => "error",
89
- "fields" => []
90
  )
91
  );
92
  }
73
  "title" => "Oops!",
74
  "description" => "An essential file (options.json) could not be read. Please check your folder permissions.",
75
  "callback" => "error",
76
+ "fields" => ''
77
  )
78
  );
79
  }
86
  "title" => "Oops!",
87
  "description" => "An essential file (options.json) could not be found. Please re-install the plugin.",
88
  "callback" => "error",
89
+ "fields" => ''
90
  )
91
  );
92
  }
readme.txt CHANGED
@@ -10,7 +10,7 @@ Requires at least: 3.0.1
10
 
11
  Tested up to: 4.2.1
12
 
13
- Stable tag: 2.2.3
14
 
15
  License: GPLv2 or later
16
 
@@ -116,10 +116,12 @@ By default, any URL with a query string is considered unique, and will redirect
116
 
117
  == Changelog ==
118
 
 
 
 
119
  = 2.2.3 =
120
  Fixed an issue where the redirect database tables were not being created, causing 'Invalid Destination URL' errors.
121
 
122
-
123
  = 2.2.0 =
124
  Minor bug fixes. Greatly improved import feature. Redirects include query strings. Export feature added. Http/Https agnostic. Pro version added with 404 management.
125
 
@@ -168,8 +170,8 @@ Overhauled the entire plugin. Redirects are stored in their own table. Gracefull
168
 
169
  == Upgrade Notice ==
170
 
171
- = 2.2.3 =
172
- Fixed an issue where the redirect database tables were not being created, causing 'Invalid Destination URL' errors.
173
 
174
  = 2.2.0 =
175
  Minor bug fixes. Greatly improved import feature, added Export feature plus many other updates. A Pro Version is now available with 404 Management!
10
 
11
  Tested up to: 4.2.1
12
 
13
+ Stable tag: 2.2.4
14
 
15
  License: GPLv2 or later
16
 
116
 
117
  == Changelog ==
118
 
119
+ = 2.2.4 =
120
+ Support for older versions of PHP.
121
+
122
  = 2.2.3 =
123
  Fixed an issue where the redirect database tables were not being created, causing 'Invalid Destination URL' errors.
124
 
 
125
  = 2.2.0 =
126
  Minor bug fixes. Greatly improved import feature. Redirects include query strings. Export feature added. Http/Https agnostic. Pro version added with 404 management.
127
 
170
 
171
  == Upgrade Notice ==
172
 
173
+ = 2.2.4 =
174
+ Support for older versions of PHP.
175
 
176
  = 2.2.0 =
177
  Minor bug fixes. Greatly improved import feature, added Export feature plus many other updates. A Pro Version is now available with 404 Management!