Version Description
- Fixed a Layout issue in Option Panel
Download this release
Release Info
Developer | a.ankit |
Plugin | Easy Coming Soon |
Version | 1.6.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.1 to 1.6.2
- coming-soon-plugin.php +1 -1
- js/spa-tab.js +6 -0
- readme.txt +4 -1
coming-soon-plugin.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name:Easy Coming Soon
|
4 |
Description: Easy coming Soon plugin allows you to quickly create a launch / under construction page for your website. Collect E-mails and connect with users on Social Networks.
|
5 |
-
Version: 1.6.
|
6 |
Author:Deepesh paiwal, ANkit Agarwal
|
7 |
Author URI: http://webriti.com
|
8 |
Plugin URI: http://webriti.com
|
2 |
/*
|
3 |
Plugin Name:Easy Coming Soon
|
4 |
Description: Easy coming Soon plugin allows you to quickly create a launch / under construction page for your website. Collect E-mails and connect with users on Social Networks.
|
5 |
+
Version: 1.6.2
|
6 |
Author:Deepesh paiwal, ANkit Agarwal
|
7 |
Author URI: http://webriti.com
|
8 |
Plugin URI: http://webriti.com
|
js/spa-tab.js
CHANGED
@@ -8,6 +8,7 @@ jQuery(document).ready(function()
|
|
8 |
jQuery('#option_typography').hide();
|
9 |
jQuery('#coming_soon_pro').hide();
|
10 |
jQuery('#option_templates').hide();
|
|
|
11 |
});
|
12 |
jQuery('#ui-id-2').click(function(){
|
13 |
jQuery('#option_typography').show();
|
@@ -17,6 +18,7 @@ jQuery(document).ready(function()
|
|
17 |
jQuery('#option_home').hide();
|
18 |
jQuery('#coming_soon_pro').hide();
|
19 |
jQuery('#option_templates').hide();
|
|
|
20 |
});
|
21 |
/* jQuery('#ui-id-3').click(function(){
|
22 |
jQuery('#option_logo_header').show();
|
@@ -33,6 +35,7 @@ jQuery(document).ready(function()
|
|
33 |
jQuery('#option_home').hide();
|
34 |
jQuery('#coming_soon_pro').hide();
|
35 |
jQuery('#option_templates').hide();
|
|
|
36 |
});
|
37 |
jQuery('#ui-id-5').click(function(){
|
38 |
jQuery('#option_home').show();
|
@@ -42,6 +45,7 @@ jQuery(document).ready(function()
|
|
42 |
jQuery('#option_footer').hide();
|
43 |
jQuery('#coming_soon_pro').hide();
|
44 |
jQuery('#option_templates').hide();
|
|
|
45 |
});
|
46 |
jQuery('#ui-id-6').click(function(){
|
47 |
jQuery('#option_home').hide();
|
@@ -52,6 +56,7 @@ jQuery(document).ready(function()
|
|
52 |
jQuery('#coming_soon_pro').show();
|
53 |
jQuery('#img-right').hide();
|
54 |
jQuery('#option_templates').hide();
|
|
|
55 |
});
|
56 |
jQuery('#ui-id-8').click(function(){
|
57 |
jQuery('#option_templates').show();
|
@@ -63,6 +68,7 @@ jQuery(document).ready(function()
|
|
63 |
jQuery('#coming_soon_pro').hide();
|
64 |
|
65 |
jQuery('#img-right').hide();
|
|
|
66 |
});
|
67 |
|
68 |
|
8 |
jQuery('#option_typography').hide();
|
9 |
jQuery('#coming_soon_pro').hide();
|
10 |
jQuery('#option_templates').hide();
|
11 |
+
jQuery('#coming_soon_pro_detail').hide();
|
12 |
});
|
13 |
jQuery('#ui-id-2').click(function(){
|
14 |
jQuery('#option_typography').show();
|
18 |
jQuery('#option_home').hide();
|
19 |
jQuery('#coming_soon_pro').hide();
|
20 |
jQuery('#option_templates').hide();
|
21 |
+
jQuery('#coming_soon_pro_detail').hide();
|
22 |
});
|
23 |
/* jQuery('#ui-id-3').click(function(){
|
24 |
jQuery('#option_logo_header').show();
|
35 |
jQuery('#option_home').hide();
|
36 |
jQuery('#coming_soon_pro').hide();
|
37 |
jQuery('#option_templates').hide();
|
38 |
+
jQuery('#coming_soon_pro_detail').hide();
|
39 |
});
|
40 |
jQuery('#ui-id-5').click(function(){
|
41 |
jQuery('#option_home').show();
|
45 |
jQuery('#option_footer').hide();
|
46 |
jQuery('#coming_soon_pro').hide();
|
47 |
jQuery('#option_templates').hide();
|
48 |
+
jQuery('#coming_soon_pro_detail').hide();
|
49 |
});
|
50 |
jQuery('#ui-id-6').click(function(){
|
51 |
jQuery('#option_home').hide();
|
56 |
jQuery('#coming_soon_pro').show();
|
57 |
jQuery('#img-right').hide();
|
58 |
jQuery('#option_templates').hide();
|
59 |
+
jQuery('#coming_soon_pro_detail').hide();
|
60 |
});
|
61 |
jQuery('#ui-id-8').click(function(){
|
62 |
jQuery('#option_templates').show();
|
68 |
jQuery('#coming_soon_pro').hide();
|
69 |
|
70 |
jQuery('#img-right').hide();
|
71 |
+
jQuery('#coming_soon_pro_detail').hide();
|
72 |
});
|
73 |
|
74 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.webriti.com/
|
|
4 |
Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, under construction, admin, newsletter, offline, site offline, wordpress coming soon, wordpress under construction, wordpress maintenance mode,email,gmail,subscriber,notify,message,user,preview,
|
5 |
Requires at least: 3.3+
|
6 |
Tested up to: 4.1
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -110,6 +110,9 @@ In case you face any problem, contact us via the [Forums](http://wordpress.org/s
|
|
110 |
|
111 |
== Changelog ==
|
112 |
|
|
|
|
|
|
|
113 |
= 1.6.1 =
|
114 |
1. Minor Changes in Option Panel
|
115 |
|
4 |
Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, under construction, admin, newsletter, offline, site offline, wordpress coming soon, wordpress under construction, wordpress maintenance mode,email,gmail,subscriber,notify,message,user,preview,
|
5 |
Requires at least: 3.3+
|
6 |
Tested up to: 4.1
|
7 |
+
Stable tag: 1.6.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
110 |
|
111 |
== Changelog ==
|
112 |
|
113 |
+
= 1.6.2 =
|
114 |
+
1. Fixed a Layout issue in Option Panel
|
115 |
+
|
116 |
= 1.6.1 =
|
117 |
1. Minor Changes in Option Panel
|
118 |
|