404 to 301 - Version 2.3.0

Version Description

(17/08/2016) = Bug Fixes

  • Removed unused UAN button from help page.
  • Completely safe to use.
  • Tracking completely removed from the plugin since it was detected as spam. Read more here.
Download this release

Release Info

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

Code changes from version 2.2.9 to 2.3.0

404-to-301.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: 404 to 301
4
  * Plugin URI: https://thefoxe.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: 2.2.9
7
  * Author: Joel James
8
  * Author URI: https://thefoxe.com/
9
  * Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XUVWY8HUBUXY4
@@ -49,7 +49,7 @@ if ( ! class_exists( '_404_To_301' ) ) {
49
  'I4T3_HELP_PAGE' => admin_url( 'admin.php?page=i4t3-settings&tab=credits' ),
50
  'I4T3_LOGS_PAGE' => admin_url( 'admin.php?page=i4t3-logs' ),
51
  'I4T3_DB_VERSION' => '8',
52
- 'I4T3_VERSION' => '2.2.9',
53
  'I4T3_TABLE' => $GLOBALS['wpdb']->prefix . '404_to_301',
54
  // Set who all can access 404 settings.
55
  // You can change this if you want to give others access.
3
  * Plugin Name: 404 to 301
4
  * Plugin URI: https://thefoxe.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: 2.3.0
7
  * Author: Joel James
8
  * Author URI: https://thefoxe.com/
9
  * Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XUVWY8HUBUXY4
49
  'I4T3_HELP_PAGE' => admin_url( 'admin.php?page=i4t3-settings&tab=credits' ),
50
  'I4T3_LOGS_PAGE' => admin_url( 'admin.php?page=i4t3-logs' ),
51
  'I4T3_DB_VERSION' => '8',
52
+ 'I4T3_VERSION' => '2.3.0',
53
  'I4T3_TABLE' => $GLOBALS['wpdb']->prefix . '404_to_301',
54
  // Set who all can access 404 settings.
55
  // You can change this if you want to give others access.
admin/images/icon-128x128.png DELETED
Binary file
admin/js/min/admin-ck.js DELETED
@@ -1 +0,0 @@
1
- !function(t,$,n){$(document).ready(function(){i()});var i=function(){e()},e=function(){$("#tabs").tabs(),a(),o()},a=function(){$("#tabs").on("tabsactivate",function(t,n){var i=n.newTab.children("li a").first().attr("href");history.pushState(null,null,i),history.pushState?history.pushState(null,null,i):location.hash=i})},o=function(){setTimeout(function(){location.hash&&$("html, body").animate({scrollTop:0},1e3)},1)},u=function(){$("#kevinw_picker_bgcolor").farbtastic("#kevinw_picker_input_bgcolor")};$('input[type="number"]').keyup(function(){this.value!==this.value.replace(/[^0-9\.]/g,"")&&(this.value=this.value.replace(/[^0-9\.]/g,""))})}(window.kevinw_framework=window.kevinw_framework||{},jQuery);
 
admin/js/min/index.php DELETED
@@ -1 +0,0 @@
1
- <?php // Silence is golden
 
admin/partials/404-to-301-admin-credits-tab.php CHANGED
@@ -66,13 +66,6 @@
66
  <label><?php _e('Need help?', '404-to-301'); ?></label>
67
  <span><strong><a href="https://thefoxe.com/contact/"><?php _e('Contact support', '404-to-301'); ?></a></strong></span>
68
  </div>
69
- <div class="misc-pub-section">
70
- <?php if( get_option( 'i4t3_agreement', 0 ) == 1 ) { ?>
71
- <a class="button-secondary" href="<?php echo I4T3_HELP_PAGE; ?>&i4t3_agreement=0" id="i4t3-hide-admin-notice"><?php _e('Disable UAN', '404-to-301'); ?></a>
72
- <?php } else { ?>
73
- <a class="button-primary" href="<?php echo I4T3_HELP_PAGE; ?>&i4t3_agreement=1" id="i4t3-accept-terms"><?php _e('Enable UAN', '404-to-301'); ?></a>
74
- <?php } ?>
75
- </div>
76
  </div>
77
  </div>
78
  <div class="postbox">
66
  <label><?php _e('Need help?', '404-to-301'); ?></label>
67
  <span><strong><a href="https://thefoxe.com/contact/"><?php _e('Contact support', '404-to-301'); ?></a></strong></span>
68
  </div>
 
 
 
 
 
 
 
69
  </div>
70
  </div>
71
  <div class="postbox">
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.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XUVWY8HUBUXY4
5
  Requires at least: 3.5
6
  Tested up to: 4.6
7
- Stable tag: 2.2.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -128,6 +128,13 @@ Bug reports for 404 to 301 are always welcome. [Report here](https://thefoxe.com
128
 
129
  == Changelog ==
130
 
 
 
 
 
 
 
 
131
  = 2.2.9 (16/08/2016) =
132
  **Bug Fixes**
133
 
@@ -334,8 +341,8 @@ Bug reports for 404 to 301 are always welcome. [Report here](https://thefoxe.com
334
 
335
  == Upgrade Notice ==
336
 
337
- = 2.2.9 (16/08/2016) =
338
  **Bug Fixes**
339
 
340
- - Serious issue fixed - Usage tracking script was being detected as spam.
341
- - Removed tracking completely.
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XUVWY8HUBUXY4
5
  Requires at least: 3.5
6
  Tested up to: 4.6
7
+ Stable tag: 2.3.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
128
 
129
  == Changelog ==
130
 
131
+ = 2.3.0 (17/08/2016) =
132
+ **Bug Fixes**
133
+
134
+ - Removed unused UAN button from help page.
135
+ - Completely safe to use.
136
+ - Tracking completely removed from the plugin since it was detected as spam. Read more [here](https://thefoxe.com/blog/404-to-301-plugin-detected-by-wordfence-here-is-what-actually-happened/).
137
+
138
  = 2.2.9 (16/08/2016) =
139
  **Bug Fixes**
140
 
341
 
342
  == Upgrade Notice ==
343
 
344
+ 2.3.0 (17/08/2016) =
345
  **Bug Fixes**
346
 
347
+ - Removed unused UAN button from help page.
348
+ - Tracking completely removed from the plugin since it was detected as spam. Read more [here](https://thefoxe.com/blog/404-to-301-plugin-detected-by-wordfence-here-is-what-actually-happened/).