File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
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()
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments