Version Description
- Changed credit image
Download this release
Release Info
Developer | seedprod |
Plugin | Coming Soon Page & Maintenance Mode by SeedProd |
Version | 5.0.17 |
Comparing to | |
See all releases |
Code changes from version 5.0.16 to 5.0.17
- README.txt +8 -2
- coming-soon.php +2 -2
- themes/default/functions.php +1 -14
README.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: seedprod
|
|
3 |
Donate link: http://www.seedprod.com
|
4 |
Tags: maintenance mode, coming soon page, coming soon, under construction, launch page, launch, maintenance, construction, offline, unavailable, under construction page, landing page
|
5 |
Requires at least: 3.5.1
|
6 |
-
Tested up to: 4.9.
|
7 |
-
Stable tag: 5.0.
|
8 |
Text Domain: coming-soon
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -116,6 +116,9 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
|
|
116 |
4. Design Page
|
117 |
|
118 |
== Changelog ==
|
|
|
|
|
|
|
119 |
= 5.0.16 =
|
120 |
* Removed php warning notice of depreciated function
|
121 |
|
@@ -200,6 +203,9 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
|
|
200 |
* Initial Commit
|
201 |
|
202 |
== Upgrade Notice ==
|
|
|
|
|
|
|
203 |
= 5.0.16 =
|
204 |
* Removed php warning notice of depreciated function
|
205 |
|
3 |
Donate link: http://www.seedprod.com
|
4 |
Tags: maintenance mode, coming soon page, coming soon, under construction, launch page, launch, maintenance, construction, offline, unavailable, under construction page, landing page
|
5 |
Requires at least: 3.5.1
|
6 |
+
Tested up to: 4.9.1
|
7 |
+
Stable tag: 5.0.17
|
8 |
Text Domain: coming-soon
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
116 |
4. Design Page
|
117 |
|
118 |
== Changelog ==
|
119 |
+
= 5.0.17 =
|
120 |
+
* Changed credit image
|
121 |
+
|
122 |
= 5.0.16 =
|
123 |
* Removed php warning notice of depreciated function
|
124 |
|
203 |
* Initial Commit
|
204 |
|
205 |
== Upgrade Notice ==
|
206 |
+
= 5.0.17 =
|
207 |
+
* Changed credit image
|
208 |
+
|
209 |
= 5.0.16 =
|
210 |
* Removed php warning notice of depreciated function
|
211 |
|
coming-soon.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Coming Soon Page & Maintenance Mode by SeedProd
|
4 |
* Plugin URI: http://www.seedprod.com
|
5 |
* Description: The #1 Coming Soon Page, Under Construction & Maintenance Mode plugin for WordPress.
|
6 |
-
* Version: 5.0.
|
7 |
* Author: SeedProd
|
8 |
* Author URI: http://www.seedprod.com
|
9 |
* Text Domain: coming-soon
|
@@ -21,7 +21,7 @@ define( 'SEED_CSP4_SHORTNAME', 'seed_csp4' ); // Used to reference namespace fun
|
|
21 |
define( 'SEED_CSP4_SLUG', 'coming-soon/coming-soon.php' ); // Used for settings link.
|
22 |
define( 'SEED_CSP4_TEXTDOMAIN', 'coming-soon' ); // Your textdomain
|
23 |
define( 'SEED_CSP4_PLUGIN_NAME', __( 'Coming Soon Page & Maintenance Mode by SeedProd', 'coming-soon' ) ); // Plugin Name shows up on the admin settings screen.
|
24 |
-
define( 'SEED_CSP4_VERSION', '5.0.
|
25 |
define( 'SEED_CSP4_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seed_csp4/
|
26 |
define( 'SEED_CSP4_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // Example output: http://localhost:8888/wordpress/wp-content/plugins/seed_csp4/
|
27 |
define( 'SEED_CSP4_TABLENAME', 'seed_csp4_subscribers' );
|
3 |
* Plugin Name: Coming Soon Page & Maintenance Mode by SeedProd
|
4 |
* Plugin URI: http://www.seedprod.com
|
5 |
* Description: The #1 Coming Soon Page, Under Construction & Maintenance Mode plugin for WordPress.
|
6 |
+
* Version: 5.0.17
|
7 |
* Author: SeedProd
|
8 |
* Author URI: http://www.seedprod.com
|
9 |
* Text Domain: coming-soon
|
21 |
define( 'SEED_CSP4_SLUG', 'coming-soon/coming-soon.php' ); // Used for settings link.
|
22 |
define( 'SEED_CSP4_TEXTDOMAIN', 'coming-soon' ); // Your textdomain
|
23 |
define( 'SEED_CSP4_PLUGIN_NAME', __( 'Coming Soon Page & Maintenance Mode by SeedProd', 'coming-soon' ) ); // Plugin Name shows up on the admin settings screen.
|
24 |
+
define( 'SEED_CSP4_VERSION', '5.0.17'); // Plugin Version Number. Recommend you use Semantic Versioning http://semver.org/
|
25 |
define( 'SEED_CSP4_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seed_csp4/
|
26 |
define( 'SEED_CSP4_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // Example output: http://localhost:8888/wordpress/wp-content/plugins/seed_csp4/
|
27 |
define( 'SEED_CSP4_TABLENAME', 'seed_csp4_subscribers' );
|
themes/default/functions.php
CHANGED
@@ -307,20 +307,7 @@ function seed_csp4_credit() {
|
|
307 |
|
308 |
if ( !empty( $footer_credit ) ) {
|
309 |
$output = '<div id="seed-csp4-credit">';
|
310 |
-
|
311 |
-
$output .= '<a style="font-size:11px;color:#f5f5f5" target="_blank" href="https://www.seedprod.com/">Maintenance Mode</a> <span style="font-size:11px;color:#f5f5f5">by</span><img style="vertical-align:top;padding-top:1px" src="'.plugins_url('coming-soon',dirname('.')).'/themes/default/images/seedprod-credit-new.png">';
|
312 |
-
}else{
|
313 |
-
$domain = wp_parse_url(home_url());
|
314 |
-
$domain = $domain['host'];
|
315 |
-
if($domain[0] > 'i' && $domain[0] <= 'p'){
|
316 |
-
$output .= '<a style="font-size:11px;color:#f5f5f5" target="_blank" href="https://www.seedprod.com/">Coming Soon Page</a> <span style="font-size:11px;color:#f5f5f5">by</span><img style="vertical-align:top;padding-top:1px" src="'.plugins_url('coming-soon',dirname('.')).'/themes/default/images/seedprod-credit-new.png">';
|
317 |
-
}elseif($domain[0] > 'p'){
|
318 |
-
$output .= '<a style="font-size:11px;color:#f5f5f5" target="_blank" href="https://www.seedprod.com/">Under Construction Page</a> <span style="font-size:11px;color:#f5f5f5">by</span><img style="vertical-align:top;padding-top:1px" src="'.plugins_url('coming-soon',dirname('.')).'/themes/default/images/seedprod-credit-new.png">';
|
319 |
-
}else{
|
320 |
-
$output .= '<a style="font-size:11px;color:#f5f5f5" target="_blank" href="https://www.seedprod.com/">Coming Soon Page</a> <span style="font-size:11px;color:#f5f5f5">by</span><img style="vertical-align:top;padding-top:1px" src="'.plugins_url('coming-soon',dirname('.')).'/themes/default/images/seedprod-credit-new.png">';
|
321 |
-
}
|
322 |
-
}
|
323 |
-
|
324 |
$output .= '</div>';
|
325 |
}
|
326 |
|
307 |
|
308 |
if ( !empty( $footer_credit ) ) {
|
309 |
$output = '<div id="seed-csp4-credit">';
|
310 |
+
$output .= '<a target="_blank" href="http://www.seedprod.com/?utm_source=coming-soon-credit-link&utm_medium=banner&utm_campaign=coming-soon-plugin-credit-link"><img src="'.plugins_url('coming-soon',dirname('.')).'/themes/default/images/seedprod-credit.png"></a>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
311 |
$output .= '</div>';
|
312 |
}
|
313 |
|