We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc02012 commit 10c64efCopy full SHA for 10c64ef
2 files changed
changelog.yml
@@ -1,5 +1,9 @@
1
url: https://github.com/AsgardCms/Core
2
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
7
"1.0.6":
8
changed:
9
- Add ability to overwrite module translation files by adding them to <code>resources/lang/{moduleName}/en/{file}.php</code>
module.json
@@ -4,7 +4,7 @@
"description": "The core module with all base classes and logic.",
"keywords": [],
"require": {},
- "version": "v1.0.6",
+ "version": "v1.0.7",
"active": 1,
"order": 0,
10
"providers": [
0 commit comments