EZP Coming Soon Page - Version 0.6.3

Version Description

  • Fixed bug involving name being a required field (Thanks tomtc)
Download this release

Release Info

Developer bobriley
Plugin Icon 128x128 EZP Coming Soon Page
Version 0.6.3
Comparing to
See all releases

Code changes from version 0.6.2 to 0.6.3

classes/class-ezp-cs-constants.php CHANGED
@@ -32,7 +32,7 @@ if (!class_exists('EZP_CS_Constants')) {
32
  const COMPOUND_OPTION_NAME = 'easy-pie-cs-options';
33
  const MAIN_PAGE_KEY = 'easy-pie-cs-main-page';
34
  const PLUGIN_SLUG = 'easy-pie-coming-soon';
35
- const PLUGIN_VERSION = "0.6.2"; // RSR Version
36
 
37
 
38
 
32
  const COMPOUND_OPTION_NAME = 'easy-pie-cs-options';
33
  const MAIN_PAGE_KEY = 'easy-pie-cs-main-page';
34
  const PLUGIN_SLUG = 'easy-pie-coming-soon';
35
+ const PLUGIN_VERSION = "0.6.3"; // RSR Version
36
 
37
 
38
 
easy-pie-coming-soon.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Coming Soon Page
4
  Plugin URI: http://easypiewp.com/easy-pie-coming-soon-faq/
5
  Description: Let people know that your site is 'coming soon'. Visitors can submit their email addresses for future notification.
6
- Version: 0.6.2
7
  Author: Bob Riley
8
  Author URI: http://www.easypiewp.com
9
  Text Domain: easy-pie-coming-soon
3
  Plugin Name: Coming Soon Page
4
  Plugin URI: http://easypiewp.com/easy-pie-coming-soon-faq/
5
  Description: Let people know that your site is 'coming soon'. Visitors can submit their email addresses for future notification.
6
+ Version: 0.6.3
7
  Author: Bob Riley
8
  Author URI: http://www.easypiewp.com
9
  Text Domain: easy-pie-coming-soon
mini-themes/base-responsive/index.php CHANGED
@@ -198,7 +198,7 @@ echo "
198
  <div id="name-form-group" class="form-group">
199
  <label class="sr-only" for="ezp_cs_name"><?php EZP_CS_Utility::_e("Name"); ?></label>
200
  <!-- Setting: {{name-placeholder}}-->
201
- <input required id="name-input" name="ezp_cs_name" type="text" class="form-control" placeholder="<?php echo $content->name_placeholder_text; ?>"/>
202
  </div>
203
  <div id="email-form-group" class="form-group">
204
  <label class="sr-only" for="ezp_cs_email"><?php EZP_CS_Utility::_e("Email"); ?></label>
198
  <div id="name-form-group" class="form-group">
199
  <label class="sr-only" for="ezp_cs_name"><?php EZP_CS_Utility::_e("Name"); ?></label>
200
  <!-- Setting: {{name-placeholder}}-->
201
+ <input id="name-input" name="ezp_cs_name" type="text" class="form-control" placeholder="<?php echo $content->name_placeholder_text; ?>"/>
202
  </div>
203
  <div id="email-form-group" class="form-group">
204
  <label class="sr-only" for="ezp_cs_email"><?php EZP_CS_Utility::_e("Email"); ?></label>
pages/page-coming-soon-page-elite.php CHANGED
@@ -11,7 +11,7 @@
11
  #screenshot-table tr td { text-align:center; padding:10px; }
12
  /*#screenshot-table img { width:70%; }*/
13
  .stylebox { background-color:white; border:1px solid #ddd;-webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777; padding: 19px; margin-top: 46px;width:80%}
14
- .box-heading { font-size:3.5em; text-align:center; color: rgb(65, 123, 64);}
15
  .cspe-button { width:103px; margin-left:auto; margin-right:auto; display:block; display:block;text-decoration:none!important; text-align:center; padding:20px; font-size:1.6em; background-color:red; border-radius:5px;-webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777;}
16
  .cspe-button, .cspe-button:hover, .cspe-button:active, .cspe-button:visited { color:white!important;}
17
  table.cspe-pricing tr td ul { list-style-type: circle!important;}
@@ -28,10 +28,7 @@
28
  </tr>
29
  </table>
30
  </div>
31
- <a target=_blank" style="margin-top:29px; margin-bottom:45px;" class="cspe-button" href="http://easypiewp.com#easy-pie-cspe-ordering" class="cspe-button"><?php EZP_CS_Utility::_e('Buy Now!'); ?></a>
32
- <hr/>
33
- <p style="margin-top:15px;" class="box-heading">Features</p>
34
- <table class="cspe-pricing" style="margin-bottom:50px">
35
  <tr>
36
  <th>Emails</th>
37
  <th>Social</th>
@@ -64,6 +61,7 @@
64
  <li>Add your own logo</li>
65
  <li>Use built-in backgrounds or your own</li>
66
  <li class="elite">New built-in backgrounds</li>
 
67
  </ul>
68
  </td>
69
  <td>
@@ -80,8 +78,9 @@
80
  </td>
81
  </tr>
82
  </table>
83
- <p class="elite">*Features only available in Elite, not Coming Soon Page standard</p>
84
- <hr/>
85
- <a target="_blank" style="margin-top:45px; margin-bottom:24px;" class="cspe-button" href="http://easypiewp.com#easy-pie-cspe-ordering" class="cspe-button"><?php EZP_CS_Utility::_e('Buy Now!'); ?></a>
 
86
  </div>
87
 
11
  #screenshot-table tr td { text-align:center; padding:10px; }
12
  /*#screenshot-table img { width:70%; }*/
13
  .stylebox { background-color:white; border:1px solid #ddd;-webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777; padding: 19px; margin-top: 46px;width:80%}
14
+ .box-heading { font-size:2.5em; text-align:center;}
15
  .cspe-button { width:103px; margin-left:auto; margin-right:auto; display:block; display:block;text-decoration:none!important; text-align:center; padding:20px; font-size:1.6em; background-color:red; border-radius:5px;-webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777;}
16
  .cspe-button, .cspe-button:hover, .cspe-button:active, .cspe-button:visited { color:white!important;}
17
  table.cspe-pricing tr td ul { list-style-type: circle!important;}
28
  </tr>
29
  </table>
30
  </div>
31
+ <table class="cspe-pricing" style="margin-bottom:50px; margin-top:65px;">
 
 
 
32
  <tr>
33
  <th>Emails</th>
34
  <th>Social</th>
61
  <li>Add your own logo</li>
62
  <li>Use built-in backgrounds or your own</li>
63
  <li class="elite">New built-in backgrounds</li>
64
+ <li class="elite">Google Fonts (soon)</li>
65
  </ul>
66
  </td>
67
  <td>
78
  </td>
79
  </tr>
80
  </table>
81
+
82
+
83
+ <p class="box-heading"><a target="_blank" style="color: rgb(236, 36, 36); margin-top:45px; margin-bottom:24px;" href="http://easypiewp.com">Get Elite Now! *</a></p>
84
+ <p style="margin-top:50px">*Coming Soon Page: Elite is under active development so product may have more features than indicated above.</p>
85
  </div>
86
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://easypiewp.com/donate/
4
  Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, offline, unavailable, under construction, underconstruction, wordpress coming soon, wordpress maintenance mode, wordpress under construction
5
  Requires at least: 3.5
6
  Tested up to: 4.1.1
7
- Stable tag: 0.6.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -79,6 +79,9 @@ For the FAQ on the Coming Soon Page please visit the [Easy Pie Website](http://e
79
 
80
  == Changelog ==
81
 
 
 
 
82
  = 0.6.2 =
83
  * Fixed typo introduced in 0.6.1 causing fatal error on subscriber list screen. (Thanks Paris Le-Tayo for reporting!)
84
 
@@ -117,6 +120,9 @@ For the FAQ on the Coming Soon Page please visit the [Easy Pie Website](http://e
117
 
118
  == Upgrade Notice ==
119
 
 
 
 
120
  = 0.6.2 =
121
  Fixed typo introduced in 0.6.1 causing fatal error on subscriber list screen. (Thanks Paris Le-Tayo for reporting!)
122
 
4
  Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, offline, unavailable, under construction, underconstruction, wordpress coming soon, wordpress maintenance mode, wordpress under construction
5
  Requires at least: 3.5
6
  Tested up to: 4.1.1
7
+ Stable tag: 0.6.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
79
 
80
  == Changelog ==
81
 
82
+ = 0.6.3 =
83
+ * Fixed bug involving name being a required field (Thanks tomtc)
84
+
85
  = 0.6.2 =
86
  * Fixed typo introduced in 0.6.1 causing fatal error on subscriber list screen. (Thanks Paris Le-Tayo for reporting!)
87
 
120
 
121
  == Upgrade Notice ==
122
 
123
+ = 0.6.3 =
124
+ Fixed bug involving name being a required field (Thanks tomtc)
125
+
126
  = 0.6.2 =
127
  Fixed typo introduced in 0.6.1 causing fatal error on subscriber list screen. (Thanks Paris Le-Tayo for reporting!)
128