We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206f91a commit e8be2a6Copy full SHA for e8be2a6
changelog.yml
@@ -1,5 +1,10 @@
1
url: https://github.com/AsgardCms/Core
2
versions:
3
+ "1.2.0":
4
+ added:
5
+ - Adding update and go back translation
6
+ changed:
7
+ - Using <code>::class</code> notation in <code>composers.php</code>
8
"1.1.0":
9
changed:
10
- Setting the app.locale setting from first language in settings
module.json
@@ -4,7 +4,7 @@
"description": "The core module with all base classes and logic.",
"keywords": [],
"require": {},
- "version": "v1.1.0",
+ "version": "1.2.0",
"active": 1,
"order": 0,
"providers": [
0 commit comments