aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/components/parsedown/docs/changelog.txt12
-rw-r--r--core/components/parsedown/elements/snippets/snippet.parsedown.php2
2 files changed, 9 insertions, 5 deletions
diff --git a/core/components/parsedown/docs/changelog.txt b/core/components/parsedown/docs/changelog.txt
index baea53b..f6b5123 100644
--- a/core/components/parsedown/docs/changelog.txt
+++ b/core/components/parsedown/docs/changelog.txt
@@ -1,5 +1,9 @@
-Changelog for Parsedown integration into MODx Revolution.
+#1.0.1
+-Bundle actual changelog
-Parsedown 0.1.0
-====================================
-- MODx snippet wrapper for Parsedown
+#1.0.0
+- Parsedown 1.1.4
+
+#0.1.0-beta
+- Initial releasegi
+- Parsedown 1.0.1
diff --git a/core/components/parsedown/elements/snippets/snippet.parsedown.php b/core/components/parsedown/elements/snippets/snippet.parsedown.php
index 5fb079a..db61199 100644
--- a/core/components/parsedown/elements/snippets/snippet.parsedown.php
+++ b/core/components/parsedown/elements/snippets/snippet.parsedown.php
@@ -50,4 +50,4 @@ if (!($parsedownmodx instanceof ParsedownMODx)) return '';
$html = $parsedownmodx->parseText($input);
-return $html;
+return $html; \ No newline at end of file