Version Description
- Switched home website from easypiewp.com to snapcreek.com
Download this release
Release Info
Developer | bobriley |
Plugin | EZP Coming Soon Page |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- classes/Entities/admin/class-ezp-cs-config-entity.php +4 -4
- classes/Entities/admin/class-ezp-cs-content-entity.php +4 -4
- classes/Entities/admin/class-ezp-cs-display-entity.php +4 -4
- classes/Entities/admin/class-ezp-cs-set-entity.php +4 -4
- classes/Entities/class-ezp-cs-global-entity.php +4 -4
- classes/Entities/class-ezp-cs-json-entity-base.php +4 -4
- classes/Entities/class-ezp-cs-standard-entity-base.php +4 -4
- classes/Entities/crm/class-ezp-contact-entity.php +4 -4
- classes/Entities/crm/class-ezp-cs-subscriber-entity.php +4 -4
- classes/Entities/crm/class-ezp-email-entity.php +4 -4
- classes/Utilities/class-ezp-cs-query-utility.php +4 -4
- classes/Utilities/class-ezp-cs-render-utility.php +4 -4
- classes/Utilities/class-ezp-cs-test-utility.php +4 -4
- classes/Utilities/class-ezp-cs-utility.php +7 -7
- classes/class-ezp-cs-constants.php +5 -5
- classes/class-ezp-cs-plugin-base.php +4 -4
- classes/class-ezp-cs-verifiers.php +8 -8
- classes/class-ezp-cs.php +4 -4
- easy-pie-coming-soon.php +6 -6
- pages/page-coming-soon-page-elite.php +1 -1
- pages/page-options-content-tab.php +3 -3
- pages/page-options-display-tab.php +5 -5
- pages/page-options-settings.php +7 -7
- pages/page-options.php +5 -5
- pages/page-preview-tab.php +2 -2
- pages/page-subscribers-list-tab.php +3 -3
- pages/page-subscribers-newsletter-tab.php +7 -7
- pages/page-subscribers.php +2 -2
- readme.txt +12 -6
- web-service/crm_ws.php +2 -2
classes/Entities/admin/class-ezp-cs-config-entity.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -26,8 +26,8 @@ require_once(dirname(__FILE__) . '/../class-ezp-cs-json-entity-base.php');
|
|
26 |
if (!class_exists('EZP_CS_Config_Entity')) {
|
27 |
|
28 |
/**
|
29 |
-
* @author
|
30 |
-
* @copyright
|
31 |
*/
|
32 |
class EZP_CS_Config_Entity extends EZP_CS_JSON_Entity_Base {
|
33 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
26 |
if (!class_exists('EZP_CS_Config_Entity')) {
|
27 |
|
28 |
/**
|
29 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
30 |
+
* @copyright 2016 Snap Creek LLC
|
31 |
*/
|
32 |
class EZP_CS_Config_Entity extends EZP_CS_JSON_Entity_Base {
|
33 |
|
classes/Entities/admin/class-ezp-cs-content-entity.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -26,8 +26,8 @@ require_once(dirname(__FILE__) . '/../class-ezp-cs-json-entity-base.php');
|
|
26 |
if (!class_exists('EZP_CS_Content_Entity')) {
|
27 |
|
28 |
/**
|
29 |
-
* @author
|
30 |
-
* @copyright
|
31 |
*/
|
32 |
class EZP_CS_Content_Entity extends EZP_CS_JSON_Entity_Base {
|
33 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
26 |
if (!class_exists('EZP_CS_Content_Entity')) {
|
27 |
|
28 |
/**
|
29 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
30 |
+
* @copyright 2016 Snap Creek LLC
|
31 |
*/
|
32 |
class EZP_CS_Content_Entity extends EZP_CS_JSON_Entity_Base {
|
33 |
|
classes/Entities/admin/class-ezp-cs-display-entity.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -26,8 +26,8 @@ require_once(dirname(__FILE__) . '/../class-ezp-cs-json-entity-base.php');
|
|
26 |
if (!class_exists('EZP_CS_Display_Entity')) {
|
27 |
|
28 |
/**
|
29 |
-
* @author
|
30 |
-
* @copyright
|
31 |
*/
|
32 |
class EZP_CS_Display_Entity extends EZP_CS_JSON_Entity_Base {
|
33 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
26 |
if (!class_exists('EZP_CS_Display_Entity')) {
|
27 |
|
28 |
/**
|
29 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
30 |
+
* @copyright 2016 Snap Creek LLC
|
31 |
*/
|
32 |
class EZP_CS_Display_Entity extends EZP_CS_JSON_Entity_Base {
|
33 |
|
classes/Entities/admin/class-ezp-cs-set-entity.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -26,8 +26,8 @@ require_once(dirname(__FILE__) . '/../class-ezp-cs-json-entity-base.php');
|
|
26 |
if (!class_exists('EZP_CS_Set_Entity')) {
|
27 |
|
28 |
/**
|
29 |
-
* @author
|
30 |
-
* @copyright
|
31 |
*/
|
32 |
class EZP_CS_Set_Entity extends EZP_CS_JSON_Entity_Base {
|
33 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
26 |
if (!class_exists('EZP_CS_Set_Entity')) {
|
27 |
|
28 |
/**
|
29 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
30 |
+
* @copyright 2016 Snap Creek LLC
|
31 |
*/
|
32 |
class EZP_CS_Set_Entity extends EZP_CS_JSON_Entity_Base {
|
33 |
|
classes/Entities/class-ezp-cs-global-entity.php
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
|
4 |
/*
|
5 |
Easy Pie Coming Soon Plugin
|
6 |
-
Copyright (C)
|
7 |
-
website:
|
8 |
|
9 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
10 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -38,8 +38,8 @@ require_once(dirname(__FILE__) . '/admin/class-ezp-cs-set-entity.php');
|
|
38 |
if (!class_exists('EZP_CS_Global_Entity')) {
|
39 |
|
40 |
/**
|
41 |
-
* @author
|
42 |
-
* @copyright
|
43 |
*/
|
44 |
class EZP_CS_Global_Entity extends EZP_CS_JSON_Entity_Base {
|
45 |
|
3 |
|
4 |
/*
|
5 |
Easy Pie Coming Soon Plugin
|
6 |
+
Copyright (C) 2016, Snap Creek LLC
|
7 |
+
website: snapcreek.com contact: support@snapcreek.com
|
8 |
|
9 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
10 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
38 |
if (!class_exists('EZP_CS_Global_Entity')) {
|
39 |
|
40 |
/**
|
41 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
42 |
+
* @copyright 2016 Snap Creek LLC
|
43 |
*/
|
44 |
class EZP_CS_Global_Entity extends EZP_CS_JSON_Entity_Base {
|
45 |
|
classes/Entities/class-ezp-cs-json-entity-base.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -28,8 +28,8 @@ if (!class_exists('EZP_CS_JSON_Entity_Base')) {
|
|
28 |
/**
|
29 |
* Base class for entities that store their data in JSON format
|
30 |
*
|
31 |
-
* @author
|
32 |
-
* @copyright
|
33 |
*/
|
34 |
class EZP_CS_JSON_Entity_Base {
|
35 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
28 |
/**
|
29 |
* Base class for entities that store their data in JSON format
|
30 |
*
|
31 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
32 |
+
* @copyright 2016 Snap Creek LLC
|
33 |
*/
|
34 |
class EZP_CS_JSON_Entity_Base {
|
35 |
|
classes/Entities/class-ezp-cs-standard-entity-base.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -29,8 +29,8 @@ if (!class_exists('EZP_CS_Standard_Entity_Base')) {
|
|
29 |
/**
|
30 |
* Base class for standard entities
|
31 |
*
|
32 |
-
* @author
|
33 |
-
* @copyright
|
34 |
*/
|
35 |
class EZP_CS_Standard_Entity_Base {
|
36 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
29 |
/**
|
30 |
* Base class for standard entities
|
31 |
*
|
32 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
33 |
+
* @copyright 2016 Snap Creek LLC
|
34 |
*/
|
35 |
class EZP_CS_Standard_Entity_Base {
|
36 |
|
classes/Entities/crm/class-ezp-contact-entity.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -26,8 +26,8 @@ require_once(dirname(__FILE__) . '/../class-ezp-cs-standard-entity-base.php');
|
|
26 |
if (!class_exists('EZP_Contact_Entity')) {
|
27 |
|
28 |
/**
|
29 |
-
* @author
|
30 |
-
* @copyright
|
31 |
*/
|
32 |
class EZP_Contact_Entity extends EZP_CS_Standard_Entity_Base {
|
33 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
26 |
if (!class_exists('EZP_Contact_Entity')) {
|
27 |
|
28 |
/**
|
29 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
30 |
+
* @copyright 2016 Snap Creek LLC
|
31 |
*/
|
32 |
class EZP_Contact_Entity extends EZP_CS_Standard_Entity_Base {
|
33 |
|
classes/Entities/crm/class-ezp-cs-subscriber-entity.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -26,8 +26,8 @@ require_once(dirname(__FILE__) . '/../class-ezp-cs-standard-entity-base.php');
|
|
26 |
if (!class_exists('EZP_CS_Subscriber_Entity')) {
|
27 |
|
28 |
/**
|
29 |
-
* @author
|
30 |
-
* @copyright
|
31 |
*/
|
32 |
class EZP_CS_Subscriber_Entity extends EZP_CS_Standard_Entity_Base {
|
33 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
26 |
if (!class_exists('EZP_CS_Subscriber_Entity')) {
|
27 |
|
28 |
/**
|
29 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
30 |
+
* @copyright 2016 Snap Creek LLC
|
31 |
*/
|
32 |
class EZP_CS_Subscriber_Entity extends EZP_CS_Standard_Entity_Base {
|
33 |
|
classes/Entities/crm/class-ezp-email-entity.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -26,8 +26,8 @@ require_once(dirname(__FILE__) . '/../class-ezp-cs-standard-entity-base.php');
|
|
26 |
if (!class_exists('EZP_Email_Entity')) {
|
27 |
|
28 |
/**
|
29 |
-
* @author
|
30 |
-
* @copyright
|
31 |
*/
|
32 |
class EZP_Email_Entity extends EZP_CS_Standard_Entity_Base {
|
33 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
26 |
if (!class_exists('EZP_Email_Entity')) {
|
27 |
|
28 |
/**
|
29 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
30 |
+
* @copyright 2016 Snap Creek LLC
|
31 |
*/
|
32 |
class EZP_Email_Entity extends EZP_CS_Standard_Entity_Base {
|
33 |
|
classes/Utilities/class-ezp-cs-query-utility.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -26,8 +26,8 @@ require_once(dirname(__FILE__) . '/../class-ezp-cs-constants.php');
|
|
26 |
if (!class_exists('EZP_CS_Query_Utility')) {
|
27 |
|
28 |
/**
|
29 |
-
* @author
|
30 |
-
* @copyright
|
31 |
*/
|
32 |
class EZP_CS_Query_Utility {
|
33 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
26 |
if (!class_exists('EZP_CS_Query_Utility')) {
|
27 |
|
28 |
/**
|
29 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
30 |
+
* @copyright 2016 Snap Creek LLC
|
31 |
*/
|
32 |
class EZP_CS_Query_Utility {
|
33 |
|
classes/Utilities/class-ezp-cs-render-utility.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -24,8 +24,8 @@
|
|
24 |
if (!class_exists('EZP_CS_Render_Utility')) {
|
25 |
|
26 |
/**
|
27 |
-
* @author
|
28 |
-
* @copyright
|
29 |
*/
|
30 |
class EZP_CS_Render_Utility {
|
31 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
24 |
if (!class_exists('EZP_CS_Render_Utility')) {
|
25 |
|
26 |
/**
|
27 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
28 |
+
* @copyright 2016 Snap Creek LLC
|
29 |
*/
|
30 |
class EZP_CS_Render_Utility {
|
31 |
|
classes/Utilities/class-ezp-cs-test-utility.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -26,8 +26,8 @@ require_once(dirname(__FILE__) . '/../class-ezp-cs-constants.php');
|
|
26 |
if (!class_exists('EZP_CS_Test_Utility')) {
|
27 |
|
28 |
/**
|
29 |
-
* @author
|
30 |
-
* @copyright
|
31 |
*/
|
32 |
class EZP_CS_Test_Utility {
|
33 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
26 |
if (!class_exists('EZP_CS_Test_Utility')) {
|
27 |
|
28 |
/**
|
29 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
30 |
+
* @copyright 2016 Snap Creek LLC
|
31 |
*/
|
32 |
class EZP_CS_Test_Utility {
|
33 |
|
classes/Utilities/class-ezp-cs-utility.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -26,8 +26,8 @@ require_once(dirname(__FILE__) . '/../class-ezp-cs-constants.php');
|
|
26 |
if (!class_exists('EZP_CS_Utility')) {
|
27 |
|
28 |
/**
|
29 |
-
* @author
|
30 |
-
* @copyright
|
31 |
*/
|
32 |
class EZP_CS_Utility {
|
33 |
|
@@ -296,7 +296,7 @@ if (!class_exists('EZP_CS_Utility')) {
|
|
296 |
// }
|
297 |
//
|
298 |
// if($text != '') {
|
299 |
-
// $text = "<a target='_blank' style='margin-top:17px; display:block; text-align:center' href='
|
300 |
// }
|
301 |
//
|
302 |
// return $text;
|
@@ -317,8 +317,8 @@ if (!class_exists('EZP_CS_Utility')) {
|
|
317 |
$faq_text = __('FAQ');
|
318 |
$contact_text = __('Contact');
|
319 |
|
320 |
-
echo "<a href='
|
321 |
-
echo "<a href='
|
322 |
}
|
323 |
}
|
324 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
26 |
if (!class_exists('EZP_CS_Utility')) {
|
27 |
|
28 |
/**
|
29 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
30 |
+
* @copyright 2016 Snap Creek LLC
|
31 |
*/
|
32 |
class EZP_CS_Utility {
|
33 |
|
296 |
// }
|
297 |
//
|
298 |
// if($text != '') {
|
299 |
+
// $text = "<a target='_blank' style='margin-top:17px; display:block; text-align:center' href='https://snapcreek.com/get-coming-soon-page-pro-coupon/'>$text</p>";
|
300 |
// }
|
301 |
//
|
302 |
// return $text;
|
317 |
$faq_text = __('FAQ');
|
318 |
$contact_text = __('Contact');
|
319 |
|
320 |
+
echo "<a href='https://snapcreek.com/ezp-coming-soon/docs/faqs-tech/' target='_blank'>$faq_text</a> | ";
|
321 |
+
echo "<a href='https://snapcreek.com/support/' target='_blank'>$contact_text</a>";
|
322 |
}
|
323 |
}
|
324 |
|
classes/class-ezp-cs-constants.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -24,15 +24,15 @@
|
|
24 |
if (!class_exists('EZP_CS_Constants')) {
|
25 |
|
26 |
/**
|
27 |
-
* @author
|
28 |
-
* @copyright
|
29 |
*/
|
30 |
class EZP_CS_Constants {
|
31 |
|
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.
|
36 |
|
37 |
|
38 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
24 |
if (!class_exists('EZP_CS_Constants')) {
|
25 |
|
26 |
/**
|
27 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
28 |
+
* @copyright 2016 Snap Creek LLC
|
29 |
*/
|
30 |
class EZP_CS_Constants {
|
31 |
|
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.4"; // RSR Version
|
36 |
|
37 |
|
38 |
|
classes/class-ezp-cs-plugin-base.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -24,8 +24,8 @@
|
|
24 |
if (!class_exists('EZP_CS_Plugin_Base')) {
|
25 |
|
26 |
/**
|
27 |
-
* @author
|
28 |
-
* @copyright
|
29 |
*/
|
30 |
class EZP_CS_Plugin_Base {
|
31 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
24 |
if (!class_exists('EZP_CS_Plugin_Base')) {
|
25 |
|
26 |
/**
|
27 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
28 |
+
* @copyright 2016 Snap Creek LLC
|
29 |
*/
|
30 |
class EZP_CS_Plugin_Base {
|
31 |
|
classes/class-ezp-cs-verifiers.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
-
Copyright (C)
|
6 |
-
website:
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -24,8 +24,8 @@
|
|
24 |
if (!class_exists('EZP_CS_Verifier_Base')) {
|
25 |
|
26 |
/**
|
27 |
-
* @author
|
28 |
-
* @copyright
|
29 |
*/
|
30 |
class EZP_CS_Verifier_Base {
|
31 |
|
@@ -46,8 +46,8 @@ if (!class_exists('EZP_CS_Verifier_Base')) {
|
|
46 |
if (!class_exists('EZP_CS_Range_Verifier')) {
|
47 |
|
48 |
/**
|
49 |
-
* @author
|
50 |
-
* @copyright
|
51 |
*/
|
52 |
class EZP_CS_Range_Verifier extends EZP_CS_Verifier_Base {
|
53 |
|
@@ -79,8 +79,8 @@ if (!class_exists('EZP_CS_Range_Verifier')) {
|
|
79 |
if (!class_exists('EZP_CS_Regex_Verifier')) {
|
80 |
|
81 |
/**
|
82 |
-
* @author
|
83 |
-
* @copyright
|
84 |
*/
|
85 |
class EZP_CS_Regex_Verifier extends EZP_CS_Verifier_Base {
|
86 |
|
2 |
|
3 |
/*
|
4 |
Easy Pie Coming Soon Plugin
|
5 |
+
Copyright (C) 2016, Snap Creek LLC
|
6 |
+
website: snapcreek.com contact: support@snapcreek.com
|
7 |
|
8 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
9 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
24 |
if (!class_exists('EZP_CS_Verifier_Base')) {
|
25 |
|
26 |
/**
|
27 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
28 |
+
* @copyright 2016 Snap Creek LLC
|
29 |
*/
|
30 |
class EZP_CS_Verifier_Base {
|
31 |
|
46 |
if (!class_exists('EZP_CS_Range_Verifier')) {
|
47 |
|
48 |
/**
|
49 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
50 |
+
* @copyright 2016 Snap Creek LLC
|
51 |
*/
|
52 |
class EZP_CS_Range_Verifier extends EZP_CS_Verifier_Base {
|
53 |
|
79 |
if (!class_exists('EZP_CS_Regex_Verifier')) {
|
80 |
|
81 |
/**
|
82 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
83 |
+
* @copyright 2016 Snap Creek LLC
|
84 |
*/
|
85 |
class EZP_CS_Regex_Verifier extends EZP_CS_Verifier_Base {
|
86 |
|
classes/class-ezp-cs.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
-
Copyright (C)
|
5 |
-
website:
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -37,8 +37,8 @@ if (!class_exists('EZP_CS'))
|
|
37 |
{
|
38 |
|
39 |
/**
|
40 |
-
* @author
|
41 |
-
* @copyright
|
42 |
*/
|
43 |
class EZP_CS extends EZP_CS_Plugin_Base
|
44 |
{
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
+
Copyright (C) 2016, Snap Creek LLC
|
5 |
+
website: snapcreek.com contact: support@snapcreek.com
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
37 |
{
|
38 |
|
39 |
/**
|
40 |
+
* @author Snap Creek LLC <support@snapcreek.com>
|
41 |
+
* @copyright 2016 Snap Creek LLC
|
42 |
*/
|
43 |
class EZP_CS extends EZP_CS_Plugin_Base
|
44 |
{
|
easy-pie-coming-soon.php
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: EZP Coming Soon Page
|
4 |
-
Plugin URI:
|
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 |
-
Author:
|
8 |
-
Author URI:
|
9 |
Text Domain: easy-pie-coming-soon
|
10 |
License: GPL v3
|
11 |
*/
|
12 |
|
13 |
/*
|
14 |
Easy Pie Coming Soon Plugin
|
15 |
-
Copyright (C)
|
16 |
-
website:
|
17 |
|
18 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
19 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: EZP Coming Soon Page
|
4 |
+
Plugin URI: https://snapcreek.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: 1.0.4
|
7 |
+
Author: Snap Creek Software
|
8 |
+
Author URI: https://snapcreek.com/ezp-coming-soon/
|
9 |
Text Domain: easy-pie-coming-soon
|
10 |
License: GPL v3
|
11 |
*/
|
12 |
|
13 |
/*
|
14 |
Easy Pie Coming Soon Plugin
|
15 |
+
Copyright (C) 2016, Snap Creek LLC
|
16 |
+
website: snapcreek.com contact: support@snapcreek.com
|
17 |
|
18 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
19 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
pages/page-coming-soon-page-elite.php
CHANGED
@@ -122,7 +122,7 @@
|
|
122 |
|
123 |
<br style="clear:both" />
|
124 |
<p style="text-align:center">
|
125 |
-
<a href="
|
126 |
<?php EZP_CS_Utility::_e('Check It Out!') ?>
|
127 |
</a>
|
128 |
</p>
|
122 |
|
123 |
<br style="clear:both" />
|
124 |
<p style="text-align:center">
|
125 |
+
<a href="https://snapcreek.com/ezp-coming-soon/" target="_blank" class="button button-large cspe-check-it-btn" style='border: #5cb85c; background: #5cb85c; color:white' >
|
126 |
<?php EZP_CS_Utility::_e('Check It Out!') ?>
|
127 |
</a>
|
128 |
</p>
|
pages/page-options-content-tab.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
-
Copyright (C)
|
5 |
-
website:
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -240,7 +240,7 @@ if ($error_string != "") :
|
|
240 |
</tr>
|
241 |
<tr>
|
242 |
<td style="padding-left:0; padding-bottom:0;" colspan="2">
|
243 |
-
<small>Autodisable page after countdown with <a style="color:#DC3232" href="
|
244 |
</td>
|
245 |
</tr>
|
246 |
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
+
Copyright (C) 2016, Snap Creek LLC
|
5 |
+
website: snapcreek.com contact: support@snapcreek.com
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
240 |
</tr>
|
241 |
<tr>
|
242 |
<td style="padding-left:0; padding-bottom:0;" colspan="2">
|
243 |
+
<small>Autodisable page after countdown with <a style="color:#DC3232" href="https://snapcreek.com" target="_blank">Coming Soon Page Elite</a></small>
|
244 |
</td>
|
245 |
</tr>
|
246 |
|
pages/page-options-display-tab.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
-
Copyright (C)
|
5 |
-
website:
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -190,7 +190,7 @@ if ($error_string != "") :
|
|
190 |
</tr>
|
191 |
<tr>
|
192 |
<td style="padding-left:0; padding-bottom:0;" colspan="2">
|
193 |
-
<small>Display fullscreen video with <a style="color:#DC3232" href="
|
194 |
</td>
|
195 |
</tr>
|
196 |
</table>
|
@@ -285,7 +285,7 @@ if ($error_string != "") :
|
|
285 |
</tr>
|
286 |
<tr>
|
287 |
<td style="padding-left:0; padding-bottom:0;" colspan="2">
|
288 |
-
<small>Google Fonts & Effects available in <a style="color:#DC3232" href="
|
289 |
</td>
|
290 |
</tr>
|
291 |
</table>
|
@@ -352,6 +352,6 @@ if ($error_string != "") :
|
|
352 |
</tr>
|
353 |
</table>
|
354 |
|
355 |
-
<div style="margin-top:4px;"><a target="_blank" href="
|
356 |
</div>
|
357 |
</div>
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
+
Copyright (C) 2016, Snap Creek LLC
|
5 |
+
website: snapcreek.com contact: support@snapcreek.com
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
190 |
</tr>
|
191 |
<tr>
|
192 |
<td style="padding-left:0; padding-bottom:0;" colspan="2">
|
193 |
+
<small>Display fullscreen video with <a style="color:#DC3232" href="https://snapcreek.com/ezp-coming-soon/" target="_blank">Coming Soon Page Elite</a></small>
|
194 |
</td>
|
195 |
</tr>
|
196 |
</table>
|
285 |
</tr>
|
286 |
<tr>
|
287 |
<td style="padding-left:0; padding-bottom:0;" colspan="2">
|
288 |
+
<small>Google Fonts & Effects available in <a style="color:#DC3232" href="https://snapcreek.com/ezp-coming-soon/" target="_blank">Coming Soon Page Elite</a></small>
|
289 |
</td>
|
290 |
</tr>
|
291 |
</table>
|
352 |
</tr>
|
353 |
</table>
|
354 |
|
355 |
+
<div style="margin-top:4px;"><a target="_blank" href="https://snapcreek.com/ezp-coming-soon/docs/faqs-tech/"><span class="description"><?php EZP_CS_Utility::_e('CSS Styling Tips'); ?></span></a></div>
|
356 |
</div>
|
357 |
</div>
|
pages/page-options-settings.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
-
Copyright (C)
|
5 |
-
website:
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -186,7 +186,7 @@
|
|
186 |
</tr>
|
187 |
<tr>
|
188 |
<td style="padding-left:0; padding-bottom:0;" colspan="2">
|
189 |
-
<small>Get more social icons with <a style="color:#DC3232" href="
|
190 |
</td>
|
191 |
</tr>
|
192 |
</table>
|
@@ -261,7 +261,7 @@
|
|
261 |
</tr>
|
262 |
<tr>
|
263 |
<td style="padding-left:0; padding-bottom:0;" colspan="2">
|
264 |
-
<small>Grant access by IP or
|
265 |
</td>
|
266 |
</tr>
|
267 |
</table>
|
@@ -271,11 +271,11 @@
|
|
271 |
<?php
|
272 |
submit_button();
|
273 |
?>
|
274 |
-
<a href="
|
275 |
|
|
276 |
-
<a href="
|
277 |
|
|
278 |
-
<a href="
|
279 |
</form>
|
280 |
</div>
|
281 |
</div>
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
+
Copyright (C) 2016, Snap Creek LLC
|
5 |
+
website: snapcreek.com contact: support@snapcreek.com
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
186 |
</tr>
|
187 |
<tr>
|
188 |
<td style="padding-left:0; padding-bottom:0;" colspan="2">
|
189 |
+
<small>Get more social icons with <a style="color:#DC3232" href="https://snapcreek.com/ezp-coming-soon/" target="_blank">Coming Soon Page Elite</a></small>
|
190 |
</td>
|
191 |
</tr>
|
192 |
</table>
|
261 |
</tr>
|
262 |
<tr>
|
263 |
<td style="padding-left:0; padding-bottom:0;" colspan="2">
|
264 |
+
<small>Grant access by IP or special URL with <a style="color:#DC3232" href="https://snapcreek.com/ezp-coming-soon/" target="_blank">Coming Soon Page Elite</a></small>
|
265 |
</td>
|
266 |
</tr>
|
267 |
</table>
|
271 |
<?php
|
272 |
submit_button();
|
273 |
?>
|
274 |
+
<a href="https://snapcreek.com/ezp-coming-soon/docs/faqs-tech/" target="_blank"><?php EZP_CS_Utility::_e('FAQ'); ?></a>
|
275 |
|
|
276 |
+
<a href="https://wordpress.org/support/plugin/easy-pie-coming-soon/reviews/" target="_blank"><?php echo EZP_CS_Utility::__('Rate'); ?></a>
|
277 |
|
|
278 |
+
<a href="https://snapcreek.com/support/" target="_blank"><?php EZP_CS_Utility::_e('Contact') ?></a>
|
279 |
</form>
|
280 |
</div>
|
281 |
</div>
|
pages/page-options.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
-
Copyright (C)
|
5 |
-
website:
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -102,11 +102,11 @@ if (isset($_GET['tab'])) {
|
|
102 |
<input style="margin-left:15px" type="submit" name="submit" id="submit" class="button button-primary" value="Save & Preview" onclick="document.getElementById('ezp-cs-submit-type').value = 'preview';debugger;return true;"/>
|
103 |
</p>
|
104 |
|
105 |
-
<a href="
|
106 |
|
|
107 |
-
<a href="
|
108 |
|
|
109 |
-
<a href="
|
110 |
</form>
|
111 |
</div>
|
112 |
</div>
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
+
Copyright (C) 2016, Snap Creek LLC
|
5 |
+
website: snapcreek.com contact: support@snapcreek.com
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
102 |
<input style="margin-left:15px" type="submit" name="submit" id="submit" class="button button-primary" value="Save & Preview" onclick="document.getElementById('ezp-cs-submit-type').value = 'preview';debugger;return true;"/>
|
103 |
</p>
|
104 |
|
105 |
+
<a href="https://snapcreek.com/ezp-coming-soon/docs/faqs-tech/" target="_blank"><?php EZP_CS_Utility::_e('FAQ'); ?></a>
|
106 |
|
|
107 |
+
<a href="https://wordpress.org/support/plugin/easy-pie-coming-soon/reviews/" target="_blank"><?php echo EZP_CS_Utility::__('Rate'); ?></a>
|
108 |
|
|
109 |
+
<a href="https://snapcreek.com/support/" target="_blank"><?php EZP_CS_Utility::_e('Contact') ?></a>
|
110 |
</form>
|
111 |
</div>
|
112 |
</div>
|
pages/page-preview-tab.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
-
Copyright (C)
|
5 |
-
website:
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
+
Copyright (C) 2016, Snap Creek LLC
|
5 |
+
website: snapcreek.com contact: support@snapcreek.com
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
pages/page-subscribers-list-tab.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
-
Copyright (C)
|
5 |
-
website:
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -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="text-align:center;"><small style="margin-top:17px; ">Get an email when a subscriber signs up with <a style="color:#DC3232" target="_blank" href="
|
174 |
</p>
|
175 |
</div>
|
176 |
</div>
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
+
Copyright (C) 2016, Snap Creek LLC
|
5 |
+
website: snapcreek.com contact: support@snapcreek.com
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
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="text-align:center;"><small style="margin-top:17px; ">Get an email when a subscriber signs up with <a style="color:#DC3232" target="_blank" href="https://snapcreek.com/ezp-coming-soon/">Coming Soon Page Elite</a></small>
|
174 |
</p>
|
175 |
</div>
|
176 |
</div>
|
pages/page-subscribers-newsletter-tab.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
-
Copyright (C)
|
5 |
-
website:
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
@@ -71,14 +71,14 @@ $config = EZP_CS_Config_Entity::get_by_id($global->config_index);
|
|
71 |
<h3 style="margin-top:40px;margin-bottom:10px;">Step 2. Import CSV file into an email marketing service.</h3>
|
72 |
<p>Import the saved CSV file into one of the following providers or use your own.</p>
|
73 |
<div style="height:100px">
|
74 |
-
<div class='ezp-cs-mail-provider' style="margin-left:0px;"><a href="
|
75 |
-
<div class='ezp-cs-mail-provider'><a href="
|
76 |
-
<div class='ezp-cs-mail-provider'><a href="
|
77 |
-
<div class='ezp-cs-mail-provider' style="clear:right"><a href="
|
78 |
</div>
|
79 |
</div>
|
80 |
<p style="margin-left:8px;margin-top:10px;font-style:italic; clear:both">
|
81 |
-
<small style="margin-top:17px; ">AutoSync your subscribers to MailChimp with <a style="color:#DC3232" target="_blank" href="
|
82 |
</p>
|
83 |
</div>
|
84 |
</div>
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
+
Copyright (C) 2016, Snap Creek LLC
|
5 |
+
website: snapcreek.com contact: support@snapcreek.com
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
71 |
<h3 style="margin-top:40px;margin-bottom:10px;">Step 2. Import CSV file into an email marketing service.</h3>
|
72 |
<p>Import the saved CSV file into one of the following providers or use your own.</p>
|
73 |
<div style="height:100px">
|
74 |
+
<div class='ezp-cs-mail-provider' style="margin-left:0px;"><a href="https://snapcreek.com/aweber" target="_blank"><img src="<?php echo EZP_CS_Utility::$PLUGIN_URL . '/images/affiliates/aweber-200.png'?> "/></a></div>
|
75 |
+
<div class='ezp-cs-mail-provider'><a href="https://snapcreek.com/getresponse" target="_blank"><img src="<?php echo EZP_CS_Utility::$PLUGIN_URL . '/images/affiliates/getresponse-200.png'?> "/></a></div>
|
76 |
+
<div class='ezp-cs-mail-provider'><a href="https://snapcreek.com/MadMimi" target="_blank"><img src="<?php echo EZP_CS_Utility::$PLUGIN_URL . '/images/affiliates/mad-mimi2-200.png'?> "/></a></div>
|
77 |
+
<div class='ezp-cs-mail-provider' style="clear:right"><a href="https://snapcreek.com/mailchimp" target="_blank"><img src="<?php echo EZP_CS_Utility::$PLUGIN_URL . '/images/affiliates/mailchimp-200.png'?> "/></a></div>
|
78 |
</div>
|
79 |
</div>
|
80 |
<p style="margin-left:8px;margin-top:10px;font-style:italic; clear:both">
|
81 |
+
<small style="margin-top:17px; ">AutoSync your subscribers to MailChimp with <a style="color:#DC3232" target="_blank" href="https://snapcreek.com/ezp-coming-soon/">Coming Soon Page Elite</a></small>
|
82 |
</p>
|
83 |
</div>
|
84 |
</div>
|
pages/page-subscribers.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
-
Copyright (C)
|
5 |
-
website:
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
+
Copyright (C) 2016, Snap Creek LLC
|
5 |
+
website: snapcreek.com contact: support@snapcreek.com
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== EZP 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
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -37,7 +37,7 @@ Let your visitors know your site is Coming Soon while gathering their contact in
|
|
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://
|
41 |
|
42 |
* Fullscreen video
|
43 |
* Google Fonts & Effects
|
@@ -80,7 +80,7 @@ Finally, your visitors won't be just shown your web host's parked domain page, i
|
|
80 |
|
81 |
== Frequently Asked Questions ==
|
82 |
|
83 |
-
For the FAQ on EZP Coming Soon Page please visit the [
|
84 |
|
85 |
== Screenshots ==
|
86 |
|
@@ -92,6 +92,9 @@ For the FAQ on EZP Coming Soon Page please visit the [Easy Pie Website](http://e
|
|
92 |
|
93 |
== Changelog ==
|
94 |
|
|
|
|
|
|
|
95 |
= 1.0.3 =
|
96 |
* Coming soon indication more prominant - now in admin bar
|
97 |
* Small admin screen UI tweaks
|
@@ -150,7 +153,10 @@ For the FAQ on EZP Coming Soon Page please visit the [Easy Pie Website](http://e
|
|
150 |
|
151 |
== Upgrade Notice ==
|
152 |
|
153 |
-
= 1.0.
|
|
|
|
|
|
|
154 |
* Made coming soon indication more prominant by putting in admin bar, Small admin screen UI tweaks
|
155 |
|
156 |
= 1.0.2 =
|
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.4
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
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
|
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 |
|
92 |
|
93 |
== Changelog ==
|
94 |
|
95 |
+
= 1.0.4 =
|
96 |
+
* Switched home website from easypiewp.com to snapcreek.com
|
97 |
+
|
98 |
= 1.0.3 =
|
99 |
* Coming soon indication more prominant - now in admin bar
|
100 |
* Small admin screen UI tweaks
|
153 |
|
154 |
== Upgrade Notice ==
|
155 |
|
156 |
+
= 1.0.4 =
|
157 |
+
* Switched home website from easypiewp.com to snapcreek.com
|
158 |
+
|
159 |
+
= 1.0.3 =
|
160 |
* Made coming soon indication more prominant by putting in admin bar, Small admin screen UI tweaks
|
161 |
|
162 |
= 1.0.2 =
|
web-service/crm_ws.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
-
Copyright (C)
|
5 |
-
website:
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|
1 |
<?php
|
2 |
/*
|
3 |
Easy Pie Coming Soon Plugin
|
4 |
+
Copyright (C) 2016, Snap Creek LLC
|
5 |
+
website: snapcreek.com contact: support@snapcreek.com
|
6 |
|
7 |
Easy Pie Coming Soon Plugin is distributed under the GNU General Public License, Version 3,
|
8 |
June 2007. Copyright (C) 2007 Free Software Foundation, Inc., 51 Franklin
|