You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ This file is a running track of new features and fixes to each version of the pa
3
3
4
4
This project follows [Semantic Versioning](http://semver.org) guidelines.
5
5
6
+
## v0.7.0-beta.3 (Derelict Dermodactylus)
7
+
### Changed
8
+
* API keys have been changed to only use a single public key passed in a bearer token. All existing keys can continue being used, however only the first 32 characters should be sent.
9
+
6
10
## v0.7.0-beta.2 (Derelict Dermodactylus)
7
11
### Fixed
8
12
*`[beta.1]` — Fixes a CORS header issue due to a wrong API endpoint being provided in the administrative node listing.
Copy file name to clipboardExpand all lines: resources/lang/en/base.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
'header_sub' => 'Manage your API access keys.',
34
34
'list' => 'API Keys',
35
35
'create_new' => 'Create New API key',
36
-
'keypair_created' => 'An API Key-Pair has been generated. Your API secret token is <code>:token</code>. Please take note of this key as it will not be displayed again.',
36
+
'keypair_created' => 'An API Key-Pair has been generated and is listed below.',
0 commit comments