Plugin Directory

Changeset 639362


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

fixed an issue with the last update

File:
1 edited

Legend:

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

    r638963 r639362  
    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 
     5Version: 1.2.5.1
    66Author: Diego Pereyra
    77Author URI: http://www.dpereyra.com/
     
    1414$dpMaintenance = get_option('dpMaintenance_options');
    1515
    16 define("DPMAINTENANCE_VER","1.2.5",false);//Current Version of this plugin
     16define("DPMAINTENANCE_VER","1.2.5.1",false);//Current Version of this plugin
    1717if ( ! defined( 'DPMAINTENANCE_PLUGIN_BASENAME' ) )
    1818    define( 'DPMAINTENANCE_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
     
    8686                           'mailchimp_active'           => false,
    8787                           'mailchimp_api'              => '',
    88                            'mailchimp_list'             => ''
     88                           'mailchimp_list'             => '',
     89                           'your_name'                  => 'Your Name'
    8990                          );
    9091   
Note: See TracChangeset for help on using the changeset viewer.