We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08212d commit 51c73b9Copy full SHA for 51c73b9
Modules/Core/Foundation/AsgardCms.php
@@ -8,5 +8,5 @@ class AsgardCms
8
* The AsgardCms version.
9
* @var string
10
*/
11
- const VERSION = '3.2.1';
+ const VERSION = '3.3.0';
12
}
Modules/Core/changelog.yml
@@ -1,9 +1,9 @@
1
url: https://github.com/AsgardCms/Platform
2
versions:
3
- "3.2.2@changelog":
+ "3.3.0":
4
changed:
5
- Updating vue-simple-mde to avoid 'marked' warning with vuejs 2.5
6
- - Updating to element-ui 2.0 (<code>npm update</code> and <code>npm run dev</code> required)
+ - Updating to element-ui 2.0 (<code>npm update</code> and <code>npm run dev</code> are required)
7
"3.2.1":
- Updated to VueJS 2.5. Updated all components for 2.5 compatibility.
0 commit comments