Skip to content

Commit 8d9dbd1

Browse files
committed
* Set version to 1.0
* Updated ChangeLog
1 parent dd417a1 commit 8d9dbd1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ChangeLog

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.13.0-beta (????-??-??)
1+
1.0.0-stable (2009-11-02)
22
* Added: SimpleDirectory class. This class allows creating static
33
directory structures with ease.
44
* Changed: Custom complex properties and exceptions now get an instance of
@@ -18,7 +18,9 @@
1818
now takes a list of properties similar to the response of
1919
getPropertiesForPath. This was also needed to improve flexibility for
2020
plugin development.
21-
* Changed: PROPPATCH also used generateMultiStatus now
21+
* Changed: Auth plugins are no longer included. They were not yet stable
22+
quality, so they will probably be reintroduced in a later version.
23+
* Changed: PROPPATCH also used generateMultiStatus now.
2224
* Removed: unknownProperties event. This is replaced by the
2325
afterGetProperties event, which should provide more flexibility.
2426
* Fixed: Only calling getSize() on IFile instances in httpHead()

lib/Sabre/DAV/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ class Sabre_DAV_Version {
1515
/**
1616
* Full version number
1717
*/
18-
const VERSION = '0.13.0';
18+
const VERSION = '1.0.0';
1919

2020
/**
2121
* Stability : alpha, beta, stable
2222
*/
23-
const STABILITY = 'beta';
23+
const STABILITY = 'alpha';
2424

2525
}

0 commit comments

Comments
 (0)