Plugin Directory

Changeset 680000


Ignore:
Timestamp:
03/11/2013 08:21:20 PM (13 years ago)
Author:
dpereyra
Message:

Fixed an issue with Twitter feeds

Location:
dp-maintenance-mode-lite/trunk
Files:
1 added
2 edited

Legend:

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

    r676300 r680000  
    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.3.1
     5Version: 1.3.2
    66Author: Diego Pereyra
    77Author URI: http://www.dpereyra.com/
     
    1414$dpMaintenance = get_option('dpMaintenance_options');
    1515
    16 define("DPMAINTENANCE_VER","1.3.1",false);//Current Version of this plugin
     16define("DPMAINTENANCE_VER","1.3.2",false);//Current Version of this plugin
    1717if ( ! defined( 'DPMAINTENANCE_PLUGIN_BASENAME' ) )
    1818    define( 'DPMAINTENANCE_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
  • dp-maintenance-mode-lite/trunk/readme.txt

    r676300 r680000  
    55Requires at least: 3.0
    66Tested up to: 3.5
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     43= 1.3.2 =
     44* Fixed an issue with Twitter feeds
     45
    4346= 1.3.1 =
    4447* Added support to Twitter API 1.1
     
    7578
    7679== Upgrade Notice ==
     80
     81= 1.3.2 =
     82* Fixed an issue with Twitter feeds
    7783
    7884= 1.3.1 =
Note: See TracChangeset for help on using the changeset viewer.