Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Releases: pematon/adminer-plugins

Released version 1.7.4

18 Feb 21:31

Choose a tag to compare

  • Fixed expanding multiple JSON previews in edit form.
  • Fix an example for SQLite connection in AdminerLoginServers plugin (issue #10)

Released version 1.7.3

01 Nov 15:46

Choose a tag to compare

  • Compatibility with new table filter in Adminer 4.10

Released version 1.7.2

02 Oct 16:43

Choose a tag to compare

  • JsonPreview: Always display JSON preview for MySQL JSON field type.

Released version 1.7.1

18 Sep 23:59
fab0b0c

Choose a tag to compare

  • Fixed calling non-static method of Adminer object.
  • Added support for custom Elasticsearch 7 driver.

Released version 1.7

24 Dec 22:25

Choose a tag to compare

  • JsonPreview: Truncate long encoded JSON.

Released version 1.6

28 Jul 18:09

Choose a tag to compare

  • Configurable limit for string values in JSON previews.

Released version 1.5

07 Oct 22:16

Choose a tag to compare

  • Compatibility of SimpleMenu with tables-filter plugin.
  • Optimizations in SimpleMenu.

Released version 1.4.2

09 May 07:57

Choose a tag to compare

  • Fixed displaying defined server name.
  • Escaping variables in JS.

Released version 1.4.1

08 May 22:06

Choose a tag to compare

  • Fixed configuring multiple SQLite databases on a same path with different credentials.
  • Compatibility with upcoming Adminer 4.6.3.

Released version 1.4

01 May 22:18

Choose a tag to compare

AdminerLoginServers

  • Database can be configured in server URI:
    • mysql://localhost#database_name
  • Added support for SQLite databases (with or without authentication):
    • sqlite://database.db
    • sqlite:///var/www/#database.db
    • sqlite://user:password@/var/www/#database.db