EZP Coming Soon Page - Version 0.6.1

Version Description

  • Fixed small formatting problem
Download this release

Release Info

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

Code changes from version 0.6.0 to 0.6.1

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.0"; // 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.1"; // 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.0
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.1
7
  Author: Bob Riley
8
  Author URI: http://www.easypiewp.com
9
  Text Domain: easy-pie-coming-soon
pages/page-coming-soon-page-elite.php CHANGED
@@ -2,18 +2,20 @@
2
  <style>
3
  #post-1470 { background-color: rgb(238, 238, 238);}
4
  h1.entry-title { display:none; }
5
- table.cspe-pricing td { vertical-align:top; height: 20px;padding: 5px; width: 220px; }
6
  table.cspe-pricing th { text-align:left; font-size: 2em; font-weight:bold; height: 20px;padding: 5px; width: 200px; }
7
  table.cspe-pricing { margin-left:auto; margin-right: auto; }
8
  .elite { color:rgb(71, 166, 70); font-style:italic}
9
  li.elite { font-weight:bold; }
10
- #screenshot-table { margin-bottom:20px;}
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:900px}
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
  </style>
18
  <div class="stylebox" >
19
  <p style="font-size:1.5em;text-align:center;margin-bottom:10px">The Best Coming Soon Plugin on WordPress.org has been transformed.</p>
@@ -73,7 +75,7 @@
73
  <li>Preview from Admin panel</li>
74
  <li>Choose 503 or 200 HTTP status</li>
75
  <li>Selectively allow viewing certain URLs</li>
76
- <li class="elite">Give people site access via different keyed URLs. Allows cutting off one group while allowing another continued access.</li>
77
  </ul>
78
  </td>
79
  </tr>
2
  <style>
3
  #post-1470 { background-color: rgb(238, 238, 238);}
4
  h1.entry-title { display:none; }
5
+ table.cspe-pricing td { vertical-align:top; height: 20px;padding-left: 23px; width: 220px; }
6
  table.cspe-pricing th { text-align:left; font-size: 2em; font-weight:bold; height: 20px;padding: 5px; width: 200px; }
7
  table.cspe-pricing { margin-left:auto; margin-right: auto; }
8
  .elite { color:rgb(71, 166, 70); font-style:italic}
9
  li.elite { font-weight:bold; }
10
+ #screenshot-table { margin-bottom:20px; margin-left:auto; margin-right:auto}
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;}
18
+ table.cspe-pricing tr td ul li { line-height: 2em!important;}
19
  </style>
20
  <div class="stylebox" >
21
  <p style="font-size:1.5em;text-align:center;margin-bottom:10px">The Best Coming Soon Plugin on WordPress.org has been transformed.</p>
75
  <li>Preview from Admin panel</li>
76
  <li>Choose 503 or 200 HTTP status</li>
77
  <li>Selectively allow viewing certain URLs</li>
78
+ <li class="elite">Give people site access via special URLs. Allows cutting off one group while another still has access.</li>
79
  </ul>
80
  </td>
81
  </tr>
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.0
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.0 =
83
  * Small tweaks
84
 
@@ -111,6 +114,9 @@ For the FAQ on the Coming Soon Page please visit the [Easy Pie Website](http://e
111
 
112
  == Upgrade Notice ==
113
 
 
 
 
114
  = 0.6.0 =
115
  Small tweaks
116
 
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.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
79
 
80
  == Changelog ==
81
 
82
+ = 0.6.1 =
83
+ * Fixed small formatting problem
84
+
85
  = 0.6.0 =
86
  * Small tweaks
87
 
114
 
115
  == Upgrade Notice ==
116
 
117
+ = 0.6.1 =
118
+ Fixed small formatting problem
119
+
120
  = 0.6.0 =
121
  Small tweaks
122