Plugin Directory

Changeset 2385416


Ignore:
Timestamp:
09/21/2020 07:50:56 AM (6 years ago)
Author:
wpicalavailability
Message:
  • Fixed: Removed overwriting of the default timezone
Location:
wp-ical-availability/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-ical-availability/trunk/readme.txt

    r1751129 r2385416  
    44Requires at least: 3.0
    55Tested up to: 4.8
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77
    88This calendar imports an iCal feed from an external website, like Airbnb, and shows the availability based on that feed.
     
    6666
    6767== Changelog ==
     68
     69= 1.0.2=
     70* Fixed: Removed overwriting of the default timezone
    6871
    6972= 1.0.1 =
  • wp-ical-availability/trunk/wp-ical-availability.php

    r1681120 r2385416  
    44 * Plugin URI:  http://www.wpicalavailability.com
    55 * Description: WP iCal Availability
    6  * Version:     1.0.1
     6 * Version:     1.0.2
    77 * Author:      WP iCal Availability
    88 * Author URI:  http://www.wpicalavailability.com
     
    3939
    4040
    41 if(get_option('timezone_string')){
    42     @date_default_timezone_set(get_option('timezone_string'));   
    43 }
    44 if(get_option('gmt_offset')){
    45     @date_default_timezone_set(wpia_tz_offset_to_name(get_option('gmt_offset')));
    4641
    47 }
    4842
    4943if (is_admin()) {
Note: See TracChangeset for help on using the changeset viewer.