Skip to content

Releases: EFTEC/DocumentStoreOne

1.28

31 Dec 10:52
Compare
Choose a tag to compare
  • 1.28 2024-12-31
    • Updated to PHP 8.4

1.27

19 Jul 15:23
Compare
Choose a tag to compare
  • 1.27 2027-07-19
    • Fixed a problem with unlock (folder strategy), when the folder does not exist anymore.

1.26

13 Feb 12:53
Compare
Choose a tag to compare
  • 1.26 2024-02-13
    • composer.json ig-binary is suggested, not required

1.25.1

07 Apr 02:25
Compare
Choose a tag to compare
  • 1.25.1 2023-06-04
    • fixed a bug in the constructor. Now it generates the folders if they don't exist.

1.25

06 Apr 12:30
Compare
Choose a tag to compare
  • 1.25 2023-06-04
    • added DocumentStoreOne::isRelativePath()
    • now you can specify a relative path in the constructor

1.24

29 Jun 12:26
Compare
Choose a tag to compare
  • 1.24 2022-06-29
    • deleteCollection() deletes the collection including it's content.

1.23

20 Mar 14:24
Compare
Choose a tag to compare
  • 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

12 Mar 21:05
Compare
Choose a tag to compare
  • 1.22.1 2022-03-12
    • getTimeStamp() Fixed: returns a warning if the file does not exist.

1.22

12 Mar 20:31
Compare
Choose a tag to compare
  • 1.22 see readme.md

1.21

07 Feb 22:00
Compare
Choose a tag to compare
  • 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()