Under Construction - Version 3.70

Version Description

  • 2020/03/27
  • minor bug fixes
  • removed Security Ninja ads
Download this release

Release Info

Developer WebFactory
Plugin Icon 128x128 Under Construction
Version 3.70
Comparing to
See all releases

Code changes from version 3.65 to 3.70

Files changed (78) hide show
  1. css/ucp-admin.css +24 -92
  2. images/security-ninja-logo.png +0 -0
  3. index.php +1 -1
  4. js/ucp-admin-pointers.js +1 -1
  5. js/ucp-admin.js +1 -1
  6. js/ucp-jquery-plugins.js +1 -1
  7. readme.txt +7 -2
  8. themes/000webhost/index.php +1 -1
  9. themes/000webhost/style.css +1 -1
  10. themes/ambulance/index.php +1 -1
  11. themes/ambulance/style.css +1 -1
  12. themes/bulldozer/index.php +1 -1
  13. themes/bulldozer/style.css +1 -1
  14. themes/christmas/index.php +1 -1
  15. themes/christmas/style.css +1 -1
  16. themes/clock/index.php +1 -1
  17. themes/clock/style.css +1 -1
  18. themes/closed/index.php +1 -1
  19. themes/closed/style.css +1 -1
  20. themes/css/common.css +1 -1
  21. themes/cyber_chick/index.php +1 -1
  22. themes/cyber_chick/style.css +1 -1
  23. themes/cyber_chick_dark/index.php +1 -1
  24. themes/cyber_chick_dark/style.css +1 -1
  25. themes/dark/index.php +1 -1
  26. themes/dark/style.css +1 -1
  27. themes/dumper_truck/index.php +1 -1
  28. themes/dumper_truck/style.css +1 -1
  29. themes/forklift/index.php +1 -1
  30. themes/forklift/style.css +1 -1
  31. themes/hard_worker/index.php +1 -1
  32. themes/hard_worker/style.css +1 -1
  33. themes/hot_air_baloon/index.php +1 -1
  34. themes/hot_air_baloon/style.css +1 -1
  35. themes/iot/index.php +1 -1
  36. themes/iot/style.css +1 -1
  37. themes/laptop/index.php +1 -1
  38. themes/laptop/style.css +1 -1
  39. themes/light_bulb/index.php +1 -1
  40. themes/light_bulb/style.css +1 -1
  41. themes/lighthouse/index.php +1 -1
  42. themes/lighthouse/style.css +1 -1
  43. themes/loader/index.php +1 -1
  44. themes/loader/style.css +1 -1
  45. themes/mad_designer/index.php +1 -1
  46. themes/mad_designer/style.css +1 -1
  47. themes/people/index.php +1 -1
  48. themes/people/style.css +1 -1
  49. themes/people_2/index.php +1 -1
  50. themes/people_2/style.css +1 -1
  51. themes/plain_text/index.php +1 -1
  52. themes/plain_text/style.css +1 -1
  53. themes/puzzles/index.php +1 -1
  54. themes/puzzles/style.css +1 -1
  55. themes/research/index.php +1 -1
  56. themes/research/style.css +1 -1
  57. themes/rocket/index.php +1 -1
  58. themes/rocket/style.css +1 -1
  59. themes/rocket_2/index.php +1 -1
  60. themes/rocket_2/style.css +1 -1
  61. themes/sad_site/index.php +1 -1
  62. themes/sad_site/style.css +1 -1
  63. themes/safe/index.php +1 -1
  64. themes/safe/style.css +1 -1
  65. themes/setup/index.php +1 -1
  66. themes/setup/style.css +1 -1
  67. themes/stop/index.php +1 -1
  68. themes/stop/style.css +1 -1
  69. themes/under_construction/index.php +1 -1
  70. themes/under_construction/style.css +1 -1
  71. themes/under_construction_text/index.php +1 -1
  72. themes/under_construction_text/style.css +1 -1
  73. themes/windmill/index.php +1 -1
  74. themes/windmill/style.css +1 -1
  75. themes/work_desk/index.php +1 -1
  76. themes/work_desk/style.css +1 -1
  77. ucp-license.php +1 -2
  78. under-construction.php +3 -75
