Changeset 680000
- Timestamp:
- 03/11/2013 08:21:20 PM (13 years ago)
- Location:
- dp-maintenance-mode-lite/trunk
- Files:
-
- 1 added
- 2 edited
-
dpMaintenanceLite.php (modified) (2 diffs)
-
lib/user_timeline.php (added)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dp-maintenance-mode-lite/trunk/dpMaintenanceLite.php
r676300 r680000 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.3. 15 Version: 1.3.2 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.3. 1",false);//Current Version of this plugin16 define("DPMAINTENANCE_VER","1.3.2",false);//Current Version of this plugin 17 17 if ( ! defined( 'DPMAINTENANCE_PLUGIN_BASENAME' ) ) 18 18 define( 'DPMAINTENANCE_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); -
dp-maintenance-mode-lite/trunk/readme.txt
r676300 r680000 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 == Changelog == 42 42 43 = 1.3.2 = 44 * Fixed an issue with Twitter feeds 45 43 46 = 1.3.1 = 44 47 * Added support to Twitter API 1.1 … … 75 78 76 79 == Upgrade Notice == 80 81 = 1.3.2 = 82 * Fixed an issue with Twitter feeds 77 83 78 84 = 1.3.1 =
Note: See TracChangeset
for help on using the changeset viewer.