Skip to content

Releases: SamuelTallet/MongoDB-PHP-GUI

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.

v1.2.1

20 Oct 12:03
Compare
Choose a tag to compare

This version optimizes FontAwesome icons and modernizes favicon.

v1.2.0

15 Oct 12:26
Compare
Choose a tag to compare

This version adds a key shortcut for "Find" action #17

v1.1.9

12 Oct 12:06
Compare
Choose a tag to compare

This version:

  • Adds support for Replica Set and any options supported by MongoDB URI scheme. #20
  • Fixes bug "Documents import fails because the import file is encoded with UTF-8 BOM".

v1.1.8

29 Sep 12:33
Compare
Choose a tag to compare

Since this version:

  • You can connect with an URI. Cf. issue #20
  • Port field is optional. It defaults to 27017.

v1.1.7

10 Aug 12:07
Compare
Choose a tag to compare

This version drops PHP 7.2 support but adds PHP 8.0 support.

v1.1.6

13 Jul 11:56
Compare
Choose a tag to compare

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

01 Jul 07:04
Compare
Choose a tag to compare

This version adds a (fav)icon and a heading style.

v1.1.4

27 Jun 15:16
Compare
Choose a tag to compare

This version removes routing hacks.

v1.1.3

21 Jun 19:42
d45b6d1
Compare
Choose a tag to compare

First Docker Hub release.