Changeset 639362
- Timestamp:
- 12/14/2012 08:09:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dp-maintenance-mode-lite/trunk/dpMaintenanceLite.php
r638963 r639362 3 3 Plugin Name: DP Maintenance Mode Lite 4 4 Description: 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 5 Version: 1.2.5.1 6 6 Author: Diego Pereyra 7 7 Author URI: http://www.dpereyra.com/ … … 14 14 $dpMaintenance = get_option('dpMaintenance_options'); 15 15 16 define("DPMAINTENANCE_VER","1.2.5 ",false);//Current Version of this plugin16 define("DPMAINTENANCE_VER","1.2.5.1",false);//Current Version of this plugin 17 17 if ( ! defined( 'DPMAINTENANCE_PLUGIN_BASENAME' ) ) 18 18 define( 'DPMAINTENANCE_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); … … 86 86 'mailchimp_active' => false, 87 87 'mailchimp_api' => '', 88 'mailchimp_list' => '' 88 'mailchimp_list' => '', 89 'your_name' => 'Your Name' 89 90 ); 90 91
Note: See TracChangeset
for help on using the changeset viewer.