Plugin Directory

Changeset 644562


Ignore:
Timestamp:
12/26/2012 10:26:50 AM (13 years ago)
Author:
Danny159
Message:

v1.1

Location:
scheduled-contnet-by-streama/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scheduled-contnet-by-streama/trunk/index.php

    r643829 r644562  
    55Description: Scheduled content enables you to schedule portions of a post or page and/or set an expiery date for that content.
    66Author: Streama
    7 Version: 1.0
     7Version: 1.1
    88License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    99*/
     10
     11date_default_timezone_set(get_option('timezone_string'));
    1012
    1113add_shortcode('schedule', 'streama_schdule');
     
    6668    // Finally return what we find out
    6769    return $return;
     70   
    6871}
  • scheduled-contnet-by-streama/trunk/readme.txt

    r643832 r644562  
    3737= 1.0 = 
    3838* Public beta release
     39
     40= 1.1 = 
     41* Fix time issue that casues content to appear 1 hour early
Note: See TracChangeset for help on using the changeset viewer.