Plugin Directory

Changeset 1453941


Ignore:
Timestamp:
07/13/2016 09:17:46 AM (10 years ago)
Author:
wpicalavailability
Message:

added follow redirects to curl

Location:
wp-ical-availability
Files:
325 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-ical-availability/trunk/include/class.iCalReader.php

    r1370585 r1453941  
    6060        curl_setopt($curl_handle, CURLOPT_CONNECTTIMEOUT, 1);
    6161        curl_setopt($curl_handle, CURLOPT_TIMEOUT, 2);
     62        curl_setopt($curl_handle, CURLOPT_FOLLOWLOCATION, true);
    6263        curl_setopt($curl_handle, CURLOPT_SSL_VERIFYPEER, FALSE);
    6364        curl_setopt($curl_handle, CURLOPT_RETURNTRANSFER, 1);
  • wp-ical-availability/trunk/readme.txt

    r1388198 r1453941  
    44Requires at least: 3.0
    55Tested up to: 4.5
    6 Stable tag: 0.5
     6Stable tag: 0.6
    77
    88This calendar imports an iCal feed from an external website, like Airbnb, and shows the availability based on that feed.
     
    6767== Changelog ==
    6868
     69= 0.6 =
     70* Added follow redirects to curl
     71
    6972= 0.5 =
    7073* Fixed a bug when the timezone is missing in the .ics file.
     
    8689== Upgrade Notice ==
    8790
     91= 0.6 =
     92* Added follow redirects to curl
     93
    8894= 0.5 =
    8995* Fixed a bug when the timezone is missing in the .ics file.
  • wp-ical-availability/trunk/wp-ical-availability.php

    r1388198 r1453941  
    44 * Plugin URI:  http://www.wpicalavailability.com
    55 * Description: WP iCal Availability
    6  * Version:     0.5
     6 * Version:     0.6
    77 * Author:      WP iCal Availability
    88 * Author URI:  http://www.wpicalavailability.com
Note: See TracChangeset for help on using the changeset viewer.