Plugin Directory

Changeset 1504509


Ignore:
Timestamp:
09/28/2016 02:12:16 PM (10 years ago)
Author:
wpicalavailability
Message:

Removed the events description from the plugin.

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

Legend:

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

    r1388198 r1504509  
    2727            for($i = $start; $i<= $end; $i = $i + 60*60*24){
    2828                $calendarData[date('Y',$i)][date('n',$i)][date('j',$i)] = 'booked';
    29                 $calendarData[date('Y',$i)][date('n',$i)]['description-' . date('j',$i)] = $event['SUMMARY'];
     29               
    3030            }
    3131           
  • wp-ical-availability/trunk/readme.txt

    r1492373 r1504509  
    44Requires at least: 3.0
    55Tested up to: 4.6
    6 Stable tag: 0.7
     6Stable tag: 0.8
    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.8 =
     70* Some iCal feeds contain descriptions of bookings, for example the name of the guest. These descriptions were also sent to the plugin and loaded in the source code of the web page. We removed this, because it is not used.
     71
    6972= 0.7 =
    7073* Added file_get_contents as the main way to grab feeds, with cURL as a fallback method.
     
    9295== Upgrade Notice ==
    9396
     97= 0.8 =
     98* Some iCal feeds contain descriptions of bookings, for example the name of the guest. These descriptions were also sent to the plugin and loaded in the source code of the web page. We removed this, because it is not used.
     99
    94100= 0.7 =
    95101* Added file_get_contents as the main way to grab feeds, with cURL as a fallback method.
  • wp-ical-availability/trunk/wp-ical-availability.php

    r1492373 r1504509  
    44 * Plugin URI:  http://www.wpicalavailability.com
    55 * Description: WP iCal Availability
    6  * Version:     0.7
     6 * Version:     0.8
    77 * Author:      WP iCal Availability
    88 * Author URI:  http://www.wpicalavailability.com
Note: See TracChangeset for help on using the changeset viewer.