404 to 301 - Version 3.0.3

Version Description

(15/03/2019) = ** Bug Fixes**

  • Opt-in is disabled temporarily to debug the issues.
Download this release

Release Info

Developer joelcj91
Plugin Icon 128x128 404 to 301
Version 3.0.3
Comparing to
See all releases

Code changes from version 3.0.2 to 3.0.3

Files changed (2) hide show
  1. 404-to-301.php +8 -8
  2. readme.txt +8 -7
404-to-301.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: 404 to 301
4
  * Plugin URI: https://duckdev.com/products/404-to-301/
5
  * Description: Automatically redirect all <strong>404 errors</strong> to any page using <strong>301 redirect for SEO</strong>. You can <strong>redirect and log</strong> every 404 errors. No more 404 errors in Webmaster tool.
6
- * Version: 3.0.2
7
  * Author: Joel James
8
  * Author URI: https://duckdev.com/
9
  * Donate link: https://paypal.me/JoelCJ
@@ -63,7 +63,7 @@ if ( ! class_exists( 'JJ_404_to_301' ) ) :
63
  'JJ4T3_DIR' => plugin_dir_path( __FILE__ ),
64
  'JJ4T3_URL' => plugin_dir_url( __FILE__ ),
65
  'JJ4T3_BASE_FILE' => __FILE__,
66
- 'JJ4T3_VERSION' => '3.0.2',
67
  'JJ4T3_DB_VERSION' => '11.0',
68
  'JJ4T3_TABLE' => $GLOBALS['wpdb']->prefix . '404_to_301',
69
  // Set who all can access plugin settings.
@@ -143,18 +143,18 @@ if ( ! class_exists( 'JJ_404_to_301' ) ) :
143
  jj4t3_set_constants();
144
 
145
  // Init Freemius.
146
- jj4t3_freemius();
147
 
148
  // Init 404 to 301.
149
  JJ_404_to_301();
150
 
151
  // Uninstaller for 404 to 301.
152
- jj4t3_freemius()->add_action( 'after_uninstall', array(
153
- 'JJ4T3_Activator_Deactivator_Uninstaller',
154
- 'uninstall'
155
- ) );
156
 
157
  // Signal that SDK was initiated.
158
  do_action( 'jj4t3_fs_loaded' );
159
 
160
- endif; // End if class_exists check.
3
  * Plugin Name: 404 to 301
4
  * Plugin URI: https://duckdev.com/products/404-to-301/
5
  * Description: Automatically redirect all <strong>404 errors</strong> to any page using <strong>301 redirect for SEO</strong>. You can <strong>redirect and log</strong> every 404 errors. No more 404 errors in Webmaster tool.
6
+ * Version: 3.0.3
7
  * Author: Joel James
8
  * Author URI: https://duckdev.com/
9
  * Donate link: https://paypal.me/JoelCJ
63
  'JJ4T3_DIR' => plugin_dir_path( __FILE__ ),
64
  'JJ4T3_URL' => plugin_dir_url( __FILE__ ),
65
  'JJ4T3_BASE_FILE' => __FILE__,
66
+ 'JJ4T3_VERSION' => '3.0.3',
67
  'JJ4T3_DB_VERSION' => '11.0',
68
  'JJ4T3_TABLE' => $GLOBALS['wpdb']->prefix . '404_to_301',
69
  // Set who all can access plugin settings.
143
  jj4t3_set_constants();
144
 
145
  // Init Freemius.
146
+ //jj4t3_freemius();
147
 
148
  // Init 404 to 301.
149
  JJ_404_to_301();
150
 
151
  // Uninstaller for 404 to 301.
152
+ //jj4t3_freemius()->add_action( 'after_uninstall', array(
153
+ // 'JJ4T3_Activator_Deactivator_Uninstaller',
154
+ // 'uninstall'
155
+ //) );
156
 
157
  // Signal that SDK was initiated.
158
  do_action( 'jj4t3_fs_loaded' );
159
 
160
+ endif; // End if class_exists check.
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: 404, 301, 302, 307, not found, 404 redirect, 404 to 301, 301 redirect, seo
4
  Donate link: https://www.paypal.me/JoelCJ
5
  Requires at least: 3.5
6
  Tested up to: 5.1
7
- Stable tag: 3.0.2
8
  Requires PHP: 5.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -128,6 +128,11 @@ Bug reports for 404 to 301 are always welcome. [Report here](https://duckdev.com
128
 
129
  == Changelog ==
130
 
 
 
 
 
 
131
  = 3.0.2 (26/02/2019) =
132
  **🐛 Bug Fixes**
133
 
@@ -397,11 +402,7 @@ Bug reports for 404 to 301 are always welcome. [Report here](https://duckdev.com
397
 
398
  == Upgrade Notice ==
399
 
400
- = 3.0.2 (26/02/2019) =
401
  **🐛 Bug Fixes**
402
 
403
- * Security fix.
404
-
405
- **👌 Improvements**
406
-
407
- * Minor performance improvements.
4
  Donate link: https://www.paypal.me/JoelCJ
5
  Requires at least: 3.5
6
  Tested up to: 5.1
7
+ Stable tag: 3.0.3
8
  Requires PHP: 5.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
128
 
129
  == Changelog ==
130
 
131
+ = 3.0.3 (15/03/2019) =
132
+ **🐛 Bug Fixes**
133
+
134
+ * Opt-in is disabled temporarily to debug the issues.
135
+
136
  = 3.0.2 (26/02/2019) =
137
  **🐛 Bug Fixes**
138
 
402
 
403
  == Upgrade Notice ==
404
 
405
+ = 3.0.3 (15/03/2019) =
406
  **🐛 Bug Fixes**
407
 
408
+ * Opt-in is disabled temporarily to debug the issues.