Coming soon and Maintenance mode - Version 2.3.4

Version Description

Download this release

Release Info

Developer wpdevart
Plugin Icon 128x128 Coming soon and Maintenance mode
Version 2.3.4
Comparing to
See all releases

Code changes from version 2.3.3 to 2.3.4

coming_soon.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Coming soon and Maintenance mode WpDevArt
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * Description: Coming soon and Maintenance mode plugin is awesome tool to show your users that you are working on your website to make it better. Our coming soon plugin is the best way to create better coming soon page.
6
- * Version: 2.3.3
7
  * Author: maintenance mode GG, wpdevart, big ben keeper
8
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
3
  * Plugin Name: Coming soon and Maintenance mode WpDevArt
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * Description: Coming soon and Maintenance mode plugin is awesome tool to show your users that you are working on your website to make it better. Our coming soon plugin is the best way to create better coming soon page.
6
+ * Version: 2.3.4
7
  * Author: maintenance mode GG, wpdevart, big ben keeper
8
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
includes/admin_menu.php CHANGED
@@ -1837,7 +1837,7 @@ class coming_soon_admin_menu{
1837
  die($this->text_parametrs['sucsses_mailed']);
1838
 
1839
  }
1840
- /*################################## FEATURED PLUGINS #########################################*/
1841
  public function featured_plugins(){
1842
  $plugins_array=array(
1843
  'coming_soon'=>array(
1837
  die($this->text_parametrs['sucsses_mailed']);
1838
 
1839
  }
1840
+ /*################################## FEATURED PLUGINS SECTION #########################################*/
1841
  public function featured_plugins(){
1842
  $plugins_array=array(
1843
  'coming_soon'=>array(
includes/style/admin-style.css CHANGED
@@ -185,7 +185,7 @@
185
  margin-left: 15px;
186
  }
187
 
188
- /*SAVING PARAMETERS*/
189
  button{
190
  webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
191
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
185
  margin-left: 15px;
186
  }
187
 
188
+ /********************* SAVE BUTTON STYLE STYLE ********************/
189
  button{
190
  webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
191
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
includes/style/jquery-ui-style.css CHANGED
@@ -1201,7 +1201,7 @@ body .ui-tooltip {
1201
  border-bottom-right-radius: 4px;
1202
  }
1203
 
1204
- /* Overlays */
1205
  .ui-widget-overlay {
1206
  background: #666666 url("../../images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
1207
  opacity: .5;
1201
  border-bottom-right-radius: 4px;
1202
  }
1203
 
1204
+ /********************* Overlays Style ********************/
1205
  .ui-widget-overlay {
1206
  background: #666666 url("../../images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
1207
  opacity: .5;
includes/style/style.css CHANGED
@@ -237,7 +237,7 @@ figure, figcaption {
237
 
238
 
239
 
240
- /* SUBSCRIBE*/
241
  .subscribe_input{
242
  display:inline-block;
243
  box-sizing: border-box;
237
 
238
 
239
 
240
+ /********************* SUBSCRIBE STYLE ********************/
241
  .subscribe_input{
242
  display:inline-block;
243
  box-sizing: border-box;
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Coming soon and Maintenance mode ===
2
  Contributors: maintenance mode GG, wpdevart, big ben keeper
3
  Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
- Tags: widget, Post , plugin, admin, page, coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, newsletter, offline, unavailable, under construction, wordpress coming soon, wordpress maintenance mode, wordpress under construction, landing page, underconstruction, squeeze page, countdown, maintenance page, site offline, wordpress maintenance plugin, wordpress maintenance mode. wordpress under constructio, email, gmail, message, notify, preview, subscriber, user, meta, under maintenance, site maintenance, schedule maintenance, admin maintenance, Maintenance Checklist, mode, custom maintenence mode, responsive, video background, under construction page, slider
5
  Requires at least: 3.4.0
6
  Tested up to: 4.2.3
7
- Stable tag: 2.3.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
1
  === Coming soon and Maintenance mode ===
2
  Contributors: maintenance mode GG, wpdevart, big ben keeper
3
  Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
+ Tags: widget, Post , plugin, admin, page, coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, newsletter, offline, unavailable, under construction, wordpress coming soon, wordpress maintenance mode, wordpress under construction, landing page, underconstruction, squeeze page, countdown, maintenance page, site offline, wordpress maintenance plugin, wordpress maintenance mode. wordpress under constructio, email, gmail, message, notify, preview, subscriber, user, meta, under maintenance, site maintenance, schedule maintenance, admin maintenance, Maintenance Checklist, mode, custom maintenence mode, responsive, video background, under construction page, backgound slideshow
5
  Requires at least: 3.4.0
6
  Tested up to: 4.2.3
7
+ Stable tag: 2.3.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10