css/ucp-admin.css CHANGED
@@ -1,10 +1,10 @@
1
  /*
2
  * UnderConstructionPage
3
  * Main backend CSS
4
- * (c) Web factory Ltd, 2015 - 2019
5
  */
6
 
7
- @import url('//fonts.googleapis.com/css?family=Roboto:900');
8
 
9
  .settings_page_ucp .button-primary,
10
  .settings_page_ucp .button.button-primary {
@@ -179,7 +179,7 @@ div.ucp-thumb .ribbon::before,
179
  div.ucp-thumb .ribbon::after {
180
  position: absolute;
181
  z-index: -1;
182
- content: '';
183
  display: block;
184
  }
185
  div.ucp-thumb .ribbon i {
@@ -190,7 +190,6 @@ div.ucp-thumb .ribbon i {
190
  background-color: #ff7900e6;
191
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
192
  color: #fff;
193
- font: 700 18px/1 'Lato', sans-serif;
194
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
195
  text-transform: uppercase;
196
  text-align: center;
@@ -260,9 +259,9 @@ div.ucp-thumb img,
260
  line-height: 150%;
261
  }
262
 
263
- input[type='url']:invalid,
264
- input[type='email']:invalid,
265
- input[type='tel']:invalid {
266
  border-color: #ea1919;
267
  -webkit-box-shadow: 0 0 2px rgba(234, 25, 25, 1);
268
  box-shadow: 0 0 2px rgba(234, 25, 25, 1);
@@ -313,7 +312,10 @@ input.datepicker {
313
  background-color: #ffffff;
314
  }
315
 
316
- .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
 
 
 
317
  margin-top: 6px;
318
  margin-bottom: 0px;
319
  }
@@ -322,7 +324,7 @@ span.select2-container .select2-search--inline .select2-search__field {
322
  margin-top: 0px;
323
  }
324
 
325
- .select2-container .select2-search__field:not([placeholder='']) {
326
  width: 100% !important;
327
  margin-right: 100000px;
328
  }
@@ -436,7 +438,7 @@ span.select2-container .select2-search--inline .select2-search__field {
436
  }
437
 
438
  @media screen and (max-width: 782px) {
439
- .settings_page_ucp input[type='text'].datepicker {
440
  max-width: 80%;
441
  display: inline-block;
442
  }
@@ -490,7 +492,11 @@ span.select2-container .select2-search--inline .select2-search__field {
490
  cursor: text;
491
  }
492
  .settings_page_ucp .ui-tabs .ui-tabs-nav li a,
493
- .settings_page_ucp .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
 
 
 
 
494
  cursor: pointer;
495
  } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
496
  .settings_page_ucp .ui-tabs .ui-tabs-panel {
@@ -518,7 +524,7 @@ span.select2-container .select2-search--inline .select2-search__field {
518
  }
519
 
520
  .settings_page_ucp .ui-tabs-nav:after {
521
- content: '';
522
  clear: both;
523
  display: block;
524
  }
@@ -629,7 +635,7 @@ span.select2-container .select2-search--inline .select2-search__field {
629
 
630
  s.settings_page_ucp .ucp-tabs-2nd-level li.ui-state-active a:before {
631
  display: inline-block;
632
- content: ' ';
633
  position: absolute;
634
  width: 100%;
635
  height: 2px;
@@ -752,7 +758,7 @@ Any+Time is a trademark of Andrew M. Andrews III */
752
  width: 20em;
753
  }
754
  .AnyTime-pkr .AnyTime-mons:after {
755
- content: '';
756
  display: table;
757
  clear: both;
758
  }
@@ -930,12 +936,12 @@ Any+Time is a trademark of Andrew M. Andrews III */
930
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
931
  }
932
  .toggle-wrapper .toggle:before {
933
- content: 'OFF';
934
  left: 18px;
935
  color: #ffffff;
936
  }
937
  .toggle-wrapper .toggle:after {
938
- content: 'ON';
939
  right: 20px;
940
  color: #23282d;
941
  }
@@ -1276,78 +1282,6 @@ option.weglot-promo {
1276
  }
1277
  /* upsell dialog */
1278
 
1279
- #ucp_security_ninja .button-primary {
1280
- text-decoration: none;
1281
- border-radius: 0px !important;
1282
- border-width: 0px !important;
1283
- border-color: transparent !important;
1284
- background: #499ed7;
1285
- color: #fff;
1286
- font-weight: bold !important;
1287
- box-shadow: none !important;
1288
- padding: 11px 40px;
1289
- height: auto !important;
1290
- text-transform: uppercase;
1291
- display: inline-block;
1292
- box-shadow: none !important;
1293
- outline: none !important;
1294
- white-space: inherit;
1295
- }
1296
-
1297
- .sn-box p {
1298
- font-size: 15px;
1299
- text-align: left;
1300
- max-width: 800px;
1301
- display: inline-block;
1302
- line-height: 1.8;
1303
- }
1304
-
1305
- .sn-box {
1306
- margin: 10px 5px 20px 5px;
1307
- text-align: center;
1308
- background: #f9f9f9;
1309
- padding: 30px 50px;
1310
- border: 1px solid #e5e5e5;
1311
- }
1312
-
1313
- .sn-box h2 {
1314
- border-bottom: none;
1315
- font-size: 2em;
1316
- line-height: 1.1;
1317
- }
1318
-
1319
- .sn-box h2 span {
1320
- position: relative;
1321
- }
1322
-
1323
- .sn-box h2 span:after {
1324
- border-bottom: 3px solid #499ed7;
1325
- background-color: #499ed7;
1326
- content: '';
1327
- width: 100%;
1328
- position: absolute;
1329
- bottom: 2px;
1330
- left: 0;
1331
- }
1332
-
1333
- #ucp_security_ninja .ucp-tab-content {
1334
- max-width: 800px;
1335
- }
1336
-
1337
- #ucp_security_ninja .textcenter {
1338
- text-align: center;
1339
- }
1340
-
1341
- .security-ninja-logo {
1342
- margin: 10px 0 20px 0;
1343
- display: block;
1344
- text-align: center;
1345
- }
1346
-
1347
- .security-ninja-logo img {
1348
- height: 80px;
1349
- }
1350
-
1351
  #support-hero {
