Coming Soon Page & Maintenance Mode by SeedProd - Version 4.0.2

Version Description

Download this release

Release Info

Developer seedprod
Plugin Icon 128x128 Coming Soon Page & Maintenance Mode by SeedProd
Version 4.0.2
Comparing to
See all releases

Code changes from version 4.0.1 to 4.0.2

Files changed (3) hide show
  1. README.txt +7 -3
  2. coming-soon.php +2 -2
  3. inc/config-settings.php +1 -0
README.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: seedprod, johnnytee
3
  Donate link: http://www.seedprod.com
4
  Tags: wordpress coming soon, wordpress under construction, wordpress maintenance mode, maintenance mode, coming soon, under construction, launch page, launch, maintenance, construction, offline, unavailable, newsletter, coming soon page, landing page
5
  Requires at least: 3.5.1
6
- Tested up to: 3.8.1
7
- Stable tag: 4.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -86,7 +86,7 @@ Create simple Coming Soon and Maintenance Mode pages. Work on your site while vi
86
  1. Download `coming-soon.zip`
87
  2. Extract the `coming-soon` directory to your computer
88
  3. Upload the `coming-soon` directory to the `/wp-content/plugins/` directory
89
- 4. Activate the plugin in the Plugin dashboard
90
 
91
 
92
  == Frequently Asked Questions ==
@@ -104,6 +104,8 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
104
 
105
 
106
  == Changelog ==
 
 
107
 
108
  = 4.0.1 =
109
  * Fixed a bug where website was not showing when logged in
@@ -112,6 +114,8 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
112
  * Initial Commit
113
 
114
  == Upgrade Notice ==
 
 
115
 
116
  = 4.0.1 =
117
  * Fixed a bug where website was not showing when logged in
3
  Donate link: http://www.seedprod.com
4
  Tags: wordpress coming soon, wordpress under construction, wordpress maintenance mode, maintenance mode, coming soon, under construction, launch page, launch, maintenance, construction, offline, unavailable, newsletter, coming soon page, landing page
5
  Requires at least: 3.5.1
6
+ Tested up to: 3.9.0
7
+ Stable tag: 4.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
86
  1. Download `coming-soon.zip`
87
  2. Extract the `coming-soon` directory to your computer
88
  3. Upload the `coming-soon` directory to the `/wp-content/plugins/` directory
89
+ 4. Activate the plugin in the Plugin's dashboard
90
 
91
 
92
  == Frequently Asked Questions ==
104
 
105
 
106
  == Changelog ==
107
+ = 4.0.2=
108
+ * Add link to free backgrounds
109
 
110
  = 4.0.1 =
111
  * Fixed a bug where website was not showing when logged in
114
  * Initial Commit
115
 
116
  == Upgrade Notice ==
117
+ = 4.0.2=
118
+ * Add link to free backgrounds
119
 
120
  = 4.0.1 =
121
  * Fixed a bug where website was not showing when logged in
coming-soon.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Coming Soon
4
  * Plugin URI: http://www.seedprod.com
5
  * Description: Coming Soon, Maintenance Mode pages in minutes
6
- * Version: 4.0.1
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', 'coming-soon' ) ); // Plugin Name shows up on the admin settings screen.
23
- define( 'SEED_CSP4_VERSION', '4.0.1'); // 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' );
3
  * Plugin Name: Coming Soon
4
  * Plugin URI: http://www.seedprod.com
5
  * Description: Coming Soon, Maintenance Mode pages in minutes
6
+ * Version: 4.0.2
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', 'coming-soon' ) ); // Plugin Name shows up on the admin settings screen.
23
+ define( 'SEED_CSP4_VERSION', '4.0.2'); // 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
@@ -184,6 +184,7 @@ function seed_csp4_get_options(){
184
  $seed_csp4_options[ ] = array(
185
  "type" => "upload",
186
  "id" => "bg_image",
 
187
  "label" => __( "Background Image", 'coming-soon' ),
188
  );
189
 
184
  $seed_csp4_options[ ] = array(
185
  "type" => "upload",
186
  "id" => "bg_image",
187
+ "desc" => "<a href='http://demo.seedprod.com/coming-soon-pro/?utm_source=coming-soon-plugin&utm_medium=link&utm_campaign=Free%20Backgrounds' target='_blank'>Looking for FREE backgrounds?</a>",
188
  "label" => __( "Background Image", 'coming-soon' ),
189
  );
190