Plugin Directory

Changeset 645105


Ignore:
Timestamp:
12/27/2012 08:13:27 PM (13 years ago)
Author:
dpereyra
Message:

Fixed an issue in the timer widget

File:
1 edited

Legend:

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

    r639362 r645105  
    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.5.1
     5Version: 1.2.5.2
    66Author: Diego Pereyra
    77Author URI: http://www.dpereyra.com/
     
    1414$dpMaintenance = get_option('dpMaintenance_options');
    1515
    16 define("DPMAINTENANCE_VER","1.2.5.1",false);//Current Version of this plugin
     16define("DPMAINTENANCE_VER","1.2.5.2",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.