WP Construction Mode - Version 1.3

Version Description

Download this release

Release Info

Developer smartcat
Plugin Icon 128x128 WP Construction Mode
Version 1.3
Comparing to
See all releases

Code changes from version 1.2 to 1.3

Files changed (1) hide show
  1. under-construction.php +2 -2
under-construction.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Construction Mode
4
  Plugin URI: http://smartcatdesign.net/under-construction-maintenance-mode-free-wordpress-plugin/
5
  Description: Display a customizable Under Construction or Coming Soon page for all users who are not logged in. Perfect for developing on a live server!
6
- Version: 1.1
7
  Author: SmartCat
8
  Author URI: http://smartcatdesign.net
9
  License: GPL v2
@@ -175,7 +175,7 @@ function show_uc() {
175
  }
176
  }
177
  }
178
- wp_register_style( 'wuc_style', plugins_url() . '/wp-construction-mode/style/style.css', false, '1.1' );
179
  wp_enqueue_style( 'wuc_style' );
180
  add_action('wp_head', 'show_uc');
181
  ?>
3
  Plugin Name: WP Construction Mode
4
  Plugin URI: http://smartcatdesign.net/under-construction-maintenance-mode-free-wordpress-plugin/
5
  Description: Display a customizable Under Construction or Coming Soon page for all users who are not logged in. Perfect for developing on a live server!
6
+ Version: 1.3
7
  Author: SmartCat
8
  Author URI: http://smartcatdesign.net
9
  License: GPL v2
175
  }
176
  }
177
  }
178
+ wp_register_style( 'wuc_style', plugins_url() . '/wp-construction-mode/style/style.css', false, '1.2' );
179
  wp_enqueue_style( 'wuc_style' );
180
  add_action('wp_head', 'show_uc');
181
  ?>