commit 75e1d7b5233048d6101e1175a114955d1437b4e7
parent 070c97afa09d77980dff7eefc1b26aab4e8d8d49
Author: markseu <mark2011@mayberg.se>
Date: Sun, 8 May 2022 10:18:23 +0200
Bumped version number
Diffstat:
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/system/extensions/install-blog.bin b/system/extensions/install-blog.bin
Binary files differ.
diff --git a/system/extensions/install-wiki.bin b/system/extensions/install-wiki.bin
Binary files differ.
diff --git a/system/extensions/markdown.php b/system/extensions/markdown.php
@@ -2,7 +2,7 @@
// Markdown extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/markdown
class YellowMarkdown {
- const VERSION = "0.8.19";
+ const VERSION = "0.8.20";
public $yellow; // access to API
// Handle initialisation
diff --git a/system/extensions/meta.php b/system/extensions/meta.php
@@ -2,7 +2,7 @@
// Meta extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/meta
class YellowMeta {
- const VERSION = "0.8.14";
+ const VERSION = "0.8.15";
public $yellow; // access to API
// Handle initialisation
diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini
@@ -86,21 +86,21 @@ media/downloads/yellow.pdf: yellow.pdf, create
./robots.txt: robots.txt, create
Extension: Markdown
-Version: 0.8.19
+Version: 0.8.20
Description: Text formatting for humans.
DocumentationUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/markdown
DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/markdown.zip
-Published: 2022-01-20 17:20:03
+Published: 2022-05-08 10:09:30
Developer: Datenstrom
Tag: feature
system/extensions/markdown.php: markdown.php, create, update
Extension: Meta
-Version: 0.8.14
+Version: 0.8.15
Description: Meta data for social media sites.
DocumentationUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/meta
DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/meta.zip
-Published: 2020-07-26 16:03:37
+Published: 2022-05-08 10:08:53
Developer: Datenstrom, Steffen Schultz
Tag: feature
system/extensions/meta.php: meta.php, create, update