Skip to content

Commit 06ec730

Browse files
committed
v2.20
1 parent e6e9a4e commit 06ec730

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## What is it ?
44

5-
This module for Dolibarr 7.0/8.0/9.0/10.0/11.0/12.0/13.0/14.0 adds CardDAV / CalDAV and ICS synchronisation. It uses included [Sabre/DAV](http://sabre.io/dav/) server library.
5+
This module for Dolibarr 7.0/8.0/9.0/10.0/11.0/12.0/13.0/14.0/15.0 adds CardDAV / CalDAV and ICS synchronisation. It uses included [Sabre/DAV](http://sabre.io/dav/) server library.
66

77
You can :
88

@@ -65,7 +65,7 @@ If you find the module is useful and want to finance improvements, consider to p
6565

6666
## How to install
6767

68-
PHP between 5.6.x and 7.3.x is required.
68+
PHP between 5.6.x and 8.0 is required.
6969

7070
Dolibarr native calendar module must be activated *before* installing CDav module.
7171

core/modules/modCDav.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function __construct($db)
5858
// Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
5959
$this->description = "Allows caldav and carddav clients to sync with Dolibarr.";
6060
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
61-
$this->version = '2.10';
61+
$this->version = '2.20';
6262
// Key used in llx_const table to save module status enabled/disabled (where CDAV is value of property name of module in uppercase)
6363
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
6464
// Where to store the module in setup page (0=common,1=interface,2=others,3=very specific)

0 commit comments

Comments
 (0)