Under Construction - Version 3.15

Version Description

  • 2018/08/22
  • minor bug fixes
  • new theme: 000webhost
  • added custom settings for 000webhost users
  • we're at 1,634,783 downloads
Download this release

Release Info

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

Code changes from version 3.10 to 3.15

css/ucp-admin.css CHANGED
@@ -22,6 +22,10 @@
22
  margin-right: 4px;
23
  }
24
 
 
 
 
 
25
  .settings_page_ucp .button:hover,
26
  .settings_page_ucp .button-primary:hover,
27
  .settings_page_ucp .button-secondary:hover,
@@ -196,10 +200,6 @@ div.ucp-thumb .buttons a {
196
  margin-right: 10px;
197
  }
198
 
199
- .wp-core-ui div.ucp-thumb .button-primary:active, .wp-core-ui div.ucp-thumb .button-secondary:active {
200
- vertical-align: inherit;
201
- }
202
-
203
  div.ucp-thumb.active {
204
  border: 2px solid rgba(255, 121, 0, 0.7);
205
  }
22
  margin-right: 4px;
23
  }
24
 
25
+ .settings_page_ucp .epsilon-framework-notice {
26
+ display: none;
27
+ }
28
+
29
  .settings_page_ucp .button:hover,
30
  .settings_page_ucp .button-primary:hover,
31
  .settings_page_ucp .button-secondary:hover,
200
  margin-right: 10px;
201
  }
202
 
 
 
 
 
203
  div.ucp-thumb.active {
204
  border: 2px solid rgba(255, 121, 0, 0.7);
205
  }
images/thumbnails/000webhost.png ADDED
Binary file
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Under Construction ===
2
- Contributors: WebFactory, UnderConstructionPage
3
  Tags: maintenance mode, maintenance page, coming soon page, landing page, under construction, under construction page, coming soon, launch page, coming soon mode, maintenance mode page, offline page, maintenance
4
  Requires at least: 4.0
5
  Requires PHP: 5.2
6
  Tested up to: 4.9
7
- Stable tag: 3.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -121,15 +121,23 @@ Or if needed, upload manually;
121
  30. Hard Worker theme
122
  31. Temporarily Closed theme
123
  32. Dumper Truck theme
124
- 33. Main settings
125
- 34. Design settings
126
- 35. Content settings
127
- 36. Access settings
128
- 37. Support
 
129
 
130
 
131
  == Changelog ==
132
 
 
 
 
 
 
 
 
133
  = 3.10 =
134
  * 2018/06/19
135
  * minor bug fixes
1
  === Under Construction ===
2
+ Contributors: WebFactory, UnderConstructionPage, googlemapswidget, securityninja, wpreset
3
  Tags: maintenance mode, maintenance page, coming soon page, landing page, under construction, under construction page, coming soon, launch page, coming soon mode, maintenance mode page, offline page, maintenance
4
  Requires at least: 4.0
5
  Requires PHP: 5.2
6
  Tested up to: 4.9
7
+ Stable tag: 3.15
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
121
  30. Hard Worker theme
122
  31. Temporarily Closed theme
123
  32. Dumper Truck theme
124
+ 33. 000webhost theme
125
+ 34. Main settings
126
+ 35. Design settings
127
+ 36. Content settings
128
+ 37. Access settings
129
+ 38. Support
130
 
131
 
132
  == Changelog ==
133
 
134
+ = 3.15 =
135
+ * 2018/08/22
136
+ * minor bug fixes
137
+ * new theme: 000webhost
138
+ * added custom settings for 000webhost users
139
+ * we're at 1,634,783 downloads
140
+
141
  = 3.10 =
142
  * 2018/06/19
143
  * minor bug fixes
