This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
Releases: sciactive/nymph-server
Releases · sciactive/nymph-server
3.3.0
- Fix array access of null values.
- Check row by boolean, not for null.
- Fix Postgres and SQLite3 errors in PHP 7.4.
- Don't save over data in the database when the entity in it is newer than the entity being saved. Fixes #12.
Important Note about Client Version
This version requires nymph-client version 5.2.0 or higher.
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
3.0.0-beta.24
- Fix cdate and mdate missing with factory.
3.0.0-beta.23
- Redesigned how data is stored in an Entity instance.
3.0.0-beta.22
- Fix entity class use from client.
3.0.0-beta.21
- Only save originalAcValues if they are empty.
- Don't wake a sleeping entity to get its GUID. May cause issues if you use isset($entity->something->guid).