Projet

Général

Profil

Révision 62e0cc08

Ajouté par Assos Assos il y a plus de 3 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/date_ical/README.txt
11 11
Date iCal has several required dependencies, and an optional one:
12 12
- The Views (version 3.5+), Entity API, Libraries API (version 2.0+), and Date
13 13
  modules are required.
14
- The iCalcreator library v2.20.2 is required.
14
- The iCalcreator library v2.20.2 is required; for PHP 7.4 compatibility, use
15
  v2.20.4.
15 16
- PHP 5.3 is required for the iCalcreator library to properly handle timezones.
16 17
- The Feeds module is optional. It's needed only if you you wish to import iCal
17 18
  feeds from other sites.
18 19

  
19
To install the iCalcreator library, download the project's v2.20.2 zip file:
20
https://github.com/iCalcreator/iCalcreator/archive/e3dbec2cb3bb91a8bde989e467567ae8831a4026.zip
20
To install the iCalcreator library, download the project's latest zip file:
21
https://github.com/lkmorlan/iCalcreator/releases
22

  
21 23
Extract it, and copy iCalcreator.class.php to a folder in your Drupal site
22
named sites/all/libraries/iCalcreator (you'll need to create that folder).
24
named sites/all/libraries/iCalcreator (you'll need to create that folder). Be
25
sure to capitalize the C in iCalcreator.
23 26

  
24 27
Or, if you have drush, you can install iCalcreator by running this command from
25 28
your site's root directory:
......
245 248

  
246 249
The author of iCalcreator made extenside backwards incompatible changes to the
247 250
library in the v2.22 release. Thus Date iCal does not support any version of
248
iCalcreator after v2.20.2.
251
iCalcreator after v2.20.x.

Formats disponibles : Unified diff