themes/000webhost/000webhost.jpg ADDED
Binary file
themes/000webhost/index.php ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * UnderConstructionPage
4
+ * 000webhost theme
5
+ * (c) WebFactory Ltd, 2015 - 2018
6
+ */
7
+
8
+
9
+ // this is an include only WP file
10
+ if (!defined('ABSPATH')) {
11
+ die;
12
+ }
13
+ ?>
14
+ <!DOCTYPE html>
15
+ <html lang="en">
16
+ <head>
17
+ <meta charset="utf-8">
18
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
19
+ <meta name="viewport" content="width=device-width, initial-scale=1">
20
+ <title>[title]</title>
21
+ <meta name="description" content="[description]" />
22
+ <meta name="generator" content="[generator]">
23
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,900">
24
+ [head]
25
+ </head>
26
+
27
+ <body>
28
+ <div class="container">
29
+ <div class="row">
30
+ <div class="col-xs-12 col-md-12 col-lg-12">
31
+ <h1>[heading1]</h1>
32
+ </div>
33
+ </div>
34
+
35
+ <div class="row">
36
+ <div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
37
+ <p class="content">[content]</p>
38
+ </div>
39
+ </div>
40
+
41
+ <div class="row" id="social">
42
+ <div class="col-xs-12 col-md-12 col-lg-12">
43
+ [social-icons]
44
+ </div>
45
+ </div>
46
+ </div>
47
+
48
+ <div id="hero-image">
49
+ <img src="[theme-url]000webhost.jpg" alt="Site is Under Construction" title="Site is Under Construction">
50
+ </div>
51
+
52
+ [footer]
53
+ </body>
54
+ </html>
themes/000webhost/style.css ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * UnderConstructionPage
3
+ * 000webhost theme CSS
4
+ * (c) WebFactory Ltd, 2015 - 2018
5
+ */
6
+
7
+
8
+ html {
9
+ height: 100%;
10
+ padding: 0;
11
+ margin: 0;
12
+ }
13
+
14
+ body {
15
+ font-weight: 400;
16
+ font-size: 14px;
17
+ line-height: 120%;
18
+ color: #414042;
19
+ background: #ffdda0;
20
+ padding: 0;
21
+ margin: 0;
22
+ height: 100%;
23
+ background-repeat: no-repeat;
24
+ background-attachment: fixed;
25
+ }
26
+
27
+ #hero-image {
28
+ text-align: center;
29
+ margin: 0 auto 5px auto;
30
+ }
31
+
32
+ #hero-image img {
33
+ max-width: 80%;
34
+ }
35
+
36
+ h1 {
37
+ font-size: 34px;
38
+ color: #414042;
39
+ font-family: "Roboto", sans-serif;
40
+ font-weight: 900;
41
+ margin: 40px 0 40px 0;
42
+ text-align: center;
43
+ }
44
+
45
+ .content {
46
+ text-align: center;
47
+ font-family: "Helvetica", "Arial", sans-serif;
48
+ border-bottom: 1px solid #414042;
49
+ }
50
+
51
+ #social {
52
+ text-align: center;
53
+ margin-top: 0;
54
+ }
55
+
56
+ #social a i {
57
+ color: #414042;
58
+ margin: 10px;
59
+ box-sizing: content-box;
60
+ }
61
+
62
+ #social a:hover i {
63
+ color: #ffffff;
64
+ }
65
+
66
+ @media(max-width:767px) {
67
+ h1 {
68
+ font-size: 28px;
69
+ margin: 10px 0 30px 0;
70
+ }
71
+ #hero-image img {
72
+ max-width: 95%;
73
+ }
74
+ }
under-construction.php CHANGED
@@ -4,7 +4,7 @@
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.10
8
  Author URI: https://www.webfactoryltd.com/
9
  Text Domain: under-construction-page
10
  Domain Path: lang
@@ -1144,8 +1144,48 @@ class UCP {
1144
  'whitelisted_roles' => array('administrator'),
1145
  'whitelisted_users' => array()
1146
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1147
 
1148
- return $defaults;
 
 
 
 
1149
  } // default_options
1150
 
1151
 
@@ -1674,7 +1714,8 @@ class UCP {
1674
  'hard_worker' => __('Hard Worker', 'under-construction-page'),
1675
  'closed' => __('Temporarily Closed', 'under-construction-page'),
1676
  '_pro_animated-green' => __('Simple Green Animated', 'under-construction-page'),
1677
- 'dumper_truck' => __('Dumper Truck', 'under-construction-page'));
 
1678
 
1679
  $themes = apply_filters('ucp_themes', $themes);
1680
 
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.15
8
  Author URI: https://www.webfactoryltd.com/
9
  Text Domain: under-construction-page
10
  Domain Path: lang
1144
  'whitelisted_roles' => array('administrator'),
1145
  'whitelisted_users' => array()
1146
  );
1147
+
1148
+ $defaults_000 = array('status' => '1',
1149
+ 'license_key' => '',
1150
+ 'license_active' => false,
1151
+ 'license_expires' => '1900-01-01',
1152
+ 'license_type' => '',
1153
+ 'end_date' => '',
1154
+ 'ga_tracking_id' => '',
1155
+ 'theme' => '000webhost',
1156
+ 'custom_css' => '',
1157
+ 'title' => '[site-title] is under construction',
1158
+ 'description' => '[site-tagline]',
1159
+ 'heading1' => __('We\'re building our brand new site', 'under-construction-page'),
1160
+ 'content' => __('Powered by <a href="https://www.000webhost.com/" target="_blank">000webhost</a>.', 'under-construction-page'),
1161
+ 'social_facebook' => '',
1162
+ 'social_twitter' => '',
1163
+ 'social_google' => '',
1164
+ 'social_linkedin' => '',
1165
+ 'social_youtube' => '',
1166
+ 'social_vimeo' => '',
1167
+ 'social_pinterest' => '',
1168
+ 'social_dribbble' => '',
1169
+ 'social_behance' => '',
1170
+ 'social_instagram' => '',
1171
+ 'social_tumblr' => '',
1172
+ 'social_vk' => '',
1173
+ 'social_email' => '',
1174
+ 'social_phone' => '',
1175
+ 'social_skype' => '',
1176
+ 'social_telegram' => '',
1177
+ 'social_whatsapp' => '',
1178
+ 'login_button' => '1',
1179
+ 'linkback' => '0',
1180
+ 'whitelisted_roles' => array('administrator'),
1181
+ 'whitelisted_users' => array()
1182
+ );
1183
 
1184
+ if (stripos($_SERVER['HTTP_HOST'], '000webhost') !== false) {
1185
+ return $defaults_000;
1186
+ } else {
1187
+ return $defaults;
1188
+ }
1189
  } // default_options
1190
 
1191
 
1714
  'hard_worker' => __('Hard Worker', 'under-construction-page'),
1715
  'closed' => __('Temporarily Closed', 'under-construction-page'),
1716
  '_pro_animated-green' => __('Simple Green Animated', 'under-construction-page'),
1717
+ 'dumper_truck' => __('Dumper Truck', 'under-construction-page'),
1718
+ '000webhost' => __('000webhost', 'under-construction-page'));
1719
 
1720
  $themes = apply_filters('ucp_themes', $themes);
1721