Releases: EFTEC/DocumentStoreOne
Releases · EFTEC/DocumentStoreOne
1.27
- 1.27 2027-07-19
- Fixed a problem with unlock (folder strategy), when the folder does not exist anymore.
1.26
- 1.26 2024-02-13
- composer.json ig-binary is suggested, not required
1.25.1
- 1.25.1 2023-06-04
- fixed a bug in the constructor. Now it generates the folders if they don't exist.
1.25
- 1.25 2023-06-04
- added DocumentStoreOne::isRelativePath()
- now you can specify a relative path in the constructor
1.24
- 1.24 2022-06-29
- deleteCollection() deletes the collection including it's content.
1.23
- 1.23 2022-03-20
- [new] It allows to obtain an instance (if any) of DocumentStoreOne using the static method DocumentStoreOne::instance()
1.22.1
- 1.22.1 2022-03-12
- getTimeStamp() Fixed: returns a warning if the file does not exist.
1.21
- 1.21 2022-02-07
- compatibility with PHP 7.2 and higher. This library is not compatible with PHP 5.6 anymore, but you can use an old version of the library.
- Tested the compatibility with PHP 8.1
- [added] method noThrowOnError()