1352
  text-align: center;
1353
  margin: 40px 0;
@@ -1371,10 +1305,8 @@ option.weglot-promo {
1371
  line-height: 120%;
1372
  }
1373
 
 
 
1374
  .settings_page_ucp div.fs-notice {
1375
  display: none !important;
1376
  }
1377
-
1378
- .settings_page_ucp .put-dismiss-notice {
1379
- display: none;
1380
- }
1
  /*
2
  * UnderConstructionPage
3
  * Main backend CSS
4
+ * (c) Web factory Ltd, 2015 - 2020
5
  */
6
 
7
+ @import url("//fonts.googleapis.com/css?family=Roboto:900");
8
 
9
  .settings_page_ucp .button-primary,
10
  .settings_page_ucp .button.button-primary {
179
  div.ucp-thumb .ribbon::after {
180
  position: absolute;
181
  z-index: -1;
182
+ content: "";
183
  display: block;
184
  }
185
  div.ucp-thumb .ribbon i {
190
  background-color: #ff7900e6;
191
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
192
  color: #fff;
 
193
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
194
  text-transform: uppercase;
195
  text-align: center;
259
  line-height: 150%;
260
  }
261
 
262
+ input[type="url"]:invalid,
263
+ input[type="email"]:invalid,
264
+ input[type="tel"]:invalid {
265
  border-color: #ea1919;
266
  -webkit-box-shadow: 0 0 2px rgba(234, 25, 25, 1);
267
  box-shadow: 0 0 2px rgba(234, 25, 25, 1);
312
  background-color: #ffffff;
313
  }
314
 
315
+ .select2-container--default
316
+ .select2-selection--multiple
317
+ .select2-selection__rendered
318
+ li {
319
  margin-top: 6px;
320
  margin-bottom: 0px;
321
  }
324
  margin-top: 0px;
325
  }
