Skip to content

Commit 10c64ef

Browse files
committed
Preparing release 1.0.7
1 parent bc02012 commit 10c64ef

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

changelog.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
url: https://github.com/AsgardCms/Core
22
versions:
3+
"1.0.7":
4+
changed:
5+
- Adding an <code>id</code> method on the Authentication contract
6+
- Adding a <code>currentUser</code> variable to every public view
37
"1.0.6":
48
changed:
59
- Add ability to overwrite module translation files by adding them to <code>resources/lang/{moduleName}/en/{file}.php</code>

module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The core module with all base classes and logic.",
55
"keywords": [],
66
"require": {},
7-
"version": "v1.0.6",
7+
"version": "v1.0.7",
88
"active": 1,
99
"order": 0,
1010
"providers": [

0 commit comments

Comments
 (0)