Releases: SamuelTallet/MongoDB-PHP-GUI
Releases · SamuelTallet/MongoDB-PHP-GUI
v1.3.1
What's new in this version?
- The "Query database" view was renamed to "Query documents".
- Docker images are available for ARM v7 and v8 (aka ARM64) architectures, thanks to Patrick Domack. #35
v1.3.0
This version:
- allows to import a collection up to 25MB in Docker context,
- uses (IMHO) softer colors to eyes for JSON syntax,
- requires at least MongoDB PHP extension v1.13.0.
v1.2.9
This version upgrades the vis-network JavaScript library used in the "Visualize database" tab.
v1.2.8
This version fixes the "Update" operation on the documents having an embedded _id
field type different from the top-level _id
field type.
v1.2.7
This version introduces a random login background.
v1.2.6
This version fixes queries with operators ($exists
, etc).
v1.2.5
v1.2.4
This version:
- Brings dark theme every where (except on login page),
- Tries to increase upload max file size on Apache setups.
v1.2.3
This version:
- Prevents HTML stored in MongoDB documents to be interpreted by browser.
- Requires at least MongoDB PHP extension v1.10.0.
- Optimizes JavaScript and CSS.
v1.2.2
This version fixes an annoying graphical bug, related to login card, on Safari and Chrome for Mac.