Coming soon and Maintenance mode - Version 3.0.6

Version Description

Download this release

Release Info

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

Code changes from version 3.0.5 to 3.0.6

coming_soon.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * Author URI: http://wpdevart.com
6
  * 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.
7
- * Version: 3.0.5
8
  * Author: wpdevart
9
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * Author URI: http://wpdevart.com
6
  * 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.
7
+ * Version: 3.0.6
8
  * Author: wpdevart
9
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
images/featured_plugins/icon-128x128.png ADDED
Binary file
includes/admin_menu.php CHANGED
@@ -1881,6 +1881,12 @@ class coming_soon_admin_menu{
1881
  'title' => 'Contact Form',
1882
  'description' => 'Contact Form plugin is an nice and handy tool for creating different types of contact forms on your WordPress websites.'
1883
  ),
 
 
 
 
 
 
1884
  'coming_soon'=>array(
1885
  'image_url' => $this->plugin_url.'images/featured_plugins/coming_soon.jpg',
1886
  'site_url' => 'http://wpdevart.com/wordpress-coming-soon-plugin/',
1881
  'title' => 'Contact Form',
1882
  'description' => 'Contact Form plugin is an nice and handy tool for creating different types of contact forms on your WordPress websites.'
1883
  ),
1884
+ 'countdown_extended'=>array(
1885
+ 'image_url' => $this->plugin_url.'images/featured_plugins/icon-128x128.png',
1886
+ 'site_url' => 'http://wpdevart.com/wordpress-countdown-extended-version',
1887
+ 'title' => 'Countdown - Extended version ',
1888
+ 'description' => 'Countdown extended is an fresh and extended version of countdown timer. You can easily create and add countdown timers to your website.'
1889
+ ),
1890
  'coming_soon'=>array(
1891
  'image_url' => $this->plugin_url.'images/featured_plugins/coming_soon.jpg',
1892
  'site_url' => 'http://wpdevart.com/wordpress-coming-soon-plugin/',
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpdevart
3
  Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
  Tags: coming soon, wordpress coming soon, maintenance, maintenance mode, under construction
5
  Requires at least: 3.4.0
6
- Tested up to: 4.9.4
7
- Stable tag: 3.0.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
3
  Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
  Tags: coming soon, wordpress coming soon, maintenance, maintenance mode, under construction
5
  Requires at least: 3.4.0
6
+ Tested up to: 4.9.6
7
+ Stable tag: 3.0.6
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10