Version Description
- Tweak - Typos
- Tweak - Remove Install Plugins menu when dismissed
Download this release
Release Info
Developer | seedprod |
Plugin | Coming Soon Page & Maintenance Mode by SeedProd |
Version | 5.0.24 |
Comparing to | |
See all releases |
Code changes from version 5.0.23 to 5.0.24
- README.txt +10 -2
- coming-soon.php +2 -2
- inc/config-settings.php +1 -1
- lib/setup_tgmpa.php +5 -0
README.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: seedprod, smub
|
|
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: 5.
|
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
|
@@ -115,6 +115,10 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
|
|
115 |
4. Design Page
|
116 |
|
117 |
== Changelog ==
|
|
|
|
|
|
|
|
|
118 |
= 5.0.23 =
|
119 |
* Tweak - Typos
|
120 |
|
@@ -220,6 +224,10 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
|
|
220 |
* Initial Commit
|
221 |
|
222 |
== Upgrade Notice ==
|
|
|
|
|
|
|
|
|
223 |
= 5.0.23 =
|
224 |
* Tweak - Typos
|
225 |
|
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: 5.1
|
7 |
+
Stable tag: 5.0.24
|
8 |
Text Domain: coming-soon
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
115 |
4. Design Page
|
116 |
|
117 |
== Changelog ==
|
118 |
+
= 5.0.24 =
|
119 |
+
* Tweak - Typos
|
120 |
+
* Tweak - Remove Install Plugins menu when dismissed
|
121 |
+
|
122 |
= 5.0.23 =
|
123 |
* Tweak - Typos
|
124 |
|
224 |
* Initial Commit
|
225 |
|
226 |
== Upgrade Notice ==
|
227 |
+
= 5.0.24 =
|
228 |
+
* Tweak - Typos
|
229 |
+
* Tweak - Remove Install Plugins menu when dismissed
|
230 |
+
|
231 |
= 5.0.23 =
|
232 |
* Tweak - Typos
|
233 |
|
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
|
@@ -20,7 +20,7 @@ define( 'SEED_CSP4_SHORTNAME', 'seed_csp4' ); // Used to reference namespace fun
|
|
20 |
define( 'SEED_CSP4_SLUG', 'coming-soon/coming-soon.php' ); // Used for settings link.
|
21 |
define( 'SEED_CSP4_TEXTDOMAIN', 'coming-soon' ); // Your textdomain
|
22 |
define( 'SEED_CSP4_PLUGIN_NAME', __( 'Coming Soon Page & Maintenance Mode by SeedProd', 'coming-soon' ) ); // Plugin Name shows up on the admin settings screen.
|
23 |
-
define( 'SEED_CSP4_VERSION', '5.0.
|
24 |
define( 'SEED_CSP4_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seed_csp4/
|
25 |
define( 'SEED_CSP4_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // Example output: http://localhost:8888/wordpress/wp-content/plugins/seed_csp4/
|
26 |
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.24
|
7 |
* Author: SeedProd
|
8 |
* Author URI: http://www.seedprod.com
|
9 |
* Text Domain: coming-soon
|
20 |
define( 'SEED_CSP4_SLUG', 'coming-soon/coming-soon.php' ); // Used for settings link.
|
21 |
define( 'SEED_CSP4_TEXTDOMAIN', 'coming-soon' ); // Your textdomain
|
22 |
define( 'SEED_CSP4_PLUGIN_NAME', __( 'Coming Soon Page & Maintenance Mode by SeedProd', 'coming-soon' ) ); // Plugin Name shows up on the admin settings screen.
|
23 |
+
define( 'SEED_CSP4_VERSION', '5.0.24'); // Plugin Version Number. Recommend you use Semantic Versioning http://semver.org/
|
24 |
define( 'SEED_CSP4_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seed_csp4/
|
25 |
define( 'SEED_CSP4_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // Example output: http://localhost:8888/wordpress/wp-content/plugins/seed_csp4/
|
26 |
define( 'SEED_CSP4_TABLENAME', 'seed_csp4_subscribers' );
|
inc/config-settings.php
CHANGED
@@ -115,7 +115,7 @@ function seed_csp4_get_options(){
|
|
115 |
"type" => "wpeditor",
|
116 |
"id" => "description",
|
117 |
"label" => __( "Message", 'coming-soon' ),
|
118 |
-
"desc" => __( "Need Shortcode Support? <a href='".seed_csp4_admin_upgrade_link( 'settings-content-shortcode' )."' target='blank' rel='noopener noreferrer' class='seed-csp4-cta'>Check out the Pro
|
119 |
"class" => "large-text"
|
120 |
);
|
121 |
|
115 |
"type" => "wpeditor",
|
116 |
"id" => "description",
|
117 |
"label" => __( "Message", 'coming-soon' ),
|
118 |
+
"desc" => __( "Need Shortcode Support? <a href='".seed_csp4_admin_upgrade_link( 'settings-content-shortcode' )."' target='blank' rel='noopener noreferrer' class='seed-csp4-cta'>Check out the Pro Version</a> which supports shortcodes, realtime page builder and adds many more features.", 'coming-soon' ),
|
119 |
"class" => "large-text"
|
120 |
);
|
121 |
|
lib/setup_tgmpa.php
CHANGED
@@ -5,6 +5,11 @@
|
|
5 |
* @since 5.0.20
|
6 |
*/
|
7 |
function coming_soon_init_recommendations() {
|
|
|
|
|
|
|
|
|
|
|
8 |
// Recommend only for new installs.
|
9 |
if ( ! coming_soon_is_new_install() ) {
|
10 |
return;
|
5 |
* @since 5.0.20
|
6 |
*/
|
7 |
function coming_soon_init_recommendations() {
|
8 |
+
$dismmised = get_user_meta( get_current_user_id(), 'tgmpa_dismissed_notice_coming-soon', true);
|
9 |
+
if($dismmised == 1){
|
10 |
+
return;
|
11 |
+
}
|
12 |
+
|
13 |
// Recommend only for new installs.
|
14 |
if ( ! coming_soon_is_new_install() ) {
|
15 |
return;
|