Releases: SamuelTallet/MongoDB-PHP-GUI
Releases · SamuelTallet/MongoDB-PHP-GUI
v1.2.2
This version fixes an annoying graphical bug, related to login card, on Safari and Chrome for Mac.
v1.2.1
This version optimizes FontAwesome icons and modernizes favicon.
v1.2.0
v1.1.9
v1.1.8
v1.1.7
This version drops PHP 7.2 support but adds PHP 8.0 support.
v1.1.6
Before this version, you had to query database with a strict JSON syntax. Example:
{ "firstname": "Samuel" }
Since this version, you can query database with a relaxed JSON syntax. Example:
firstname: Samuel
v1.1.5
This version adds a (fav)icon and a heading style.
v1.1.4
This version removes routing hacks.
v1.1.3
First Docker Hub release.