Changeset 2385416
- Timestamp:
- 09/21/2020 07:50:56 AM (6 years ago)
- Location:
- wp-ical-availability/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-ical-availability.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-ical-availability/trunk/readme.txt
r1751129 r2385416 4 4 Requires at least: 3.0 5 5 Tested up to: 4.8 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 8 8 This calendar imports an iCal feed from an external website, like Airbnb, and shows the availability based on that feed. … … 66 66 67 67 == Changelog == 68 69 = 1.0.2= 70 * Fixed: Removed overwriting of the default timezone 68 71 69 72 = 1.0.1 = -
wp-ical-availability/trunk/wp-ical-availability.php
r1681120 r2385416 4 4 * Plugin URI: http://www.wpicalavailability.com 5 5 * Description: WP iCal Availability 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: WP iCal Availability 8 8 * Author URI: http://www.wpicalavailability.com … … 39 39 40 40 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')));46 41 47 }48 42 49 43 if (is_admin()) {
Note: See TracChangeset
for help on using the changeset viewer.