Version Description
Download this release
Release Info
Developer | AITpro |
Plugin | BulletProof Security |
Version | 6.6 |
Comparing to | |
See all releases |
Code changes from version 6.5 to 6.6
- admin/core/core.php +6 -0
- admin/htaccess/secure.htaccess +1 -1
- admin/htaccess/wpadmin-secure.htaccess +1 -1
- bulletproof-security.php +4 -4
- includes/hud-dismiss-functions.php +3 -3
- languages/bulletproof-security.pot +54 -48
- readme.txt +1 -1
admin/core/core.php
CHANGED
@@ -2219,6 +2219,12 @@ echo '<a href="'.esc_url( 'https://forum.ait-pro.com/forums/topic/bulletproof-se
|
|
2219 |
?>
|
2220 |
|
2221 |
<div class="pro-links">
|
|
|
|
|
|
|
|
|
|
|
|
|
2222 |
<?php
|
2223 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '16.8', 'https://www.ait-pro.com/aitpro-blog/5774/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-16-7/' ).'<br>';
|
2224 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '16.7', 'https://www.ait-pro.com/aitpro-blog/5774/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-16-7/' ).'<br>';
|
2219 |
?>
|
2220 |
|
2221 |
<div class="pro-links">
|
2222 |
+
<?php
|
2223 |
+
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '16.9', 'https://www.ait-pro.com/aitpro-blog/5774/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-16-7/' ).'<br>';
|
2224 |
+
?>
|
2225 |
+
</div>
|
2226 |
+
<div id="milestone"><?php echo sprintf( __( '11 Year Milestone: 8-1-2022 | %1$s' ), 'First Public Release: 8-1-2011'); ?></div>
|
2227 |
+
<div class="pro-links">
|
2228 |
<?php
|
2229 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '16.8', 'https://www.ait-pro.com/aitpro-blog/5774/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-16-7/' ).'<br>';
|
2230 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '16.7', 'https://www.ait-pro.com/aitpro-blog/5774/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-16-7/' ).'<br>';
|
admin/htaccess/secure.htaccess
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# BULLETPROOF 6.
|
2 |
|
3 |
# PHP/PHP.INI HANDLER/CACHE CODE
|
4 |
# Use BPS Custom Code to add php/php.ini Handler and Cache htaccess code and to save it permanently.
|
1 |
+
# BULLETPROOF 6.6 SECURE .HTACCESS
|
2 |
|
3 |
# PHP/PHP.INI HANDLER/CACHE CODE
|
4 |
# Use BPS Custom Code to add php/php.ini Handler and Cache htaccess code and to save it permanently.
|
admin/htaccess/wpadmin-secure.htaccess
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# BULLETPROOF 6.
|
2 |
|
3 |
# DO NOT ADD URL REWRITING IN THIS FILE OR WORDPRESS WILL BREAK
|
4 |
# RewriteRule ^(.*)$ - [F] works in /wp-admin without breaking WordPress
|
1 |
+
# BULLETPROOF 6.6 WP-ADMIN SECURE .HTACCESS
|
2 |
|
3 |
# DO NOT ADD URL REWRITING IN THIS FILE OR WORDPRESS WILL BREAK
|
4 |
# RewriteRule ^(.*)$ - [F] works in /wp-admin without breaking WordPress
|
bulletproof-security.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://forum.ait-pro.com/read-me-first/
|
|
5 |
Text Domain: bulletproof-security
|
6 |
Domain Path: /languages/
|
7 |
Description: <strong>Feature Highlights:</strong> Setup Wizard • MScan Malware Scanner • .htaccess Website Security Protection (Firewalls) • Security Logging|HTTP Error Logging • DB Backup • DB Table Prefix Changer • Login Security & Monitoring • JTC-Lite Login Form Bot Lockout Protection • Idle Session Logout (ISL) • Auth Cookie Expiration (ACE) • System Info: Extensive System, Server and Security Status Information • FrontEnd|BackEnd Maintenance Mode • WP Automatic Update Options (BPS MU Tools must-use plugin) • Force Strong Passwords • Email Alerts When New Plugins And Themes Are Available.
|
8 |
-
Version: 6.
|
9 |
Author: AITpro Website Security
|
10 |
Author URI: https://forum.ait-pro.com/read-me-first/
|
11 |
*/
|
@@ -33,9 +33,9 @@ Author URI: https://forum.ait-pro.com/read-me-first/
|
|
33 |
// and cannot access the global variables within functions in BPS. Luckily this does not break BPS or WordPress in any way and PHP.net states this is technically not an error.
|
34 |
global $bps_last_version, $bps_version, $bps_footer, $aitpro_bullet, $bps_topDiv, $bps_bottomDiv, $bpsPro_remote_addr, $bpsPro_http_client_ip, $bpsPro_http_forwarded, $bpsPro_http_x_forwarded_for, $bpsPro_http_x_cluster_client_ip, $bps_wpcontent_dir, $bps_plugin_dir, $plugin_hashes, $theme_hashes;
|
35 |
|
36 |
-
define( 'BULLETPROOF_VERSION', '6.
|
37 |
-
$bps_last_version = '6.
|
38 |
-
$bps_version = '6.
|
39 |
$bps_footer = '<div id="AITpro-link">' . __('BulletProof Security ', 'bulletproof-security') . esc_html($bps_version) . __(' Plugin by ', 'bulletproof-security') . '<a href="'.esc_url('https://www.ait-pro.com/').'" target="_blank" title="AITpro Website Security">' . __( 'AITpro Website Security', 'bulletproof-security') . '</a></div>';
|
40 |
$aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
|
41 |
// Top div & bottom div
|
5 |
Text Domain: bulletproof-security
|
6 |
Domain Path: /languages/
|
7 |
Description: <strong>Feature Highlights:</strong> Setup Wizard • MScan Malware Scanner • .htaccess Website Security Protection (Firewalls) • Security Logging|HTTP Error Logging • DB Backup • DB Table Prefix Changer • Login Security & Monitoring • JTC-Lite Login Form Bot Lockout Protection • Idle Session Logout (ISL) • Auth Cookie Expiration (ACE) • System Info: Extensive System, Server and Security Status Information • FrontEnd|BackEnd Maintenance Mode • WP Automatic Update Options (BPS MU Tools must-use plugin) • Force Strong Passwords • Email Alerts When New Plugins And Themes Are Available.
|
8 |
+
Version: 6.6
|
9 |
Author: AITpro Website Security
|
10 |
Author URI: https://forum.ait-pro.com/read-me-first/
|
11 |
*/
|
33 |
// and cannot access the global variables within functions in BPS. Luckily this does not break BPS or WordPress in any way and PHP.net states this is technically not an error.
|
34 |
global $bps_last_version, $bps_version, $bps_footer, $aitpro_bullet, $bps_topDiv, $bps_bottomDiv, $bpsPro_remote_addr, $bpsPro_http_client_ip, $bpsPro_http_forwarded, $bpsPro_http_x_forwarded_for, $bpsPro_http_x_cluster_client_ip, $bps_wpcontent_dir, $bps_plugin_dir, $plugin_hashes, $theme_hashes;
|
35 |
|
36 |
+
define( 'BULLETPROOF_VERSION', '6.6' );
|
37 |
+
$bps_last_version = '6.5';
|
38 |
+
$bps_version = '6.6';
|
39 |
$bps_footer = '<div id="AITpro-link">' . __('BulletProof Security ', 'bulletproof-security') . esc_html($bps_version) . __(' Plugin by ', 'bulletproof-security') . '<a href="'.esc_url('https://www.ait-pro.com/').'" target="_blank" title="AITpro Website Security">' . __( 'AITpro Website Security', 'bulletproof-security') . '</a></div>';
|
40 |
$aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
|
41 |
// Top div & bottom div
|
includes/hud-dismiss-functions.php
CHANGED
@@ -985,10 +985,10 @@ function bpsPro_hud_bpspro_sale() {
|
|
985 |
return;
|
986 |
}
|
987 |
|
988 |
-
$
|
989 |
$gmt_offset = get_option( 'gmt_offset' ) * 3600;
|
990 |
|
991 |
-
if ( time() < $
|
992 |
|
993 |
global $current_user;
|
994 |
$user_id = $current_user->ID;
|
@@ -1003,7 +1003,7 @@ function bpsPro_hud_bpspro_sale() {
|
|
1003 |
$bps_base = str_replace( admin_url(), '', esc_html($_SERVER['REQUEST_URI']) ) . '&';
|
1004 |
}
|
1005 |
|
1006 |
-
$text = '<div class="update-nag" style="background-color:#dfecf2;border:1px solid #999;font-size:1em;font-weight:600;padding:2px 5px;margin-top:2px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><font color="blue">'.__('BPS Pro 25% Off Sale
|
1007 |
echo $text;
|
1008 |
}
|
1009 |
}
|
985 |
return;
|
986 |
}
|
987 |
|
988 |
+
$oct_6_2022 = '1665073080';
|
989 |
$gmt_offset = get_option( 'gmt_offset' ) * 3600;
|
990 |
|
991 |
+
if ( time() < $oct_6_2022 ) {
|
992 |
|
993 |
global $current_user;
|
994 |
$user_id = $current_user->ID;
|
1003 |
$bps_base = str_replace( admin_url(), '', esc_html($_SERVER['REQUEST_URI']) ) . '&';
|
1004 |
}
|
1005 |
|
1006 |
+
$text = '<div class="update-nag" style="background-color:#dfecf2;border:1px solid #999;font-size:1em;font-weight:600;padding:2px 5px;margin-top:2px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><font color="blue">'.__('BPS Pro 25% Off Sale September 26 - October 6', 'bulletproof-security').'</font><br>'.__('One-time Purchase Price: $52.50. No Recurring Yearly Costs Or Subscriptions. Unlimited installations. Free Upgrades For Life. Free Technical Support For Life.', 'bulletproof-security').'<br><a href="https://affiliates.ait-pro.com/po/" target="_blank" title="Buy BPS Pro">'.__('Buy BPS Pro', 'bulletproof-security').'</a><div style="min-height:5px"></div>'.__('To Dismiss this Notice click the Dismiss Notice button below. To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Alerts|Logs|Email Options page.', 'bulletproof-security').'<br><div style="float:left;margin:3px 0px 3px 0px;padding:2px 6px 2px 6px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.$bps_base.'bpsPro_bpspro_sale_nag_ignore=0'.'" style="text-decoration:none;font-weight:bold;">'.__('Dismiss Notice', 'bulletproof-security').'</a></div></div>';
|
1007 |
echo $text;
|
1008 |
}
|
1009 |
}
|
languages/bulletproof-security.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: bulletproof-security\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date: 2022-
|
7 |
"PO-Revision-Date: 2015-06-20 19:13-0800\n"
|
8 |
"Last-Translator: Ed Alexander <edward@ait-pro.com>\n"
|
9 |
"Language-Team: AITpro <info@ait-pro.com>\n"
|
@@ -2884,98 +2884,104 @@ msgstr ""
|
|
2884 |
msgid "BPS Pro Version Release Dates"
|
2885 |
msgstr ""
|
2886 |
|
2887 |
-
#: admin/core/core.php:2223 admin/core/core.php:
|
2888 |
-
#: admin/core/core.php:
|
2889 |
-
#: admin/core/core.php:
|
2890 |
-
#: admin/core/core.php:
|
2891 |
-
#: admin/core/core.php:
|
2892 |
-
#: admin/core/core.php:
|
2893 |
-
#: admin/core/core.php:
|
2894 |
-
#: admin/core/core.php:2254 admin/core/core.php:
|
2895 |
-
#: admin/core/core.php:
|
2896 |
-
#: admin/core/core.php:2265 admin/core/core.php:
|
2897 |
-
#: admin/core/core.php:
|
2898 |
-
#: admin/core/core.php:
|
2899 |
-
#: admin/core/core.php:
|
2900 |
-
#: admin/core/core.php:
|
2901 |
-
#: admin/core/core.php:
|
2902 |
-
#: admin/core/core.php:
|
2903 |
-
#: admin/core/core.php:
|
2904 |
-
#: admin/core/core.php:
|
2905 |
-
#: admin/core/core.php:
|
2906 |
-
#: admin/core/core.php:
|
2907 |
-
#: admin/core/core.php:
|
2908 |
-
#: admin/core/core.php:
|
2909 |
-
#: admin/core/core.php:
|
2910 |
-
#: admin/core/core.php:
|
2911 |
-
#: admin/core/core.php:2332 admin/core/core.php:
|
2912 |
-
#: admin/core/core.php:
|
2913 |
-
#: admin/core/core.php:
|
2914 |
-
#: admin/core/core.php:
|
2915 |
-
#: admin/core/core.php:
|
2916 |
-
#: admin/core/core.php:
|
2917 |
-
#: admin/core/core.php:
|
2918 |
-
#: admin/core/core.php:
|
2919 |
-
#: admin/core/core.php:
|
2920 |
-
#: admin/core/core.php:
|
2921 |
-
#: admin/core/core.php:
|
|
|
2922 |
#, php-format
|
2923 |
msgid ""
|
2924 |
"<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
|
2925 |
"\">Whats New in BPS Pro %1$s</a>"
|
2926 |
msgstr ""
|
2927 |
|
2928 |
-
#: admin/core/core.php:
|
|
|
|
|
|
|
|
|
|
|
2929 |
#, php-format
|
2930 |
msgid "10 Year Milestone: 8-1-2021 | %1$s"
|
2931 |
msgstr ""
|
2932 |
|
2933 |
-
#: admin/core/core.php:
|
2934 |
#, php-format
|
2935 |
msgid "9 Year Milestone: 8-1-2020 | %1$s"
|
2936 |
msgstr ""
|
2937 |
|
2938 |
-
#: admin/core/core.php:
|
2939 |
#, php-format
|
2940 |
msgid "8 Year Milestone: 8-1-2019 | %1$s"
|
2941 |
msgstr ""
|
2942 |
|
2943 |
-
#: admin/core/core.php:
|
2944 |
#, php-format
|
2945 |
msgid "7 Year Milestone: 8-1-2018 | %1$s"
|
2946 |
msgstr ""
|
2947 |
|
2948 |
-
#: admin/core/core.php:
|
2949 |
#, php-format
|
2950 |
msgid "6 Year Milestone: 8-1-2017 | %1$s"
|
2951 |
msgstr ""
|
2952 |
|
2953 |
-
#: admin/core/core.php:
|
2954 |
#, php-format
|
2955 |
msgid "5 Year Milestone: 8-1-2016 | %1$s"
|
2956 |
msgstr ""
|
2957 |
|
2958 |
-
#: admin/core/core.php:
|
2959 |
#, php-format
|
2960 |
msgid "4 Year Milestone: 8-1-2015 | %1$s"
|
2961 |
msgstr ""
|
2962 |
|
2963 |
-
#: admin/core/core.php:
|
2964 |
#, php-format
|
2965 |
msgid "3 Year Milestone: 8-1-2014 | %1$s"
|
2966 |
msgstr ""
|
2967 |
|
2968 |
-
#: admin/core/core.php:
|
2969 |
#, php-format
|
2970 |
msgid "2 Year Milestone: 8-1-2013 | %1$s"
|
2971 |
msgstr ""
|
2972 |
|
2973 |
-
#: admin/core/core.php:
|
2974 |
#, php-format
|
2975 |
msgid "1 Year Milestone: 8-1-2012 | %1$s"
|
2976 |
msgstr ""
|
2977 |
|
2978 |
-
#: admin/core/core.php:
|
2979 |
msgid "BPS Pro 1.0 - 4.0 | 1-1-2011 - 8-1-2011 | Private Use|Development"
|
2980 |
msgstr ""
|
2981 |
|
@@ -14630,7 +14636,7 @@ msgid "Script|File Owner User ID Mismatch Forum Topic"
|
|
14630 |
msgstr ""
|
14631 |
|
14632 |
#: includes/hud-dismiss-functions.php:1006
|
14633 |
-
msgid "BPS Pro 25% Off Sale
|
14634 |
msgstr ""
|
14635 |
|
14636 |
#: includes/hud-dismiss-functions.php:1006
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: bulletproof-security\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2022-09-25 11:20-0700\n"
|
7 |
"PO-Revision-Date: 2015-06-20 19:13-0800\n"
|
8 |
"Last-Translator: Ed Alexander <edward@ait-pro.com>\n"
|
9 |
"Language-Team: AITpro <info@ait-pro.com>\n"
|
2884 |
msgid "BPS Pro Version Release Dates"
|
2885 |
msgstr ""
|
2886 |
|
2887 |
+
#: admin/core/core.php:2223 admin/core/core.php:2229 admin/core/core.php:2230
|
2888 |
+
#: admin/core/core.php:2231 admin/core/core.php:2232 admin/core/core.php:2233
|
2889 |
+
#: admin/core/core.php:2234 admin/core/core.php:2235 admin/core/core.php:2236
|
2890 |
+
#: admin/core/core.php:2237 admin/core/core.php:2238 admin/core/core.php:2239
|
2891 |
+
#: admin/core/core.php:2245 admin/core/core.php:2246 admin/core/core.php:2247
|
2892 |
+
#: admin/core/core.php:2248 admin/core/core.php:2249 admin/core/core.php:2250
|
2893 |
+
#: admin/core/core.php:2251 admin/core/core.php:2252 admin/core/core.php:2253
|
2894 |
+
#: admin/core/core.php:2254 admin/core/core.php:2260 admin/core/core.php:2261
|
2895 |
+
#: admin/core/core.php:2262 admin/core/core.php:2263 admin/core/core.php:2264
|
2896 |
+
#: admin/core/core.php:2265 admin/core/core.php:2271 admin/core/core.php:2272
|
2897 |
+
#: admin/core/core.php:2273 admin/core/core.php:2274 admin/core/core.php:2279
|
2898 |
+
#: admin/core/core.php:2280 admin/core/core.php:2281 admin/core/core.php:2282
|
2899 |
+
#: admin/core/core.php:2283 admin/core/core.php:2288 admin/core/core.php:2289
|
2900 |
+
#: admin/core/core.php:2290 admin/core/core.php:2291 admin/core/core.php:2292
|
2901 |
+
#: admin/core/core.php:2293 admin/core/core.php:2294 admin/core/core.php:2295
|
2902 |
+
#: admin/core/core.php:2296 admin/core/core.php:2301 admin/core/core.php:2302
|
2903 |
+
#: admin/core/core.php:2303 admin/core/core.php:2304 admin/core/core.php:2305
|
2904 |
+
#: admin/core/core.php:2306 admin/core/core.php:2307 admin/core/core.php:2308
|
2905 |
+
#: admin/core/core.php:2309 admin/core/core.php:2310 admin/core/core.php:2311
|
2906 |
+
#: admin/core/core.php:2312 admin/core/core.php:2313 admin/core/core.php:2319
|
2907 |
+
#: admin/core/core.php:2320 admin/core/core.php:2321 admin/core/core.php:2322
|
2908 |
+
#: admin/core/core.php:2323 admin/core/core.php:2324 admin/core/core.php:2325
|
2909 |
+
#: admin/core/core.php:2326 admin/core/core.php:2327 admin/core/core.php:2328
|
2910 |
+
#: admin/core/core.php:2329 admin/core/core.php:2330 admin/core/core.php:2331
|
2911 |
+
#: admin/core/core.php:2332 admin/core/core.php:2338 admin/core/core.php:2339
|
2912 |
+
#: admin/core/core.php:2340 admin/core/core.php:2341 admin/core/core.php:2342
|
2913 |
+
#: admin/core/core.php:2343 admin/core/core.php:2344 admin/core/core.php:2345
|
2914 |
+
#: admin/core/core.php:2346 admin/core/core.php:2347 admin/core/core.php:2348
|
2915 |
+
#: admin/core/core.php:2349 admin/core/core.php:2350 admin/core/core.php:2356
|
2916 |
+
#: admin/core/core.php:2357 admin/core/core.php:2358 admin/core/core.php:2359
|
2917 |
+
#: admin/core/core.php:2360 admin/core/core.php:2361 admin/core/core.php:2362
|
2918 |
+
#: admin/core/core.php:2363 admin/core/core.php:2364 admin/core/core.php:2365
|
2919 |
+
#: admin/core/core.php:2371 admin/core/core.php:2372 admin/core/core.php:2373
|
2920 |
+
#: admin/core/core.php:2374 admin/core/core.php:2375 admin/core/core.php:2376
|
2921 |
+
#: admin/core/core.php:2377 admin/core/core.php:2378 admin/core/core.php:2379
|
2922 |
+
#: admin/core/core.php:2380
|
2923 |
#, php-format
|
2924 |
msgid ""
|
2925 |
"<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
|
2926 |
"\">Whats New in BPS Pro %1$s</a>"
|
2927 |
msgstr ""
|
2928 |
|
2929 |
+
#: admin/core/core.php:2226
|
2930 |
+
#, php-format
|
2931 |
+
msgid "11 Year Milestone: 8-1-2022 | %1$s"
|
2932 |
+
msgstr ""
|
2933 |
+
|
2934 |
+
#: admin/core/core.php:2242
|
2935 |
#, php-format
|
2936 |
msgid "10 Year Milestone: 8-1-2021 | %1$s"
|
2937 |
msgstr ""
|
2938 |
|
2939 |
+
#: admin/core/core.php:2257
|
2940 |
#, php-format
|
2941 |
msgid "9 Year Milestone: 8-1-2020 | %1$s"
|
2942 |
msgstr ""
|
2943 |
|
2944 |
+
#: admin/core/core.php:2268
|
2945 |
#, php-format
|
2946 |
msgid "8 Year Milestone: 8-1-2019 | %1$s"
|
2947 |
msgstr ""
|
2948 |
|
2949 |
+
#: admin/core/core.php:2276
|
2950 |
#, php-format
|
2951 |
msgid "7 Year Milestone: 8-1-2018 | %1$s"
|
2952 |
msgstr ""
|
2953 |
|
2954 |
+
#: admin/core/core.php:2285
|
2955 |
#, php-format
|
2956 |
msgid "6 Year Milestone: 8-1-2017 | %1$s"
|
2957 |
msgstr ""
|
2958 |
|
2959 |
+
#: admin/core/core.php:2298
|
2960 |
#, php-format
|
2961 |
msgid "5 Year Milestone: 8-1-2016 | %1$s"
|
2962 |
msgstr ""
|
2963 |
|
2964 |
+
#: admin/core/core.php:2316
|
2965 |
#, php-format
|
2966 |
msgid "4 Year Milestone: 8-1-2015 | %1$s"
|
2967 |
msgstr ""
|
2968 |
|
2969 |
+
#: admin/core/core.php:2335
|
2970 |
#, php-format
|
2971 |
msgid "3 Year Milestone: 8-1-2014 | %1$s"
|
2972 |
msgstr ""
|
2973 |
|
2974 |
+
#: admin/core/core.php:2353
|
2975 |
#, php-format
|
2976 |
msgid "2 Year Milestone: 8-1-2013 | %1$s"
|
2977 |
msgstr ""
|
2978 |
|
2979 |
+
#: admin/core/core.php:2368
|
2980 |
#, php-format
|
2981 |
msgid "1 Year Milestone: 8-1-2012 | %1$s"
|
2982 |
msgstr ""
|
2983 |
|
2984 |
+
#: admin/core/core.php:2383
|
2985 |
msgid "BPS Pro 1.0 - 4.0 | 1-1-2011 - 8-1-2011 | Private Use|Development"
|
2986 |
msgstr ""
|
2987 |
|
14636 |
msgstr ""
|
14637 |
|
14638 |
#: includes/hud-dismiss-functions.php:1006
|
14639 |
+
msgid "BPS Pro 25% Off Sale September 26 - October 6"
|
14640 |
msgstr ""
|
14641 |
|
14642 |
#: includes/hud-dismiss-functions.php:1006
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: security, secure, malware scanner, login security, firewall, security plug
|
|
5 |
Requires at least: 3.8
|
6 |
Requires PHP: 7.0
|
7 |
Tested up to: 6.0
|
8 |
-
Stable tag: 6.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
5 |
Requires at least: 3.8
|
6 |
Requires PHP: 7.0
|
7 |
Tested up to: 6.0
|
8 |
+
Stable tag: 6.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|