Version Description
- Bug fix: require_once fixed for some Linux installs (thanks Ajith Nair)
Download this release
Release Info
Developer | bobriley |
Plugin | EZP Coming Soon Page |
Version | 0.5.1 |
Comparing to | |
See all releases |
Code changes from version 0.5.0 to 0.5.1
- classes/Entities/class-ezp-cs-global-entity.php +7 -7
- classes/class-ezp-cs-constants.php +1 -1
- classes/class-ezp-cs.php +3 -3
- easy-pie-coming-soon.php +1 -1
- readme.txt +28 -37
classes/Entities/class-ezp-cs-global-entity.php
CHANGED
@@ -25,15 +25,15 @@
|
|
25 |
require_once(dirname(__FILE__) . '/../Utilities/class-ezp-cs-query-utility.php');
|
26 |
|
27 |
require_once('class-ezp-cs-standard-entity-base.php');
|
28 |
-
require_once(dirname(__FILE__) . '
|
29 |
-
require_once(dirname(__FILE__) . '
|
30 |
-
require_once(dirname(__FILE__) . '
|
31 |
|
32 |
require_once('class-ezp-cs-json-entity-base.php');
|
33 |
-
require_once(dirname(__FILE__) . '
|
34 |
-
require_once(dirname(__FILE__) . '
|
35 |
-
require_once(dirname(__FILE__) . '
|
36 |
-
require_once(dirname(__FILE__) . '
|
37 |
|
38 |
if (!class_exists('EZP_CS_Global_Entity')) {
|
39 |
|
25 |
require_once(dirname(__FILE__) . '/../Utilities/class-ezp-cs-query-utility.php');
|
26 |
|
27 |
require_once('class-ezp-cs-standard-entity-base.php');
|
28 |
+
require_once(dirname(__FILE__) . '/crm/class-ezp-cs-subscriber-entity.php');
|
29 |
+
require_once(dirname(__FILE__) . '/crm/class-ezp-contact-entity.php');
|
30 |
+
require_once(dirname(__FILE__) . '/crm/class-ezp-email-entity.php');
|
31 |
|
32 |
require_once('class-ezp-cs-json-entity-base.php');
|
33 |
+
require_once(dirname(__FILE__) . '/admin/class-ezp-cs-display-entity.php');
|
34 |
+
require_once(dirname(__FILE__) . '/admin/class-ezp-cs-content-entity.php');
|
35 |
+
require_once(dirname(__FILE__) . '/admin/class-ezp-cs-config-entity.php');
|
36 |
+
require_once(dirname(__FILE__) . '/admin/class-ezp-cs-set-entity.php');
|
37 |
|
38 |
if (!class_exists('EZP_CS_Global_Entity')) {
|
39 |
|
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.5.
|
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.5.1"; // RSR Version
|
36 |
|
37 |
|
38 |
|
classes/class-ezp-cs.php
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
22 |
*/
|
23 |
|
24 |
-
require_once(dirname(__FILE__) . '
|
25 |
|
26 |
require_once(EZP_CS_Utility::$PLUGIN_DIRECTORY . '/../../../wp-admin/includes/upgrade.php');
|
27 |
|
@@ -31,8 +31,8 @@ require_once("Entities/class-ezp-cs-global-entity.php");
|
|
31 |
require_once('class-ezp-cs-plugin-base.php');
|
32 |
require_once('class-ezp-cs-constants.php');
|
33 |
|
34 |
-
require_once(dirname(__FILE__) . '
|
35 |
-
require_once(dirname(__FILE__) . '
|
36 |
|
37 |
if (!class_exists('EZP_CS')) {
|
38 |
|
21 |
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
22 |
*/
|
23 |
|
24 |
+
require_once(dirname(__FILE__) . '/Utilities/class-ezp-cs-utility.php');
|
25 |
|
26 |
require_once(EZP_CS_Utility::$PLUGIN_DIRECTORY . '/../../../wp-admin/includes/upgrade.php');
|
27 |
|
31 |
require_once('class-ezp-cs-plugin-base.php');
|
32 |
require_once('class-ezp-cs-constants.php');
|
33 |
|
34 |
+
require_once(dirname(__FILE__) . '/Utilities/class-ezp-cs-render-utility.php');
|
35 |
+
require_once(dirname(__FILE__) . '/Utilities/class-ezp-cs-test-utility.php');
|
36 |
|
37 |
if (!class_exists('EZP_CS')) {
|
38 |
|
easy-pie-coming-soon.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Easy Pie Coming Soon
|
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.5.
|
7 |
Author: Bob Riley
|
8 |
Author URI: http://www.easypiewp.com
|
9 |
Text Domain: easy-pie-coming-soon
|
3 |
Plugin Name: Easy Pie Coming Soon
|
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.5.1
|
7 |
Author: Bob Riley
|
8 |
Author URI: http://www.easypiewp.com
|
9 |
Text Domain: easy-pie-coming-soon
|
readme.txt
CHANGED
@@ -1,32 +1,37 @@
|
|
1 |
-
===
|
2 |
Contributors: bobriley
|
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,
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 3.9
|
7 |
-
Stable tag: 0.5.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
11 |
-
|
12 |
|
13 |
== Description ==
|
14 |
-
|
15 |
|
16 |
### Basic Features
|
17 |
-
*
|
18 |
-
*
|
19 |
-
*
|
20 |
-
*
|
21 |
-
*
|
22 |
-
*
|
23 |
-
*
|
24 |
-
*
|
25 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
### Advanced Features
|
28 |
-
*
|
29 |
-
* **Custom CSS.** Easily add CSS from the Admin page to customize the look and feel.
|
30 |
|
31 |
== Installation ==
|
32 |
|
@@ -42,27 +47,7 @@ Need to let your visitors know your site is being worked on while you gather ema
|
|
42 |
|
43 |
== Frequently Asked Questions ==
|
44 |
|
45 |
-
|
46 |
-
Coming Soon is only shown to visitors who are not logged in. To verify, use a different browser type than the one you're logged in with to see what Visitors see when they visit (i.e. if you're logged in with Chrome, view the site in Firefox or Internet Explorer or vice versa).
|
47 |
-
|
48 |
-
Alternatively, you view your site using the private mode of the same browser.
|
49 |
-
|
50 |
-
= What happens if a search engine hits my site while it's in Coming Soon? =
|
51 |
-
|
52 |
-
It depends on the 'Return Code' setting on the Settings Page.
|
53 |
-
|
54 |
-
If set to the default of '503' search engines visiting your site will be returned a '503' status with 'retry later' HTTP header when in Coming Soon. This lets search engines know that your site is temporarily down and to come back 24 hours later.
|
55 |
-
|
56 |
-
If you have this set to '200' the search engine will think that this is your normal site and index it, potentially replacing your regular site information in the search engine. Because of this, it's recommended that you leave this setting at '503' unless you fully understand the ramifications of switching to '200'.
|
57 |
-
|
58 |
-
= I can't get out of Coming Soon. Help! =
|
59 |
-
|
60 |
-
Every once in a great while other plugins installed on a system can interact with Coming Soon to prevent access to wp-admin. If you find yourself in this unfortunate situation, [please contact me](mailto:bob@easypiewp.com).
|
61 |
-
|
62 |
-
= I found a bug or have seen other plugins interfere with Coming Soon. What should I do? =
|
63 |
-
|
64 |
-
Please capture as much information you can about your system, specifically use the error log to gather new information if you are comfortable. The [Easy Pie Error Log Guide](http://easypiewp.com/quickly-diagnose-wordpress-problems-using-error-log/) outlines how to do this.
|
65 |
-
Then, please [let me know](mailto:bob@easypiewp.com) what's going on, with as much detail as you have.
|
66 |
|
67 |
== Screenshots ==
|
68 |
|
@@ -74,10 +59,16 @@ Then, please [let me know](mailto:bob@easypiewp.com) what's going on, with as mu
|
|
74 |
|
75 |
== Changelog ==
|
76 |
|
|
|
|
|
|
|
77 |
= 0.5.0 =
|
78 |
* Initial release
|
79 |
|
80 |
== Upgrade Notice ==
|
81 |
|
|
|
|
|
|
|
82 |
= 0.5.0 =
|
83 |
* Initial release
|
1 |
+
=== EasyPie Coming Soon Page ===
|
2 |
Contributors: bobriley
|
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, mailchimp, aweber
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 3.9
|
7 |
+
Stable tag: 0.5.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
11 |
+
Let visitors know that your website is coming soon and collect emails at the same time!
|
12 |
|
13 |
== Description ==
|
14 |
+
Let your visitors know your site is coming soon while you gather valuable contact information on prospects easily.
|
15 |
|
16 |
### Basic Features
|
17 |
+
* Professional looking
|
18 |
+
* Highly customizable
|
19 |
+
* Collect Emails
|
20 |
+
* Fully Responsive
|
21 |
+
* No HTML required
|
22 |
+
* CSS customizable but not required
|
23 |
+
* Use built in backgrounds or your own
|
24 |
+
* Add your own logo
|
25 |
+
* Preview from Admin panel
|
26 |
+
* Subscriber list shows name and emails of visitors
|
27 |
+
* Easily translatable
|
28 |
+
* Facebook Support
|
29 |
+
* Google+ Support
|
30 |
+
* Twitter Support
|
31 |
+
|
32 |
|
33 |
### Advanced Features
|
34 |
+
* Easily export email addresses to CSV for compatibility with MailChimp, AWeber and other major email providers.
|
|
|
35 |
|
36 |
== Installation ==
|
37 |
|
47 |
|
48 |
== Frequently Asked Questions ==
|
49 |
|
50 |
+
The Frequently Asked Questions are found on the [Easy Pie WP Website](http://easypiewp.com/easy-pie-coming-soon-faq/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
== Screenshots ==
|
53 |
|
59 |
|
60 |
== Changelog ==
|
61 |
|
62 |
+
= 0.5.1 =
|
63 |
+
* Bug fix: require_once fixed for some Linux installs (thanks Ajith Nair)
|
64 |
+
|
65 |
= 0.5.0 =
|
66 |
* Initial release
|
67 |
|
68 |
== Upgrade Notice ==
|
69 |
|
70 |
+
= 0.5.1 =
|
71 |
+
* Bug fix: require_once fixed for some Linux installs (thanks Ajith Nair)
|
72 |
+
|
73 |
= 0.5.0 =
|
74 |
* Initial release
|