EZP Coming Soon Page - Version 1.0.7.3

Version Description

  • PHP 8 fixes
Download this release

Release Info

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

Code changes from version 1.0.7.2 to 1.0.7.3

classes/Entities/admin/class-ezp-cs-config-entity.php CHANGED
@@ -78,7 +78,7 @@ if (!class_exists('EZP_CS_Config_Entity')) {
78
  *
79
  * @return EZP_CS_Config_Entity
80
  */
81
- public function create_with_defaults() {
82
 
83
  $instance = new EZP_CS_Config_Entity();
84
 
78
  *
79
  * @return EZP_CS_Config_Entity
80
  */
81
+ public static function create_with_defaults() {
82
 
83
  $instance = new EZP_CS_Config_Entity();
84
 
classes/Entities/admin/class-ezp-cs-content-entity.php CHANGED
@@ -68,7 +68,7 @@ if (!class_exists('EZP_CS_Content_Entity')) {
68
  parent::__construct();
69
  }
70
 
71
- public function create_with_defaults() {
72
 
73
  $instance = new EZP_CS_Content_Entity();
74
 
68
  parent::__construct();
69
  }
70
 
71
+ public static function create_with_defaults() {
72
 
73
  $instance = new EZP_CS_Content_Entity();
74
 
classes/Entities/admin/class-ezp-cs-display-entity.php CHANGED
@@ -115,7 +115,7 @@ if (!class_exists('EZP_CS_Display_Entity')) {
115
  }
116
  }
117
 
118
- public function create_with_defaults() {
119
 
120
  $instance = new EZP_CS_Display_Entity();
121
 
115
  }
116
  }
117
 
118
+ public static function create_with_defaults() {
119
 
120
  $instance = new EZP_CS_Display_Entity();
121
 
classes/Entities/admin/class-ezp-cs-set-entity.php CHANGED
@@ -41,7 +41,7 @@ if (!class_exists('EZP_CS_Set_Entity')) {
41
  parent::__construct();
42
  }
43
 
44
- function create($display_index, $content_index)
45
  {
46
  $instance = new EZP_CS_Set_Entity();
47
 
41
  parent::__construct();
42
  }
43
 
44
+ static function create($display_index, $content_index)
45
  {
46
  $instance = new EZP_CS_Set_Entity();
47
 
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 = "1.0.7.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 = "1.0.7.3"; // RSR Version
36
 
37
 
38
 
easy-pie-coming-soon.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: EZP Coming Soon Page
4
  Plugin URI: https://snapcreek.com/ezp-coming-soon/
5
  Description: Let people know that your site is 'coming soon'. Visitors can submit their email addresses for future notification.
6
- Version: 1.0.7.2
7
  Author: Snap Creek Software
8
  Author URI: https://snapcreek.com/ezp-coming-soon/
9
  Text Domain: easy-pie-coming-soon
3
  Plugin Name: EZP Coming Soon Page
4
  Plugin URI: https://snapcreek.com/ezp-coming-soon/
5
  Description: Let people know that your site is 'coming soon'. Visitors can submit their email addresses for future notification.
6
+ Version: 1.0.7.3
7
  Author: Snap Creek Software
8
  Author URI: https://snapcreek.com/ezp-coming-soon/
9
  Text Domain: easy-pie-coming-soon
readme.txt CHANGED
@@ -3,9 +3,9 @@ Contributors: bobriley, corylamleorg
3
  Donate link: http://easypiewp.com/donate/
4
  Tags: admin, admin maintenance, maintenance page, coming soon, coming soon page, squeeze page, landing page, launch, launch page, maintenance, maintenance mode, offline, unavailable, under construction, underconstruction, wordpress coming soon, wordpress maintenance mode, wordpress under construction, easypie, easy pie
5
  Requires at least: 3.5
6
- Tested up to: 5.7.2
7
  Requires PHP: 5.4.0
8
- Stable tag: 1.0.7.2
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -96,6 +96,9 @@ For the FAQ on EZP Coming Soon Page please visit the [Snap Creek Website](https:
96
 
97
  == Changelog ==
98
 
 
 
 
99
  = 1.0.7.2 =
100
  * Removed call to get_magic_quotes_gpc()
101
  * Upped minimum PHP version to 5.4.0
@@ -173,6 +176,9 @@ For the FAQ on EZP Coming Soon Page please visit the [Snap Creek Website](https:
173
 
174
  == Upgrade Notice ==
175
 
 
 
 
176
  = 1.0.7.2 =
177
  * Removed call to get_magic_quotes_gpc()
178
  * Upped minimum PHP version to 5.4.0
3
  Donate link: http://easypiewp.com/donate/
4
  Tags: admin, admin maintenance, maintenance page, coming soon, coming soon page, squeeze page, landing page, launch, launch page, maintenance, maintenance mode, offline, unavailable, under construction, underconstruction, wordpress coming soon, wordpress maintenance mode, wordpress under construction, easypie, easy pie
5
  Requires at least: 3.5
6
+ Tested up to: 5.8
7
  Requires PHP: 5.4.0
8
+ Stable tag: 1.0.7.3
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
96
 
97
  == Changelog ==
98
 
99
+ = 1.0.7.3 =
100
+ * PHP 8 fixes
101
+
102
  = 1.0.7.2 =
103
  * Removed call to get_magic_quotes_gpc()
104
  * Upped minimum PHP version to 5.4.0
176
 
177
  == Upgrade Notice ==
178
 
179
+ = 1.0.7.3 =
180
+ * PHP 8 fixes
181
+
182
  = 1.0.7.2 =
183
  * Removed call to get_magic_quotes_gpc()
184
  * Upped minimum PHP version to 5.4.0
readme.txt.bak ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === EZP Coming Soon Page ===
2
+ Contributors: bobriley, corylamleorg
3
+ 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.6.1
7
+ Stable tag: 1.0.3
8
+ License: GPLv3
9
+ License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
+
11
+ EZP Coming Soon Page lets visitors know that your website is 'Coming Soon' while it collects emails for you!
12
+
13
+ == Description ==
14
+
15
+ Let your visitors know your site is Coming Soon while gathering their contact information.
16
+
17
+ ### Basic Features
18
+ * Professional look
19
+ * Highly customizable
20
+ * Fully Responsive
21
+ * Optional countdown timer
22
+ * No HTML required
23
+ * CSS customizable but not required
24
+ * Use built in backgrounds or your own to give Coming Soon Page a great look
25
+ * Add your own logo
26
+ * Preview from Admin panel
27
+ * Subscriber list shows name and emails of visitors
28
+ * Simple indicator easily lets you know when Coming Soon mode is on
29
+ * Easily translatable
30
+ * Facebook Support
31
+ * Google+ Support
32
+ * Twitter Support
33
+ * Choose either a 503 or 200 HTTP status when in Coming Soon mode
34
+ * Selectively disable Coming Soon Page on certain URLs
35
+
36
+ ### Advanced Features
37
+ * Export email addresses gathered by EZP Coming Soon Page to CSV for compatibility with **MailChimp**, **AWeber** and other major email providers.
38
+
39
+ ### Need More? Go Elite!
40
+ Take things to the next level with [Coming Soon Page Elite](https://snapcreek.com/ezp-coming-soon/) where you get everything and the following great features:
41
+
42
+ * Fullscreen video
43
+ * Google Fonts & Effects
44
+ * Auto disable page when countdown hits
45
+ * Auto-sync your subscriber list to MailChimp. No need to export and import!
46
+ * Grant site access by person or group or IP with Advanced Access Control.
47
+ * Extra social icons, including Instagram, LinkedIn, YouTube and more.
48
+ * Receive emails when subscribers sign up.
49
+ * Bonus backgrounds!
50
+ * More features being added all the time!
51
+
52
+ ### Overview
53
+ EZP Coming Soon Page is a great way to let visitors know your site is Coming Soon. When Coming Soon Page is displayed it collects valuable emails from potential customers in a friendly and professional way. EZP Coming Soon Page is also theme independent, having been confirmed to work well with top WordPress themes.
54
+
55
+ Finally, your visitors won't be just shown your web host's parked domain page, instead they'll know your site is truly 'Coming Soon'!
56
+
57
+ == Installation ==
58
+
59
+ = Using The WordPress Dashboard =
60
+
61
+ 1. Navigate to the 'Add New' in the plugins dashboard
62
+ 2. Search for 'EZP Coming Soon Page'
63
+ 3. Click 'Install Now'
64
+ 4. Activate the plugin on the Plugin dashboard
65
+
66
+ = Uploading in WordPress Dashboard =
67
+
68
+ 1. Navigate to the 'Add New' in the plugins dashboard
69
+ 2. Navigate to the 'Upload' area
70
+ 3. Select `easy-pie-coming-soon.zip` from your computer
71
+ 4. Click 'Install Now'
72
+ 5. Activate the plugin in the Plugin dashboard
73
+
74
+ = Using FTP =
75
+
76
+ 1. Download `easy-pie-coming-soon.zip`
77
+ 2. Extract the `easy-pie-coming-soon` directory to your computer
78
+ 3. Upload the `easy-pie-coming-soon` directory to the `/wp-content/plugins/` directory
79
+ 4. Activate the plugin in the Plugin's dashboard
80
+
81
+ == Frequently Asked Questions ==
82
+
83
+ For the FAQ on EZP Coming Soon Page please visit the [Snap Creek Website](https://snapcreek.com/ezp-coming-soon/docs/faqs-tech/).
84
+
85
+ == Screenshots ==
86
+
87
+ 1. Example Coming Soon page
88
+ 2. Display configuration
89
+ 3. Content configuration
90
+ 4. Settings
91
+ 5. Subscriber list
92
+
93
+ == Changelog ==
94
+
95
+ = 1.0.4 =
96
+ * Switched home website from easypiewp.com to snapcreek.com
97
+
98
+ = 1.0.3 =
99
+
100
+ = 1.0.2 =
101
+ * Changed name to EZP Coming Soon Page to avoid confusion with other plugins
102
+
103
+ = 1.0.1 =
104
+ * Fixed cross site scripting vulnerability
105
+
106
+ = 1.0.0 =
107
+ * Countdown timer now supports time in addition to date
108
+ * UI tweaks
109
+
110
+ = 0.6.4 =
111
+ * Small UI tweaks
112
+
113
+ = 0.6.3 =
114
+ * Fixed bug involving name being a required field (Thanks tomtc)
115
+
116
+ = 0.6.2 =
117
+ * Fixed typo introduced in 0.6.1 causing fatal error on subscriber list screen. (Thanks Paris Le-Tayo for reporting!)
118
+
119
+ = 0.6.1 =
120
+ * Fixed small formatting problem
121
+
122
+ = 0.6.0 =
123
+ * Small tweaks
124
+
125
+ = 0.5.8 =
126
+ * Small tweaks
127
+ * Upped WordPress compatibility to 3.9.2
128
+
129
+ = 0.5.6 =
130
+ * Moved preview onto third template tab
131
+ * Added save and preview button to improve page design speed
132
+ * Improved workflow of subscriber list
133
+
134
+ = 0.5.4 =
135
+ * Added countdown timer.
136
+ * Can now disable Coming Soon for user-specified URLs.
137
+ * Minor tweaks.
138
+
139
+ = 0.5.2 =
140
+ * Bugfix: Title of page can now be set.
141
+ * Logo can now be set to take on native dimensions - no need to specify width/height if you don't want to.
142
+ * Notification that coming soon is off - allows for easy traversal to settings page.
143
+ * Javascript variable introduced to allow for easy conversion tracking.
144
+ * Minor text cleanup.
145
+
146
+ = 0.5.1 =
147
+ * Bug fix: require_once fixed for some Linux installs (thanks Ajith Nair)
148
+
149
+ = 0.5.0 =
150
+ * Initial release
151
+
152
+ == Upgrade Notice ==
153
+
154
+ = 1.0.4 =
155
+ * Switched home website from easypiewp.com to snapcreek.com
156
+
157
+ = 1.0.3 =
158
+ *
159
+
160
+ = 1.0.2 =
161
+ * Changed name to EZP Coming Soon Page to avoid confusion with other plugins
162
+
163
+ = 1.0.1 =
164
+ * Fixed cross site scripting vulnerability
165
+
166
+ = 1.0.0 =
167
+ * Countdown timer now supports time in addition to date
168
+ * UI tweaks
169
+
170
+ = 0.6.4 =
171
+ * Small UI tweaks
172
+
173
+ = 0.6.3 =
174
+ * Fixed bug involving name being a required field (Thanks tomtc)
175
+
176
+ = 0.6.2 =
177
+ * Fixed typo introduced in 0.6.1 causing fatal error on subscriber list screen. (Thanks Paris Le-Tayo for reporting!)
178
+
179
+ = 0.6.1 =
180
+ * Fixed small formatting problem
181
+
182
+ = 0.6.0 =
183
+ * Small tweaks
184
+
185
+ = 0.5.8 =
186
+ * Small tweaks, upped WordPress compatibility to 3.9.2
187
+
188
+ = 0.5.6 =
189
+ * Includes minor bug fixes and usability improvements. Note that Coming Soon Page preview has been moved to the third template tab.
190
+
191
+ = 0.5.4 =
192
+ * Added countdown timer. Also added ability to disable Coming Soon Page for specific site URLs. Additionally, made a few minor tweaks.
193
+
194
+ = 0.5.2 =
195
+ * Now you can change the title of your coming soon page. Also includes several usability improvements.
196
+
197
+ = 0.5.1 =
198
+ * Bug fix: require_once fixed for some Linux installs (thanks Ajith Nair)
199
+
200
+ = 0.5.0 =
201
+ * Initial release