Skip to content

Releases: directus/directus

v6.2.4

24 Apr 18:12
Compare
Choose a tag to compare

Added

Add missing Migrations MySQL CURRENT_TIMESTAMP support.

v6.2.3

23 Apr 18:05
Compare
Choose a tag to compare

Fixed

  • Removed default zeros from dates. #1138 #1143 #1146
  • All tables are options under "Junction Table" when creating new many-to-many columns

v6.2.2

21 Apr 18:43
Compare
Choose a tag to compare

Added

The option to change the email from all the emails are being sent.

Fixed

Hook: files.saving, was expecting the file size, but the content of the file was being passed.

v6.2.1

15 Apr 05:27
Compare
Choose a tag to compare

Minor changes.

Added

New hooks:

  • directus.authenticated - When a user is successfully authenticated
  • directus.authenticated.token - When a user is successfully authenticated using token (API Key).
  • directus.authenticated.admin - When a user is successfully authenticated into Directus Admin.
  • directus.login.start - When login page start.
  • directus.index.start - When index page start.

v6.2.0

28 Mar 22:31
Compare
Choose a tag to compare

This release fixed a number of minor issues and improvement since 6.1.1.

Here are the highlights:

Added

  • New Feature: Drop Tables and Columns
  • Delete files when soft/hard delete a files entry.
  • API authentication through Authorization Bearer and query string
  • More hooks

v6.1.1

29 Feb 04:12
Compare
Choose a tag to compare

This release fixed a number of minor issues and improvement since 6.1.0.

Here are the highlights:

Fixed

6a29a0b - Exception Handler

Improved

4c82967 - Authentication - it now uses a access_token.

v6.1.0

29 Feb 04:05
Compare
Choose a tag to compare

This release fixed a number of minor issues and improvement since 6.0.7.

Here are the highlights:

Added

Hook/Filter
Exception Handler
d510d13 - Generate Random Strings
d74a4c4 - Random String UI
c6f2f93 - API basic auth.

Fixed

498f271 - #1122 - Sign Out/Settings button are transparents
e68a18c - #1056 - Loading overlay on smaller resolution

Removed

3e5c44b, 3165a66 - Directus/Util/String (renamed to Directus/Util/StringUtils)
aaef033 - Old Hook Class

v6.0.7

20 Jan 02:28
Compare
Choose a tag to compare

Fixed

Installing via Console. directus/directus-vagrant#12
Compiling SCSS. #1123

v6.0.6

13 Jan 03:36
Compare
Choose a tag to compare

This release fixed a number of minor issues and improvement since 6.0.5.

Here are the highlights:

Added

c70c657 - Switched from LESS to SASS

Improved

bb13e85 - Sign In Style

Fixed

b277bd6 - Table permission toggle
b8112ac - Added user first and last name on installation.
a8bdbb0 - Removed old storage adapter settings being required.

Removed

83c7b55 - References to old IP Whitelist table

v6.0.5

21 Dec 23:54
Compare
Choose a tag to compare

Change Log - 2015-12-21

Several Bug Fixes and Improvement.