Site Offline or Coming Soon - Version 1.3

Version Description

Download this release

Release Info

Developer Muneeb
Plugin Icon 128x128 Site Offline or Coming Soon
Version 1.3
Comparing to
See all releases

Code changes from version 1.2 to 1.3

Files changed (2) hide show
  1. main.php +4 -4
  2. site-offline-options.php +1 -1
main.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /*
3
  Plugin Name: Site Offline or Coming Soon
4
- Plugin URI: http://imuneeb.com/wordpress-coming-soon-plugin/
5
  Description: Make safe changes to your site by enabling site offline mode with this plugin you'll be able to navigate your site normally but your regular visitor will se a site offline or coming soon page
6
- Version: 1.4
7
  Author: Muneeb
8
- Author URI: http://imuneeb.com
9
  License: GPLv2 or later
10
- CopyRight (c) 2011 Muneeb ur Rehman http://imuneeb.com
11
  */
12
 
13
  function cp_siteoffline_activate()
1
  <?php
2
  /*
3
  Plugin Name: Site Offline or Coming Soon
4
+ Plugin URI: http://muneeb.me/wordpress-coming-soon/
5
  Description: Make safe changes to your site by enabling site offline mode with this plugin you'll be able to navigate your site normally but your regular visitor will se a site offline or coming soon page
6
+ Version: 1.5
7
  Author: Muneeb
8
+ Author URI: http://muneeb.me
9
  License: GPLv2 or later
10
+ CopyRight (c) 2011 Muneeb ur Rehman http://muneeb.me/contact/
11
  */
12
 
13
  function cp_siteoffline_activate()
site-offline-options.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  <div class="wrap">
4
  <div>
5
- <h3 style="margin:5px;"><a href="http://imuneeb.com/wordpress-coming-soon/">Premium Version: WordPress Site offline/Coming Soon Plus Plugin</a></h3>
6
  </div>
7
  <div id="icon-options-general" class="icon32"><br /></div>
8
 
2
 
3
  <div class="wrap">
4
  <div>
5
+ <h3 style="margin:5px;"><a href="http://muneeb.me/wordpress-coming-soon/">Premium Version: WordPress Site offline/Coming Soon Plus Plugin</a></h3>
6
  </div>
7
  <div id="icon-options-general" class="icon32"><br /></div>
8