Version Description
- 2019/05/21
- bug fixes
- lower monthly prices
Download this release
Release Info
| Developer | WebFactory |
| Plugin | |
| Version | 3.45 |
| Comparing to | |
| See all releases | |
Code changes from version 3.40 to 3.45
- css/ucp-admin.css +0 -8
- readme.txt +6 -2
- under-construction.php +22 -22
css/ucp-admin.css
CHANGED
|
@@ -972,14 +972,6 @@ option.weglot-promo {
|
|
| 972 |
}
|
| 973 |
/* upsell dialog */
|
| 974 |
|
| 975 |
-
.nordvpn {
|
| 976 |
-
font-variant: normal;
|
| 977 |
-
font-size: 14px;
|
| 978 |
-
font-weight: 400;
|
| 979 |
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
| 980 |
-
font-style: italic;
|
| 981 |
-
}
|
| 982 |
-
|
| 983 |
#ucp_security_ninja .button-primary {
|
| 984 |
text-decoration: none;
|
| 985 |
border-radius: 0px !important;
|
| 972 |
}
|
| 973 |
/* upsell dialog */
|
| 974 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 975 |
#ucp_security_ninja .button-primary {
|
| 976 |
text-decoration: none;
|
| 977 |
border-radius: 0px !important;
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Tags: maintenance mode, maintenance page, coming soon page, landing page, under
|
|
| 4 |
Requires at least: 4.0
|
| 5 |
Requires PHP: 5.2
|
| 6 |
Tested up to: 5.2
|
| 7 |
-
Stable tag: 3.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -25,7 +25,6 @@ UCP has full support for collecting leads and subscribers via optin boxes in con
|
|
| 25 |
|
| 26 |
Thanks to our partnership with <a href="https://wordpress.org/plugins/weglot/">Weglot</a>, UCP is fully multilanguage ready and you can instantly translate your under construction page to 100+ languages with one click.
|
| 27 |
|
| 28 |
-
Under Construction Page is proudly sponsored by <a href="https://nordvpn.com/">NordVPN</a>. The days of "hoping for the best" while surfing are long gone. NordVPN gives you peace of mind every time you use the public Wi-Fi, access personal and work accounts on the road, or want to keep your browsing history to yourself.
|
| 29 |
|
| 30 |
**Options**
|
| 31 |
|
|
@@ -138,6 +137,11 @@ Or if needed, upload manually;
|
|
| 138 |
|
| 139 |
== Changelog ==
|
| 140 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 141 |
= 3.40 =
|
| 142 |
* 2019/04/17
|
| 143 |
* bug fixes
|
| 4 |
Requires at least: 4.0
|
| 5 |
Requires PHP: 5.2
|
| 6 |
Tested up to: 5.2
|
| 7 |
+
Stable tag: 3.45
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 25 |
|
| 26 |
Thanks to our partnership with <a href="https://wordpress.org/plugins/weglot/">Weglot</a>, UCP is fully multilanguage ready and you can instantly translate your under construction page to 100+ languages with one click.
|
| 27 |
|
|
|
|
| 28 |
|
| 29 |
**Options**
|
| 30 |
|
| 137 |
|
| 138 |
== Changelog ==
|
| 139 |
|
| 140 |
+
= 3.45 =
|
| 141 |
+
* 2019/05/21
|
| 142 |
+
* bug fixes
|
| 143 |
+
* lower monthly prices
|
| 144 |
+
|
| 145 |
= 3.40 =
|
| 146 |
* 2019/04/17
|
| 147 |
* bug fixes
|
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.
|
| 8 |
Author URI: https://www.webfactoryltd.com/
|
| 9 |
Text Domain: under-construction-page
|
| 10 |
Domain Path: lang
|
|
@@ -2176,7 +2176,7 @@ class UCP {
|
|
| 2176 |
}
|
| 2177 |
|
| 2178 |
echo '<div class="wrap">
|
| 2179 |
-
<h1 class="ucp-logo"><a href="' . admin_url('options-general.php?page=ucp') . '"><img src="' . UCP_PLUGIN_URL . 'images/ucp_logo.png" class="rotate" alt="UnderConstructionPage" title="UnderConstructionPage"><img src="' . UCP_PLUGIN_URL . 'images/ucp_logo_2.png" class="ucp-logo-text" alt="UnderConstructionPage" title="UnderConstructionPage"></a
|
| 2180 |
|
| 2181 |
echo '<form action="options.php" method="post" id="ucp_form">';
|
| 2182 |
settings_fields(UCP_OPTIONS_KEY);
|
|
@@ -2249,20 +2249,20 @@ class UCP {
|
|
| 2249 |
|
| 2250 |
$promo = self::is_promo_active();
|
| 2251 |
if ($promo == 'welcome') {
|
| 2252 |
-
$header = 'A <b>welcoming discount</b> has been applied to
|
| 2253 |
$products['agency'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'agency-lifetime-welcome', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW <u>$51 OFF</u><br><del>$250</del> $199<br><small>Discount ends in <b class="ucp-countdown">59min 30sec</b></small>');
|
| 2254 |
$products['pro-lifetime'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'pro-lifetime-welcome', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW <u>20% OFF</u><br><del>$69</del> $55<br><small>Discount ends in <b class="ucp-countdown">59min 30sec</b></small>');
|
| 2255 |
-
$products['pro-yearly'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'pro-
|
| 2256 |
} elseif ($promo == 'olduser') {
|
| 2257 |
-
$header = 'A special <b>discount for long-term users</b> has been applied to
|
| 2258 |
$products['agency'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'agency-lifetime-olduser', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW <u>$51 OFF</u><br><del>$250</del> $199');
|
| 2259 |
$products['pro-lifetime'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'pro-lifetime-olduser', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW <u>20% OFF</u><br><del>$69</del> $55');
|
| 2260 |
-
$products['pro-yearly'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'pro-
|
| 2261 |
} else {
|
| 2262 |
$header = '';
|
| 2263 |
$products['agency'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'agency-lifetime', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW<br>$250');
|
| 2264 |
$products['pro-lifetime'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'pro-lifetime', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW<br>$69');
|
| 2265 |
-
$products['pro-yearly'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'pro-
|
| 2266 |
}
|
| 2267 |
|
| 2268 |
// upsell dialog
|
|
@@ -2280,12 +2280,12 @@ class UCP {
|
|
| 2280 |
echo '</div>';
|
| 2281 |
|
| 2282 |
echo '<div class="gmw-pro-feature">';
|
| 2283 |
-
echo '<span>
|
| 2284 |
echo '<p>There\'s nothing worse than googling for hours just to find that the perfect image you need is either copyrighted or too small. Enjoy a vast library of 4K+ sized images - categorized & copyright free!</p>';
|
| 2285 |
echo '</div>';
|
| 2286 |
|
| 2287 |
echo '<div class="gmw-pro-feature">';
|
| 2288 |
-
echo '<span>
|
| 2289 |
echo '<p>Building your own page from scratch is fun, but often you don\'t have time to do it! Use one of our purpose-built templates, change a few lines of text and you\'re ready to rock!</p>';
|
| 2290 |
echo '</div>';
|
| 2291 |
|
|
@@ -2321,13 +2321,13 @@ class UCP {
|
|
| 2321 |
<h3>Lifetime<br>PRO License</h3>
|
| 2322 |
</td>
|
| 2323 |
<td>
|
| 2324 |
-
<h3>
|
| 2325 |
</td>
|
| 2326 |
</tr>
|
| 2327 |
<tr>
|
| 2328 |
<td>One Time Payment</td>
|
| 2329 |
<td><span class="dashicons dashicons-yes"></span> One Time Payment</td>
|
| 2330 |
-
<td>Yearly Payment</td>
|
| 2331 |
</tr>
|
| 2332 |
<tr>
|
| 2333 |
<td>Unlimited Client & Personal Sites</td>
|
|
@@ -2337,24 +2337,24 @@ class UCP {
|
|
| 2337 |
<tr>
|
| 2338 |
<td>Lifetime Priority Support & Updates</td>
|
| 2339 |
<td><span class="dashicons dashicons-yes"></span> Lifetime Support & Updates</td>
|
| 2340 |
-
<td>1 Year of Support & Updates</td>
|
| 2341 |
</tr>
|
| 2342 |
<tr style="display: none;">
|
| 2343 |
-
<td>
|
| 2344 |
-
<td><span class="dashicons dashicons-yes"></span>
|
| 2345 |
-
<td>
|
| 2346 |
</tr>
|
| 2347 |
<tr>
|
| 2348 |
-
<td>
|
| 2349 |
-
<td><span class="dashicons dashicons-yes"></span>
|
| 2350 |
-
<td>
|
| 2351 |
</tr>
|
| 2352 |
<tr>
|
| 2353 |
-
<td>
|
| 2354 |
-
<td><span class="dashicons dashicons-
|
| 2355 |
-
<td
|
| 2356 |
</tr>
|
| 2357 |
-
<tr
|
| 2358 |
<td>Zapier Integration + Extra Modules</td>
|
| 2359 |
<td><span class="dashicons dashicons-no"></td>
|
| 2360 |
<td><span class="dashicons dashicons-no"></td>
|
| 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.45
|
| 8 |
Author URI: https://www.webfactoryltd.com/
|
| 9 |
Text Domain: under-construction-page
|
| 10 |
Domain Path: lang
|
| 2176 |
}
|
| 2177 |
|
| 2178 |
echo '<div class="wrap">
|
| 2179 |
+
<h1 class="ucp-logo"><a href="' . admin_url('options-general.php?page=ucp') . '"><img src="' . UCP_PLUGIN_URL . 'images/ucp_logo.png" class="rotate" alt="UnderConstructionPage" title="UnderConstructionPage"><img src="' . UCP_PLUGIN_URL . 'images/ucp_logo_2.png" class="ucp-logo-text" alt="UnderConstructionPage" title="UnderConstructionPage"></a></h1>';
|
| 2180 |
|
| 2181 |
echo '<form action="options.php" method="post" id="ucp_form">';
|
| 2182 |
settings_fields(UCP_OPTIONS_KEY);
|
| 2249 |
|
| 2250 |
$promo = self::is_promo_active();
|
| 2251 |
if ($promo == 'welcome') {
|
| 2252 |
+
$header = 'A <b>welcoming discount</b> has been applied to selected packages! It\'s <b>time limited</b> and available for only another <b class="ucp-countdown">59min 30sec</b>.';
|
| 2253 |
$products['agency'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'agency-lifetime-welcome', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW <u>$51 OFF</u><br><del>$250</del> $199<br><small>Discount ends in <b class="ucp-countdown">59min 30sec</b></small>');
|
| 2254 |
$products['pro-lifetime'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'pro-lifetime-welcome', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW <u>20% OFF</u><br><del>$69</del> $55<br><small>Discount ends in <b class="ucp-countdown">59min 30sec</b></small>');
|
| 2255 |
+
$products['pro-yearly'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'pro-monthly', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW<br>$8.99<small>/month</small>');
|
| 2256 |
} elseif ($promo == 'olduser') {
|
| 2257 |
+
$header = 'A special <b>discount for long-term users</b> has been applied to selected packages!';
|
| 2258 |
$products['agency'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'agency-lifetime-olduser', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW <u>$51 OFF</u><br><del>$250</del> $199');
|
| 2259 |
$products['pro-lifetime'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'pro-lifetime-olduser', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW <u>20% OFF</u><br><del>$69</del> $55');
|
| 2260 |
+
$products['pro-yearly'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'pro-monthly', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW<br>$8.99<small>/month</small>');
|
| 2261 |
} else {
|
| 2262 |
$header = '';
|
| 2263 |
$products['agency'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'agency-lifetime', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW<br>$250');
|
| 2264 |
$products['pro-lifetime'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'pro-lifetime', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW<br>$69');
|
| 2265 |
+
$products['pro-yearly'] = array('link' => self::generate_web_link('pricing-table', 'buy/', array('p' => 'pro-monthly', 'r' => 'UCP v' . self::$version)), 'price' => 'BUY NOW<br>$8.99<small>/month</small>');
|
| 2266 |
}
|
| 2267 |
|
| 2268 |
// upsell dialog
|
| 2280 |
echo '</div>';
|
| 2281 |
|
| 2282 |
echo '<div class="gmw-pro-feature">';
|
| 2283 |
+
echo '<span>1 Million+ Stunning Searchable Images</span>';
|
| 2284 |
echo '<p>There\'s nothing worse than googling for hours just to find that the perfect image you need is either copyrighted or too small. Enjoy a vast library of 4K+ sized images - categorized & copyright free!</p>';
|
| 2285 |
echo '</div>';
|
| 2286 |
|
| 2287 |
echo '<div class="gmw-pro-feature">';
|
| 2288 |
+
echo '<span>160+ Templates</span>';
|
| 2289 |
echo '<p>Building your own page from scratch is fun, but often you don\'t have time to do it! Use one of our purpose-built templates, change a few lines of text and you\'re ready to rock!</p>';
|
| 2290 |
echo '</div>';
|
| 2291 |
|
| 2321 |
<h3>Lifetime<br>PRO License</h3>
|
| 2322 |
</td>
|
| 2323 |
<td>
|
| 2324 |
+
<h3>Personal<br>PRO License</h3>
|
| 2325 |
</td>
|
| 2326 |
</tr>
|
| 2327 |
<tr>
|
| 2328 |
<td>One Time Payment</td>
|
| 2329 |
<td><span class="dashicons dashicons-yes"></span> One Time Payment</td>
|
| 2330 |
+
<td>Monthly/Yearly Payment</td>
|
| 2331 |
</tr>
|
| 2332 |
<tr>
|
| 2333 |
<td>Unlimited Client & Personal Sites</td>
|
| 2337 |
<tr>
|
| 2338 |
<td>Lifetime Priority Support & Updates</td>
|
| 2339 |
<td><span class="dashicons dashicons-yes"></span> Lifetime Support & Updates</td>
|
| 2340 |
+
<td>1 Month/Year of Support & Updates</td>
|
| 2341 |
</tr>
|
| 2342 |
<tr style="display: none;">
|
| 2343 |
+
<td>1 Million+ Hi-Res Images</td>
|
| 2344 |
+
<td><span class="dashicons dashicons-yes"></span> 1 Million+ Hi-Res Images</td>
|
| 2345 |
+
<td>1 Million+ Hi-Res Images</td>
|
| 2346 |
</tr>
|
| 2347 |
<tr>
|
| 2348 |
+
<td>Drag&Drop Builder</td>
|
| 2349 |
+
<td><span class="dashicons dashicons-yes"></span>Drag&Drop Builder</td>
|
| 2350 |
+
<td>Drag&Drop Builder</td>
|
| 2351 |
</tr>
|
| 2352 |
<tr>
|
| 2353 |
+
<td>160+ Templates</td>
|
| 2354 |
+
<td><span class="dashicons dashicons-yes"></span>100+ Templates</td>
|
| 2355 |
+
<td>100+ Templates</td>
|
| 2356 |
</tr>
|
| 2357 |
+
<tr>
|
| 2358 |
<td>Zapier Integration + Extra Modules</td>
|
| 2359 |
<td><span class="dashicons dashicons-no"></td>
|
| 2360 |
<td><span class="dashicons dashicons-no"></td>
|