326
 
327
+ .select2-container .select2-search__field:not([placeholder=""]) {
328
  width: 100% !important;
329
  margin-right: 100000px;
330
  }
438
  }
439
 
440
  @media screen and (max-width: 782px) {
441
+ .settings_page_ucp input[type="text"].datepicker {
442
  max-width: 80%;
443
  display: inline-block;
444
  }
492
  cursor: text;
493
  }
494
  .settings_page_ucp .ui-tabs .ui-tabs-nav li a,
495
+ .settings_page_ucp
496
+ .ui-tabs.ui-tabs-collapsible
497
+ .ui-tabs-nav
498
+ li.ui-tabs-selected
499
+ a {
500
  cursor: pointer;
501
  } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
502
  .settings_page_ucp .ui-tabs .ui-tabs-panel {
524
  }
525
 
526
  .settings_page_ucp .ui-tabs-nav:after {
527
+ content: "";
528
  clear: both;
529
  display: block;
530
  }
635
 
636
  s.settings_page_ucp .ucp-tabs-2nd-level li.ui-state-active a:before {
637
  display: inline-block;
638
+ content: " ";
639
  position: absolute;
640
  width: 100%;
641
  height: 2px;
758
  width: 20em;
759
  }
760
  .AnyTime-pkr .AnyTime-mons:after {
761
+ content: "";
762
  display: table;
763
  clear: both;
764
  }
936
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
937
  }
938
  .toggle-wrapper .toggle:before {
939
+ content: "OFF";
940
  left: 18px;
941
  color: #ffffff;
942
  }
943
  .toggle-wrapper .toggle:after {
944
+ content: "ON";
945
  right: 20px;
946
  color: #23282d;
947
  }
1282
  }
1283
  /* upsell dialog */
1284
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1285
  #support-hero {
1286
  text-align: center;
1287
  margin: 40px 0;
1305
  line-height: 120%;
1306
  }
1307
 
1308
+ .settings_page_ucp .put-dismiss-notice,
1309
+ .settings_page_ucp .premio-notice,
1310
  .settings_page_ucp div.fs-notice {
1311
  display: none !important;
1312
  }
 
 
 
 
images/security-ninja-logo.png DELETED
Binary file
index.php CHANGED
@@ -1,2 +1,2 @@
1
  <?php
2
- // silence is golden
1
  <?php
2
+ // silence is golden
js/ucp-admin-pointers.js CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Backend GUI pointers
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Backend GUI pointers
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
js/ucp-admin.js CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Main backend JS
4
- * (c) Web factory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Main backend JS
4
+ * (c) Web factory Ltd, 2015 - 2020
5
  */
6
 
7
 
