EZP Coming Soon Page - Version 0.6.2

Version Description

  • Fixed typo introduced in 0.6.1 causing fatal error on subscriber list screen. (Thanks Paris Le-Tayo for reporting!)
Download this release

Release Info

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

Code changes from version 0.6.1 to 0.6.2

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.1"; // 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.2"; // 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.1
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.2
7
  Author: Bob Riley
8
  Author URI: http://www.easypiewp.com
9
  Text Domain: easy-pie-coming-soon
pages/page-subscribers-list-tab.php CHANGED
@@ -170,7 +170,7 @@ $config = EZP_CS_Config_Entity::get_by_id($global->config_index);
170
  return false;"><?php EZP_CS_Utility::_e("Next"); ?><span style='float:right; margin-top:1px' class="ui-icon ui-icon-triangle-1-e"></span></button>
171
 
172
  </div>
173
- <p style="margin-top:17px; text-align:center;"><?php DUP_PRO_U::_e('Want to auto-sync to MailChimp?'); ?> Try <a target="_blank" href="http://easypiewp.com">Coming Soon Page Elite</a></p>
174
  </div>
175
  </div>
176
  </div>
170
  return false;"><?php EZP_CS_Utility::_e("Next"); ?><span style='float:right; margin-top:1px' class="ui-icon ui-icon-triangle-1-e"></span></button>
171
 
172
  </div>
173
+ <p style="margin-top:17px; text-align:center;"><?php EZP_CS_Utility::_e('Want to auto-sync to MailChimp?'); ?> Try <a target="_blank" href="http://easypiewp.com">Coming Soon Page Elite</a></p>
174
  </div>
175
  </div>
176
  </div>
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.1
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.1 =
83
  * Fixed small formatting problem
84
 
@@ -114,6 +117,9 @@ For the FAQ on the Coming Soon Page please visit the [Easy Pie Website](http://e
114
 
115
  == Upgrade Notice ==
116
 
 
 
 
117
  = 0.6.1 =
118
  Fixed small formatting problem
119
 
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
 
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
+
85
  = 0.6.1 =
86
  * Fixed small formatting problem
87
 
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
+
123
  = 0.6.1 =
124
  Fixed small formatting problem
125