Plugin Directory

Changeset 631825


Ignore:
Timestamp:
11/29/2012 03:51:08 PM (13 years ago)
Author:
dpereyra
Message:

Fixed a minor issue with Newsletter form.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dp-maintenance-mode-lite/trunk/dpMaintenanceLite.php

    r622680 r631825  
    33Plugin Name: DP Maintenance Mode Lite
    44Description: The DP Maintenance Lite plugin includes the possibility to add a maintenance mode with a sleek theme to your website.
    5 Version: 1.2.2 
     5Version: 1.2.3 
    66Author: Diego Pereyra
    77Author URI: http://www.dpereyra.com/
     
    1414$dpMaintenance = get_option('dpMaintenance_options');
    1515
    16 define("DPMAINTENANCE_VER","1.2.2",false);//Current Version of this plugin
     16define("DPMAINTENANCE_VER","1.2.3",false);//Current Version of this plugin
    1717if ( ! defined( 'DPMAINTENANCE_PLUGIN_BASENAME' ) )
    1818    define( 'DPMAINTENANCE_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.