Version Description
Download this release
Release Info
Developer | WebFactory |
Plugin | WP Maintenance Mode / Coming Soon Page Builder |
Version | 3.91 |
Comparing to | |
See all releases |
Code changes from version 3.9 to 3.91
- css/admin-settings.css +4 -0
- includes/functions.php +1 -1
- includes/pro-themes.php +5 -3
- readme.txt +7 -4
- views/admin-settings/premiumui.php +1 -1
- wp-wpmmp.php +1 -2
css/admin-settings.css
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
.postbox {
|
2 |
min-width: 200px;
|
3 |
background: white;
|
1 |
+
div.wrap {
|
2 |
+
width: 85%;
|
3 |
+
margin: 2% auto;
|
4 |
+
}
|
5 |
.postbox {
|
6 |
min-width: 200px;
|
7 |
background: white;
|
includes/functions.php
CHANGED
@@ -18,7 +18,7 @@ function wpmmp_get_plugin_version() {
|
|
18 |
} // get_plugin_version
|
19 |
|
20 |
function wpmmp_generate_web_link($placement = '', $page = '/', $params = array(), $anchor = '') {
|
21 |
-
$base_url = 'https://comingsoonwp.com
|
22 |
|
23 |
if ('/' != $page) {
|
24 |
$page = '/' . trim($page, '/') . '/';
|
18 |
} // get_plugin_version
|
19 |
|
20 |
function wpmmp_generate_web_link($placement = '', $page = '/', $params = array(), $anchor = '') {
|
21 |
+
$base_url = 'https://comingsoonwp.com';
|
22 |
|
23 |
if ('/' != $page) {
|
24 |
$page = '/' . trim($page, '/') . '/';
|
includes/pro-themes.php
CHANGED
@@ -1093,6 +1093,8 @@ function wpmmp_pro_themes() {
|
|
1093 |
),
|
1094 |
);
|
1095 |
|
|
|
|
|
1096 |
$path = WPMMP_PLUGIN_URL . '/images/pro-themes/';
|
1097 |
|
1098 |
echo '<p>Pro version of the plugin comes with <b>100+ themes</b> coupled with over a <b>million premium images</b>, secret access links so your friends & <b>clients can preview the site</b>, content animations, <b>best-in-class SEO analyzer</b> so you rank from day one, numerous integrations with emailing systems and much more. <a href="' . wpmmp_generate_web_link('view-pro-features', '/', array('coupon' => 'welcome')) . '" target="_blank">View all pro features.</a></p>';
|
@@ -1106,11 +1108,11 @@ function wpmmp_pro_themes() {
|
|
1106 |
echo '<a href="' . wpmmp_generate_web_link('preview-theme-thumb-' . $theme['name_clean'], 'theme-preview', array('theme' => $theme['name_clean'])) . '" target="_blank"><img src="' . $path . $theme['name_clean'] . '.jpg" alt="Preview ' . $theme['name'] . '" title="Preview ' . $theme['name'] . '"></a>';
|
1107 |
echo '<span class="name">' . $theme['name'] . ' <small>(' . $theme['status'] . ' theme)</small></span>';
|
1108 |
echo '<span name="actions">';
|
1109 |
-
echo '<a href="' . wpmmp_generate_web_link('get-theme-' . $theme['name_clean'], '/', array('coupon' => 'welcome')) . '" class="button button-primary" target="_blank">';
|
1110 |
if ($theme['status'] == 'pro') {
|
1111 |
-
echo 'Get this theme
|
1112 |
} else {
|
1113 |
-
echo 'Get this theme
|
1114 |
}
|
1115 |
echo '</a> ';
|
1116 |
echo '<a target="_blank" class="button button-secondary" href="' . wpmmp_generate_web_link('preview-theme-' . $theme['name_clean'], 'theme-preview', array('theme' => $theme['name_clean'])) . '">Preview</a>';
|
1093 |
),
|
1094 |
);
|
1095 |
|
1096 |
+
$themes = array_reverse($themes);
|
1097 |
+
|
1098 |
$path = WPMMP_PLUGIN_URL . '/images/pro-themes/';
|
1099 |
|
1100 |
echo '<p>Pro version of the plugin comes with <b>100+ themes</b> coupled with over a <b>million premium images</b>, secret access links so your friends & <b>clients can preview the site</b>, content animations, <b>best-in-class SEO analyzer</b> so you rank from day one, numerous integrations with emailing systems and much more. <a href="' . wpmmp_generate_web_link('view-pro-features', '/', array('coupon' => 'welcome')) . '" target="_blank">View all pro features.</a></p>';
|
1108 |
echo '<a href="' . wpmmp_generate_web_link('preview-theme-thumb-' . $theme['name_clean'], 'theme-preview', array('theme' => $theme['name_clean'])) . '" target="_blank"><img src="' . $path . $theme['name_clean'] . '.jpg" alt="Preview ' . $theme['name'] . '" title="Preview ' . $theme['name'] . '"></a>';
|
1109 |
echo '<span class="name">' . $theme['name'] . ' <small>(' . $theme['status'] . ' theme)</small></span>';
|
1110 |
echo '<span name="actions">';
|
1111 |
+
echo '<a href="' . wpmmp_generate_web_link('get-theme-' . $theme['name_clean'], '/', array('coupon' => 'welcome'), '#pricing') . '" class="button button-primary" target="_blank">';
|
1112 |
if ($theme['status'] == 'pro') {
|
1113 |
+
echo 'Get this theme for only $6.99 <small>/m</small>';
|
1114 |
} else {
|
1115 |
+
echo 'Get this theme for only $15.99 <small>/m</small>';
|
1116 |
}
|
1117 |
echo '</a> ';
|
1118 |
echo '<a target="_blank" class="button button-secondary" href="' . wpmmp_generate_web_link('preview-theme-' . $theme['name_clean'], 'theme-preview', array('theme' => $theme['name_clean'])) . '">Preview</a>';
|
readme.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
=== Rocket Maintenance Mode & Coming Soon Page ===
|
2 |
-
Contributors: WebFactory, UnderConstructionPage
|
3 |
-
Tags: maintenance mode, coming soon, coming soon page, maintenance mode page,
|
4 |
Requires at least: 3.1
|
5 |
Requires PHP: 5.0
|
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 |
|
11 |
-
|
12 |
|
13 |
|
14 |
== Description ==
|
@@ -107,6 +107,9 @@ The subscribe form can be used to collect email addresses of visitors and at the
|
|
107 |
|
108 |
== Changelog ==
|
109 |
|
|
|
|
|
|
|
110 |
= v3.9 - 2019/05/24 =
|
111 |
* WebFactory took over development
|
112 |
* 20k installs, 306,953 downloads
|
1 |
=== Rocket Maintenance Mode & Coming Soon Page ===
|
2 |
+
Contributors: WebFactory, UnderConstructionPage, wpreset, googlemapswidget
|
3 |
+
Tags: maintenance mode, coming soon, coming soon page, maintenance mode page, maintenance, under construction, under construction page
|
4 |
Requires at least: 3.1
|
5 |
Requires PHP: 5.0
|
6 |
Tested up to: 5.2
|
7 |
+
Stable tag: 3.91
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Create great looking Maintenance Mode Page or Coming Soon Page that sets up in minutes.
|
12 |
|
13 |
|
14 |
== Description ==
|
107 |
|
108 |
== Changelog ==
|
109 |
|
110 |
+
= v3.91 - 2019/07/15 =
|
111 |
+
* minor fixes
|
112 |
+
|
113 |
= v3.9 - 2019/05/24 =
|
114 |
* WebFactory took over development
|
115 |
* 20k installs, 306,953 downloads
|
views/admin-settings/premiumui.php
CHANGED
@@ -685,7 +685,7 @@ if (@$_GET['settings-updated'] == true) {
|
|
685 |
<form id="reset" method="post" action="">
|
686 |
<p class="submit">
|
687 |
<input name="reset" class="button button-secondary" type="submit" value="Reset to default settings">
|
688 |
-
<a href="" target="_blank" class="button-secondary button">Like the plugin?
|
689 |
<input type="hidden" value="reset" />
|
690 |
</p>
|
691 |
</form>
|
685 |
<form id="reset" method="post" action="">
|
686 |
<p class="submit">
|
687 |
<input name="reset" class="button button-secondary" type="submit" value="Reset to default settings">
|
688 |
+
<a href="https://wordpress.org/support/plugin/rocket-maintenance-mode/reviews/#new-post" target="_blank" class="button-secondary button">Like the plugin? Rate it ★★★★★</a>
|
689 |
<input type="hidden" value="reset" />
|
690 |
</p>
|
691 |
</form>
|
wp-wpmmp.php
CHANGED
@@ -5,8 +5,7 @@ Plugin URI: https://wordpress.org/plugins/rocket-maintenance-mode/
|
|
5 |
Description: Add a responsive maintenance mode or coming soon page to your site that lets visitors know your site is down or under construction.
|
6 |
Author: WebFactory Ltd
|
7 |
Author URI: https://www.webfactoryltd.com/
|
8 |
-
Version: 3.
|
9 |
-
Text Domain: under-construction-page
|
10 |
|
11 |
Copyright 2015 - 2019 WebFactory Ltd (email: support@webfactoryltd.com)
|
12 |
|
5 |
Description: Add a responsive maintenance mode or coming soon page to your site that lets visitors know your site is down or under construction.
|
6 |
Author: WebFactory Ltd
|
7 |
Author URI: https://www.webfactoryltd.com/
|
8 |
+
Version: 3.91
|
|
|
9 |
|
10 |
Copyright 2015 - 2019 WebFactory Ltd (email: support@webfactoryltd.com)
|
11 |
|