We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91432c2 commit a77d365Copy full SHA for a77d365
Changelog.md
@@ -2,7 +2,7 @@
2
3
## Change to Version 0.7.0 (March 2024)
4
5
-- Removed footer and footer obligation to keep footer
+- Removed footer and footer obligation (no footer is displayed by default)
6
- Removed gimmicks that are no longer working
7
- Fix XSS issue that never got released
8
Gruntfile.js
@@ -21,7 +21,7 @@ module.exports = function (grunt) {
21
// Metadata.
22
pkg: {
23
name: "MDwiki",
24
- version: "0.6.3"
+ version: "0.7.0"
25
},
26
27
ownJsFiles: [
0 commit comments