Version Description
- Fixed the issue of Headline Font Size.
Download this release
Release Info
Developer | priyanshu.mittal |
Plugin | Easy Coming Soon |
Version | 2.2 |
Comparing to | |
See all releases |
Code changes from version 2.1 to 2.2
- coming-soon-plugin.php +1 -1
- readme.txt +5 -2
- template/coming_soon_display.php +2 -2
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: 2.
|
6 |
Author:Ankit Agarwal, Priyanshu Mittal
|
7 |
Author URI: http://easycomingsoon.com/
|
8 |
Plugin URI: http://easycomingsoon.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: 2.2
|
6 |
Author:Ankit Agarwal, Priyanshu Mittal
|
7 |
Author URI: http://easycomingsoon.com/
|
8 |
Plugin URI: http://easycomingsoon.com/
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: a.ankit,priyanshu.mittal
|
|
3 |
Donate link: http://easycomingsoon.com/
|
4 |
Tags: coming soon wordpress plugin,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,wordpress under construction page,wordpress landing page, ultimate coming soon page, ultimate landing page, wordpress maintenance mode plugin
|
5 |
Requires at least: 3.3+
|
6 |
-
Tested up to: 4.9
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -121,6 +121,9 @@ In case you face any problem, contact us [here](http://easycomingsoon.com/contac
|
|
121 |
|
122 |
== Changelog ==
|
123 |
|
|
|
|
|
|
|
124 |
= 2.1 =
|
125 |
1. Added button for get free 15 High resolution backgrounds.
|
126 |
|
3 |
Donate link: http://easycomingsoon.com/
|
4 |
Tags: coming soon wordpress plugin,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,wordpress under construction page,wordpress landing page, ultimate coming soon page, ultimate landing page, wordpress maintenance mode plugin
|
5 |
Requires at least: 3.3+
|
6 |
+
Tested up to: 4.9.2
|
7 |
+
Stable tag: 2.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
121 |
|
122 |
== Changelog ==
|
123 |
|
124 |
+
= 2.2 =
|
125 |
+
1. Fixed the issue of Headline Font Size.
|
126 |
+
|
127 |
= 2.1 =
|
128 |
1. Added button for get free 15 High resolution backgrounds.
|
129 |
|
template/coming_soon_display.php
CHANGED
@@ -103,8 +103,8 @@ $notification_settings =get_option('soon_page_notification_settings');
|
|
103 |
<!-- Main hero unit for a primary marketing message or call to action -->
|
104 |
<div class="hero-unit" style=" background:rgba(0,0,0,0.5);">
|
105 |
<center>
|
106 |
-
<div
|
107 |
-
<h1><?php if($general_settings['title']!=''){echo ucwords($general_settings['title']); } else { echo('coming soon page');} ?></h1></div>
|
108 |
|
109 |
|
110 |
<div id="descrip" >
|
103 |
<!-- Main hero unit for a primary marketing message or call to action -->
|
104 |
<div class="hero-unit" style=" background:rgba(0,0,0,0.5);">
|
105 |
<center>
|
106 |
+
<div>
|
107 |
+
<h1 id="title_style"><?php if($general_settings['title']!=''){echo ucwords($general_settings['title']); } else { echo('coming soon page');} ?></h1></div>
|
108 |
|
109 |
|
110 |
<div id="descrip" >
|