We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1deb04 commit f3c2151Copy full SHA for f3c2151
2 files changed
changelog.yml
@@ -1,5 +1,8 @@
1
url: https://github.com/AsgardCms/Core
2
versions:
3
+ "1.23.1":
4
+ changed:
5
+ - Fixed the <code>onBackend</code> method
6
"1.23.0":
7
added:
8
- <code>composer.lock</code> should now be removed in install command
module.json
@@ -4,7 +4,7 @@
"description": "The core module with all base classes and logic.",
"keywords": [],
"require": {},
- "version": "1.23.0",
+ "version": "1.23.1",
"active": 1,
9
"order": 0,
10
"providers": [
0 commit comments