Maintenance - Version 3.6.3

Version Description

  • Bug fix: Deactivated statistics

=

Download this release

Release Info

Developer fruitfulcode
Plugin Icon 128x128 Maintenance
Version 3.6.3
Comparing to
See all releases

Code changes from version 3.6.2 to 3.6.3

Files changed (3) hide show
  1. .gitignore +1 -0
  2. maintenance.php +4 -4
  3. readme.txt +6 -2
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ .idea/
maintenance.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Maintenance
4
  Plugin URI: http://wordpress.org/plugins/maintenance/
5
  Description: Take your website for maintenance away from public view. Use maintenance plugin if your website is in development or you need to change a few things, run an upgrade. Make it only accessible by login and password. Plugin has a options to add a logo, background, headline, message, colors, login, etc. Extended PRO with more features version is available for purchase.
6
- Version: 3.6.2
7
  Author: fruitfulcode
8
  Author URI: https://fruitfulcode.com
9
  License: GPL2
@@ -74,9 +74,9 @@ class maintenance {
74
  require_once( MAINTENANCE_INCLUDES . 'admin.php' );
75
 
76
  // Fruitful statistics
77
- require_once( MAINTENANCE_DIR . 'vendor/fruitful-stats/send-statistics.php' );
78
- $Maintenance_Stats = new Maintenance_Stats( __FILE__ );
79
- $Maintenance_Stats->dispatch();
80
  }
81
  }
82
 
3
  Plugin Name: Maintenance
4
  Plugin URI: http://wordpress.org/plugins/maintenance/
5
  Description: Take your website for maintenance away from public view. Use maintenance plugin if your website is in development or you need to change a few things, run an upgrade. Make it only accessible by login and password. Plugin has a options to add a logo, background, headline, message, colors, login, etc. Extended PRO with more features version is available for purchase.
6
+ Version: 3.6.3
7
  Author: fruitfulcode
8
  Author URI: https://fruitfulcode.com
9
  License: GPL2
74
  require_once( MAINTENANCE_INCLUDES . 'admin.php' );
75
 
76
  // Fruitful statistics
77
+ //require_once( MAINTENANCE_DIR . 'vendor/fruitful-stats/send-statistics.php' );
78
+ //$Maintenance_Stats = new Maintenance_Stats( __FILE__ );
79
+ //$Maintenance_Stats->dispatch();
80
  }
81
  }
82
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: fruitfulcode
3
  Donate link: http://fruitfulcode.com/
4
  Tags: maintenance, maintenance mode, coming soon, splash page, under-construction, 503 error, administration, login, customize page, background, fullscreen, blur
5
  Requires at least: 3.5
6
- Tested up to: 5.2.1
7
- Stable tag: 3.6.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -119,6 +119,10 @@ No, it will be display error on current maintenance page, without redirect to wp
119
  = I haven’t found an answer to my question, what should I do? =
120
  You can check <a href="http://wordpress.org/support/plugin/maintenance">support forum</a> or <a class="send-mail" target="_blank" href="mailto:mail@fruitfulcode.com?subject=Maintenance%20Plugin">send email to us</a>
121
 
 
 
 
 
122
  == Change log ==
123
  = 3.6.2 =
124
  - New: Added option to switch sound on video
3
  Donate link: http://fruitfulcode.com/
4
  Tags: maintenance, maintenance mode, coming soon, splash page, under-construction, 503 error, administration, login, customize page, background, fullscreen, blur
5
  Requires at least: 3.5
6
+ Tested up to: 5.2.2
7
+ Stable tag: 3.6.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
119
  = I haven’t found an answer to my question, what should I do? =
120
  You can check <a href="http://wordpress.org/support/plugin/maintenance">support forum</a> or <a class="send-mail" target="_blank" href="mailto:mail@fruitfulcode.com?subject=Maintenance%20Plugin">send email to us</a>
121
 
122
+ == Change log ==
123
+ = 3.6.3 =
124
+ - Bug fix: Deactivated statistics
125
+
126
  == Change log ==
127
  = 3.6.2 =
128
  - New: Added option to switch sound on video