js/ucp-jquery-plugins.js CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * jQuery plugins
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
  /**
1
  /*
2
  * UnderConstructionPage
3
  * jQuery plugins
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
  /**
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: WebFactory, UnderConstructionPage, googlemapswidget, wpreset
3
  Tags: coming soon page, under construction mode, under construction, under construction page, coming soon, maintenance mode, maintenance page, launch page, coming soon mode, maintenance mode page, offline page, maintenance, landing page
4
  Requires at least: 4.0
5
  Requires PHP: 5.2
6
- Tested up to: 5.3
7
- Stable tag: 3.65
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -138,6 +138,11 @@ Or if needed, upload manually;
138
 
139
  == Changelog ==
140
 
 
 
 
 
 
141
  = 3.65 =
142
  * 2019/11/21
143
  * minor bug fixes
3
  Tags: coming soon page, under construction mode, under construction, under construction page, coming soon, maintenance mode, maintenance page, launch page, coming soon mode, maintenance mode page, offline page, maintenance, landing page
4
  Requires at least: 4.0
5
  Requires PHP: 5.2
6
+ Tested up to: 5.4
7
+ Stable tag: 3.70
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
138
 
139
  == Changelog ==
140
 
141
+ = 3.70 =
142
+ * 2020/03/27
143
+ * minor bug fixes
144
+ * removed Security Ninja ads
145
+
146
  = 3.65 =
147
  * 2019/11/21
148
  * minor bug fixes
themes/000webhost/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * 000webhost theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * 000webhost theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/000webhost/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * 000webhost theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * 000webhost theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/ambulance/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Ambulance theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Ambulance theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/ambulance/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Ambulance theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Ambulance theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/bulldozer/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Bulldozer theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Bulldozer theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/bulldozer/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Bulldozer theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Bulldozer theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/christmas/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Christmas theme
5
- * (c) Web factory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Christmas theme
5
+ * (c) Web factory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/christmas/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Christmas theme CSS
4
- * (c) Web factory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Christmas theme CSS
4
+ * (c) Web factory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/clock/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Clock theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Clock theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/clock/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Clock CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Clock CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/closed/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Temporarily Closed theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Temporarily Closed theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/closed/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Temporarily Closed theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Temporarily Closed theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/css/common.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Common frontend CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Common frontend CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/cyber_chick/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Chyber Chick theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Chyber Chick theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/cyber_chick/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Cyber Chick theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Cyber Chick theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/cyber_chick_dark/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Cyber Chick Dark theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Cyber Chick Dark theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/cyber_chick_dark/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Cyber Chick Dark theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Cyber Chick Dark theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/dark/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Things Went Dark theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Things Went Dark theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/dark/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Things Went Dark theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Things Went Dark theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/dumper_truck/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Dumper Truck theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Dumper Truck theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/dumper_truck/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Dumper Truck theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Dumper Truck theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/forklift/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Forklift theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Forklift theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/forklift/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Forklift theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Forklift theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/hard_worker/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Hard Worker theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Hard Worker theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/hard_worker/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Hard Worker theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Hard Worker theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/hot_air_baloon/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Hot Air Baloon theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Hot Air Baloon theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/hot_air_baloon/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Hot Air Baloon theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Hot Air Baloon theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/iot/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Internet of Things theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Internet of Things theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/iot/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Internet of Things theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Internet of Things theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/laptop/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Laptop theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Laptop theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/laptop/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Laptop theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Laptop theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/light_bulb/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Light Bulb theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Light Bulb theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/light_bulb/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Light Bulb theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Light Bulb theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/lighthouse/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Lighthouse theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Lighthouse theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/lighthouse/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Lighthouse theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Lighthouse theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/loader/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Loader theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Loader theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/loader/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Loader theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Loader theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/mad_designer/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Mad Designer theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Mad Designer theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/mad_designer/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Mad Designer theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Mad Designer theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/people/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * People at Work theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * People at Work theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/people/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * People at Work theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * People at Work theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/people_2/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * People at Work #2 theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * People at Work #2 theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/people_2/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * People at Work #2 theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * People at Work #2 theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/plain_text/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Plain Text theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Plain Text theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/plain_text/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Plain Text theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Plain Text theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/puzzles/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Puzzles theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Puzzles theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/puzzles/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Puzzles theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Puzzles theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/research/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Research theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Research theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/research/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Research theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
  html {
1
  /*
2
  * UnderConstructionPage
3
  * Research theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
  html {
themes/rocket/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Rocket theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Rocket theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/rocket/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Rocket theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Rocket theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/rocket_2/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Rocket #2 theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Rocket #2 theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/rocket_2/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Rocket #2 theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Rocket #2 theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/sad_site/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Sad Site theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Sad Site theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/sad_site/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Sad Site theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Sad Site theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/safe/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Safe theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Safe theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/safe/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Safe theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Safe theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/setup/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Setup theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Setup theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/setup/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Setup theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Setup theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/stop/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Stop theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Stop theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/stop/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Stop theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Stop theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/under_construction/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Under Construction theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Under Construction theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/under_construction/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Under Construction theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Under Construction theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/under_construction_text/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Under Construction Text theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Under Construction Text theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/under_construction_text/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Under Construction Text theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Under Construction Text theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/windmill/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Windmill theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Windmill theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/windmill/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Windmill theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Windmill theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
themes/work_desk/index.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * UnderConstructionPage
4
  * Work Desk theme
5
- * (c) WebFactory Ltd, 2015 - 2019
6
  */
