Skip to content

Releases: vrana/adminer

v5.2.1

11 Apr 20:28
Compare
Choose a tag to compare
  • Fix search anywhere (bug #1004, regression from 5.1.1)
  • Fix import without primary key (bug #1017, regression from 5.1.1)
  • PostgreSQL PDO: Fix bytea without primary key (bug #1021)
  • non-MySQL: Parse '--' without trailing space as comment in SQL command (bug #1025, regression from 5.2.0)

https://www.adminer.org/#download

v5.2.0

08 Apr 16:30
Compare
Choose a tag to compare
  • Autocomplete SQL commands
  • Do not edit NULL values by Modify (bug #967)
  • Fix foreign key actions (regression from 5.1.1)
  • MySQL: Display number of found rows in group queries (regression from 5.1.1)
  • PostgreSQL: Support COPY FROM stdin in SQL query (bug #942)
  • non-MySQL: Parse '--' without trailing space as comment in SQL command (bug SF-842)
  • MS SQL: Limit one INSERT in export to 1000 rows (bug #983)
  • CSS: Add logo
  • Editor: Move mass sending e-mails to a plugin
  • Plugins: Support translations by extending Adminer\Plugin
  • New plugin: Configure options by end-users and store them to a cookie
  • New plugin: Configure menu table links
  • New plugin: Set up driver, server and database in Adminer Editor

https://www.adminer.org/#download

v5.1.1

02 Apr 17:58
Compare
Choose a tag to compare
  • Export: Fix tar (regression from 5.0.3)
  • Select: Allow ordering by COUNT(*) (bug #966, regression from 5.0.2)
  • Optimize retrieving columns for schema
  • Elasticsearch: Make it work with Elasticsearch 8
  • CSS: Hide menu on mobile
  • CSS: Invert icons in dark mode
  • Plugins: Allow changing CSP by more plugins
  • New plugin: Use Monaco Editor for syntax highlighting
  • New plugin: Use Prism for syntax highlighting
  • Internal changes

https://www.adminer.org/#download

v5.1.0

24 Mar 16:37
Compare
Choose a tag to compare
  • Display collation at table structure if different from table
  • Ctrl+click in select moves the cursor in modern browsers
  • URL parameter ?ext=pdo to force using PDO
  • PDO: Handle PHP warnings for internal queries
  • PostgreSQL: Display auto_increment of inserted rows
  • PostgreSQL: Display description of system variables
  • PostgreSQL: Avoid warning about crdb_version (bug #924, regression from 5.0.5)
  • PostgreSQL 11: Support PROCEDURE
  • SQLite PDO: Display results in SQL query
  • MS SQL: Fix collation issues when retrieving default values
  • MS SQL PDO: Display last insert ID
  • CSS: Sticky table headers (bug #918)
  • CSS: Allow more custom styles with dark mode (bug #925)
  • CSS: Increase maximum width of string edit (bug #930)
  • CSS: Increase space after SQL result (bug #937)
  • Plugins: autoload plugins from adminer-plugins/
  • Plugins: configure plugins with adminer-plugins.php
  • Plugins: Display loaded plugins in server overview
  • New plugin: AI prompt in SQL command generating the queries with Google Gemini
  • New plugin: Verify new versions from GitHub
  • New plugin: IMAP driver created for fun
  • New plugin: Display links to tables referencing current row
  • New plugin: Allow switching light and dark mode (bug #926)
  • New plugin: Confirm before unloading page with changed form
  • Uzbek translation
  • Internal changes

https://www.adminer.org/#download

v5.0.6

17 Mar 16:16
Compare
Choose a tag to compare

Align numbers right (bug #912)
Display comment in title of field
Remember export setting at SQL command
Shorten queries saved from SQL command to URL (bug #917)
SQL textarea: Open help on Ctrl+click
Security: Disallow writing temporary files to symlinks (bug SF-855)
MariaDB: Display MariaDB instead of MySQL
CSS: Dark mode syntax highlighting
CSS: Dark input fields in dark mode
Designs named adminer-dark.css use dark basic style
Plugins: Add method syntaxHighlighting()

https://www.adminer.org/#download

v5.0.5

13 Mar 17:35
Compare
Choose a tag to compare

MySQL: Display converting function for binary, bit or geometry fields
MySQL: Display default values of binary columns
MySQL: Allow setting default values of json column
MariaDB: Don't display NULL as default value (regression from 5.0.0)
PostgreSQL PDO: Escape bytea values (bug #218)
CockroachDB: Display version
CockroachDB: Recognize unique_rowid() as auto_increment
MS SQL: Fix editing rows with datetime column in primary key
MongoDB: Move to plugin
CSS: Add dark theme

https://www.adminer.org/#download

v5.0.4

11 Mar 12:55
Compare
Choose a tag to compare

Compile: Fix shortening in private methods (regression from 5.0.3)

https://www.adminer.org/#download

v5.0.3

11 Mar 12:18
Compare
Choose a tag to compare

Fix gzip export (bug #896, regression from 5.0.0)
Fix importing multiple SQL files not terminated by semicolon
Use for altering collations
MySQL: Allow setting default values of text column
MySQL: Stop treating enum and set as numbers (bug #475)
MySQL, MariaDB: Fix default values with ' (bug #895)
MariaDB: Fix creating and altering generated columns (bug #897)
PostgreSQL: Fix "where" and "order" privileges (bug #902, regression from 5.0.2)
SQLite: Fix creating table in compiled version (bug #901, regression from 5.0.0)
Elastic: Do not pass null values on insert (PR #892)
Elastic: Fix displaying sparse rows (PR #893)
Plugins: Add method dumpFooter()

https://www.adminer.org/#download

v5.0.2

10 Mar 06:25
Compare
Choose a tag to compare

PostgreSQL: Fix setting NULL and original value on enum (bug #884)
CockroachDB: Add support via PostgreSQL driver
Elasticsearch: Add support for "where" and "order" field privilege

https://www.adminer.org/#download

v5.0.1

07 Mar 12:25
Compare
Choose a tag to compare

Fix bulk operations with tables (regression from 5.0.0)
Remove duplicate columns from select (bug #670)
MariaDB: Fix link to status variable doc (bug #658)
PostgreSQL: Support indexes on materialized views (PR #467)

https://www.adminer.org/#download