Skip to content

Releases: SamuelTallet/MongoDB-PHP-GUI

v1.3.1

20 Jul 16:48
Compare
Choose a tag to compare

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

18 Jul 16:38
Compare
Choose a tag to compare

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

02 May 12:06
Compare
Choose a tag to compare

This version upgrades the vis-network JavaScript library used in the "Visualize database" tab.

v1.2.8

04 Mar 12:47
Compare
Choose a tag to compare

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

13 Nov 10:44
Compare
Choose a tag to compare

This version introduces a random login background.

v1.2.6

04 Nov 06:38
Compare
Choose a tag to compare

This version fixes queries with operators ($exists, etc).

v1.2.5

03 Nov 14:08
Compare
Choose a tag to compare

What's new in this version?

  • You can query DB with Regex.
  • A count shortcut is available #17
  • GUI is more beginner-friendly.

v1.2.4

29 Oct 16:54
6952ddb
Compare
Choose a tag to compare

This version:

  • Brings dark theme every where (except on login page),
  • Tries to increase upload max file size on Apache setups.

v1.2.3

26 Oct 13:21
Compare
Choose a tag to compare

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

21 Oct 17:05
Compare
Choose a tag to compare

This version fixes an annoying graphical bug, related to login card, on Safari and Chrome for Mac.