WP Clone by WP Academy - Version 2.3.1

Version Description

  • Updated information banner
Download this release

Release Info

Developer migrate
Plugin Icon 128x128 WP Clone by WP Academy
Version 2.3.1
Comparing to
See all releases

Code changes from version 2.3.0 to 2.3.1

Files changed (2) hide show
  1. readme.txt +5 -2
  2. wpclone.php +7 -7
readme.txt CHANGED
@@ -5,7 +5,7 @@ Author URI: https://backupbliss.com
5
  Requires PHP: 5.5
6
  Requires at least: 3.3
7
  Tested up to: 5.6
8
- Stable tag: 2.3.0
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
11
 
@@ -69,6 +69,9 @@ Backup and migration FAQ are under construction
69
 
70
  == Changelog ==
71
 
 
 
 
72
  = 2.3.0 =
73
  * Added support for PHP 8.0
74
  * Added support for WordPress 5.6
@@ -151,5 +154,5 @@ Backup and migration FAQ are under construction
151
 
152
  == Upgrade Notice ==
153
 
154
- = 2.3.0 =
155
  * Please upgrade!
5
  Requires PHP: 5.5
6
  Requires at least: 3.3
7
  Tested up to: 5.6
8
+ Stable tag: 2.3.1
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
11
 
69
 
70
  == Changelog ==
71
 
72
+ = 2.3.1 =
73
+ * Updated information banner
74
+
75
  = 2.3.0 =
76
  * Added support for PHP 8.0
77
  * Added support for WordPress 5.6
154
 
155
  == Upgrade Notice ==
156
 
157
+ = 2.3.1 =
158
  * Please upgrade!
wpclone.php CHANGED
@@ -7,7 +7,7 @@
7
  * Plugin URI: https://backupbliss.com
8
  * Text Domain: wp-clone
9
  * Domain Path: /languages
10
- * Version: 2.3.0
11
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
12
 
13
  // Exit on direct access
@@ -333,9 +333,9 @@ function wpa_wpc_plugin_redirect() {
333
  $screen_id = get_current_screen()->id;
334
 
335
  // 97-104 [a-h] // 48-57 [0-9]
336
- $minL = ord('a'); $maxL = ord('f'); $numT = ord('w');
337
- $dL = ord(substr(strtolower(parse_url(get_site_url())['host']), 0, 1));
338
- if (!(($dL >= $minL && $maxL >= $dL) || ($dL >= 48 && 57 >= $dL) || ($numT == $dL))) return;
339
 
340
  if (get_option('_wps82023_now_already', false)) return;
341
  if (get_option('_wps82023_only_now', false)) return;
@@ -371,9 +371,9 @@ function wpa_wpc_plugin_redirect() {
371
  $screen_id = get_current_screen()->id;
372
 
373
  // 97-121 [a-h] // 48-57 [0-9]
374
- $minL = ord('a'); $maxL = ord('f'); $numT = ord('w');
375
- $dL = ord(substr(strtolower(parse_url(get_site_url())['host']), 0, 1));
376
- if (!(($dL >= $minL && $maxL >= $dL) || ($dL >= 48 && 57 >= $dL) || ($numT == $dL))) return;
377
 
378
  // Block other plugins to display this banner
379
  if (get_option('_wps82023_now_already', false)) return;
7
  * Plugin URI: https://backupbliss.com
8
  * Text Domain: wp-clone
9
  * Domain Path: /languages
10
+ * Version: 2.3.1
11
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
12
 
13
  // Exit on direct access
333
  $screen_id = get_current_screen()->id;
334
 
335
  // 97-104 [a-h] // 48-57 [0-9]
336
+ // $minL = ord('a'); $maxL = ord('f'); $numT = ord('w');
337
+ // $dL = ord(substr(strtolower(parse_url(get_site_url())['host']), 0, 1));
338
+ // if (!(($dL >= $minL && $maxL >= $dL) || ($dL >= 48 && 57 >= $dL) || ($numT == $dL))) return;
339
 
340
  if (get_option('_wps82023_now_already', false)) return;
341
  if (get_option('_wps82023_only_now', false)) return;
371
  $screen_id = get_current_screen()->id;
372
 
373
  // 97-121 [a-h] // 48-57 [0-9]
374
+ // $minL = ord('a'); $maxL = ord('f'); $numT = ord('w');
375
+ // $dL = ord(substr(strtolower(parse_url(get_site_url())['host']), 0, 1));
376
+ // if (!(($dL >= $minL && $maxL >= $dL) || ($dL >= 48 && 57 >= $dL) || ($numT == $dL))) return;
377
 
378
  // Block other plugins to display this banner
379
  if (get_option('_wps82023_now_already', false)) return;