7
 
8
 
2
  /*
3
  * UnderConstructionPage
4
  * Work Desk theme
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
 
themes/work_desk/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * UnderConstructionPage
3
  * Work Desk theme CSS
4
- * (c) WebFactory Ltd, 2015 - 2019
5
  */
6
 
7
 
1
  /*
2
  * UnderConstructionPage
3
  * Work Desk theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2020
5
  */
6
 
7
 
ucp-license.php CHANGED
@@ -1,9 +1,8 @@
1
  <?php
2
-
3
  /*
4
  * UnderConstructionPage
5
  * PRO license related functions
6
- * (c) WebFactory Ltd, 2015 - 2019
7
  */
8
 
9
  class UCP_license extends UCP {
1
  <?php
 
2
  /*
3
  * UnderConstructionPage
4
  * PRO license related functions
5
+ * (c) WebFactory Ltd, 2015 - 2020
6
  */
7
 
8
  class UCP_license extends UCP {
under-construction.php CHANGED
@@ -4,11 +4,11 @@
4
  Plugin URI: https://underconstructionpage.com/
5
  Description: Put your site behind a great looking under construction, coming soon, maintenance mode or landing page.
6
  Author: WebFactory Ltd
7
- Version: 3.65
8
  Author URI: https://www.webfactoryltd.com/
9
  Text Domain: under-construction-page
10
 
11
- Copyright 2015 - 2019 Web factory Ltd (email: ucp@webfactoryltd.com)
12
 
13
  This program is free software; you can redistribute it and/or modify
14
  it under the terms of the GNU General Public License, version 2, as
@@ -87,7 +87,6 @@ class UCP {
87
  add_action('admin_action_ucp_reset_settings', array(__CLASS__, 'reset_settings'));
88
  add_action('admin_action_install_mailoptin', array(__CLASS__, 'install_mailoptin'));
89
  add_action('admin_action_install_weglot', array(__CLASS__, 'install_weglot'));
90
- add_action('admin_action_install_security_ninja', array(__CLASS__, 'install_security_ninja'));
91
 
92
  // enqueue admin scripts
93
  add_action('admin_enqueue_scripts', array(__CLASS__, 'admin_enqueue_scripts'), 100, 1);
@@ -1965,18 +1964,6 @@ class UCP {
1965
  } // tab_access
1966
 
1967
 
1968
- // security ninja tab
1969
- static function tab_security_ninja() {
1970
- echo '<div class="ucp-tab-content">';
1971
- echo '<h3 class="security-ninja-logo"><a href="https://wpsecurityninja.com/?utm_source=ucp-free&utm_medium=plugin&utm_content=sn-tab-logo&utm_campaign=ucp-free-v3.40" target="_blank"><img src="' . UCP_PLUGIN_URL . 'images/security-ninja-logo.png" alt="Security Ninja" title="Security Ninja"></a></h3>';
1972
-
1973
- echo '<div class="sn-box"><h2>Protect your site from hackers <span>from day one</span>! Perform 50+ tests to see how secure it is</h2>';
1974
- echo '<p>Getting hacked sucks! We created <b>Security Ninja</b> more than seven years ago to <b>save you money, time &amp; nerves</b>. Security Ninja will give you a clear understanding of what\'s going on if an attack occurs, and cleaning up a site in a worse-case scenario will be a breeze. Save yourself hours of frustration and <b>hundreds of dollars in repair fees</b> by installing Security Ninja for free.</p>';
1975
- echo '<p class="textcenter"><a href="' . add_query_arg(array('action' => 'install_security_ninja'), admin_url('admin.php')), '" target="_blank" class="button button-primary button-large">Install &amp; activate Security Ninja for FREE and perform 50+ tests on your site</a><br>or visit <a href="https://wpsecurityninja.com/?utm_source=ucp-free&utm_medium=plugin&utm_content=sn-tab-more&utm_campaign=ucp-free-v3.40" target="_blank">wpsecurityninja.com</a> to find out more</p>';
1976
- echo '</div>';
1977
- echo '</div>';
1978
- } // tab_security_ninja
1979
-
1980
  // support tab - FAQ and links
1981
  static function tab_support() {
1982
  $user = wp_get_current_user();
@@ -2133,9 +2120,6 @@ class UCP {
2133
  $tabs[] = array('id' => 'ucp_access', 'icon' => 'dashicons-shield', 'class' => '', 'label' => __('Access', 'under-construction-page'), 'callback' => array(__CLASS__, 'tab_access'));
2134
  $tabs[] = array('id' => 'ucp_support', 'icon' => 'dashicons-sos', 'class' => '', 'label' => __('Support', 'under-construction-page'), 'callback' => array(__CLASS__, 'tab_support'));
2135
  $tabs[] = array('id' => 'ucp_pro', 'icon' => 'dashicons-star-filled', 'class' => '', 'label' => __('PRO', 'under-construction-page'), 'callback' => array(__CLASS__, 'tab_pro'));
2136
- if (!defined('WF_SN_BASE_FILE')) {
2137
- $tabs[] = array('id' => 'ucp_security_ninja', 'icon' => 'dashicons-shield-alt', 'class' => '', 'label' => __('Security Ninja', 'under-construction-page'), 'callback' => array(__CLASS__, 'tab_security_ninja'));
2138
- }
2139
 
2140
  $tabs = apply_filters('ucp_tabs', $tabs);
2141
 
@@ -2490,63 +2474,6 @@ class UCP {
2490
  } // install_weglot
2491
 
2492
 
2493
- // auto download / install / activate Security Ninja
2494
- static function install_security_ninja() {
2495
- if (false === current_user_can('administrator')) {
2496
- wp_die('Sorry, you have to be an admin to run this action.');
2497
- }
2498
-
2499
- $plugin_slug = 'security-ninja/security-ninja.php';
2500
- $plugin_zip = 'https://downloads.wordpress.org/plugin/security-ninja.latest-stable.zip';
2501
-
2502
- @include_once ABSPATH . 'wp-admin/includes/plugin.php';
2503
- @include_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
2504
- @include_once ABSPATH . 'wp-admin/includes/plugin-install.php';
2505
- @include_once ABSPATH . 'wp-admin/includes/file.php';
2506
- @include_once ABSPATH . 'wp-admin/includes/misc.php';
2507
- echo '<style>
2508
- body{
2509
- font-family: sans-serif;
2510
- font-size: 14px;
2511
- line-height: 1.5;
2512
- color: #444;
2513
- }
2514
- </style>';
2515
-
2516
- echo '<div style="margin: 20px; color:#444;">';
2517
- echo 'If things are not done in a minute <a target="_parent" href="' . admin_url('plugin-install.php?s=security+ninja&tab=search&type=term') .'">install the plugin manually via Plugins page</a><br><br>';
2518
- echo 'Starting ...<br><br>';
2519
-
2520
- wp_cache_flush();
2521
- $upgrader = new Plugin_Upgrader();
2522
- echo 'Check if Security Ninja is already installed ... <br />';
2523
- if (self::is_plugin_installed($plugin_slug)) {
2524
- echo 'Security Ninja is already installed! <br /><br />Making sure it\'s the latest version.<br />';
2525
- $upgrader->upgrade($plugin_slug);
2526
- $installed = true;
2527
- } else {
2528
- echo 'Installing Security Ninja.<br />';
2529
- $installed = $upgrader->install($plugin_zip);
2530
- }
2531
- wp_cache_flush();
2532
-
2533
- if (!is_wp_error($installed) && $installed) {
2534
- echo 'Activating Security Ninja.<br />';
2535
- $activate = activate_plugin($plugin_slug);
2536
-
2537
- if (is_null($activate)) {
2538
- echo 'Security Ninja Activated.<br />';
2539
-
2540
- echo '<script>setTimeout(function() { top.location = "tools.php?page=wf-sn"; }, 500);</script>';
2541
- echo '<br>If you are not redirected in a few seconds - <a href="tools.php?page=wf-sn" target="_parent">click here</a>.';
2542
- }
2543
- } else {
2544
- echo 'Could not install Security Ninja. You\'ll have to <a target="_parent" href="' . admin_url('plugin-install.php?s=security+ninja&tab=search&type=term') .'">download and install manually</a>.';
2545
- }
2546
-
2547
- echo '</div>';
2548
- } // install_security_ninja
2549
-
2550
  static function is_plugin_installed($slug) {
2551
  if (!function_exists('get_plugins')) {
2552
  require_once ABSPATH . 'wp-admin/includes/plugin.php';
@@ -2670,6 +2597,7 @@ class UCP {
2670
 
2671
  $res = self::add_plugin_favs('eps-301-redirects', $res);
2672
  $res = self::add_plugin_favs('wp-force-ssl', $res);
 
2673
  $res = self::add_plugin_favs('wp-reset', $res);
2674
  $res = self::add_plugin_favs('mailoptin', $res);
2675
 
4
  Plugin URI: https://underconstructionpage.com/
5
  Description: Put your site behind a great looking under construction, coming soon, maintenance mode or landing page.
6
  Author: WebFactory Ltd
7
+ Version: 3.70
8
  Author URI: https://www.webfactoryltd.com/
9
  Text Domain: under-construction-page
10
 
11
+ Copyright 2015 - 2020 Web factory Ltd (email: ucp@webfactoryltd.com)
12
 
13
  This program is free software; you can redistribute it and/or modify
14
  it under the terms of the GNU General Public License, version 2, as
87
  add_action('admin_action_ucp_reset_settings', array(__CLASS__, 'reset_settings'));
88
  add_action('admin_action_install_mailoptin', array(__CLASS__, 'install_mailoptin'));
89
  add_action('admin_action_install_weglot', array(__CLASS__, 'install_weglot'));
 
90
 
91
  // enqueue admin scripts
92
  add_action('admin_enqueue_scripts', array(__CLASS__, 'admin_enqueue_scripts'), 100, 1);
1964
  } // tab_access
1965
 
1966
 
 
 
 
 
 
 
 
 
 
 
 
 
1967
  // support tab - FAQ and links
1968
  static function tab_support() {
1969
  $user = wp_get_current_user();
2120
  $tabs[] = array('id' => 'ucp_access', 'icon' => 'dashicons-shield', 'class' => '', 'label' => __('Access', 'under-construction-page'), 'callback' => array(__CLASS__, 'tab_access'));
2121
  $tabs[] = array('id' => 'ucp_support', 'icon' => 'dashicons-sos', 'class' => '', 'label' => __('Support', 'under-construction-page'), 'callback' => array(__CLASS__, 'tab_support'));
2122
  $tabs[] = array('id' => 'ucp_pro', 'icon' => 'dashicons-star-filled', 'class' => '', 'label' => __('PRO', 'under-construction-page'), 'callback' => array(__CLASS__, 'tab_pro'));
 
 
 
2123
 
2124
  $tabs = apply_filters('ucp_tabs', $tabs);
2125
 
2474
  } // install_weglot
2475
 
2476
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2477
  static function is_plugin_installed($slug) {
2478
  if (!function_exists('get_plugins')) {
2479
  require_once ABSPATH . 'wp-admin/includes/plugin.php';
2597
 
2598
  $res = self::add_plugin_favs('eps-301-redirects', $res);
2599
  $res = self::add_plugin_favs('wp-force-ssl', $res);
2600
+ $res = self::add_plugin_favs('wp-external-links', $res);
2601
  $res = self::add_plugin_favs('wp-reset', $res);
2602
  $res = self::add_plugin_favs('mailoptin', $res);
2603