From 75cb609b82ea4ec2cd5d1b87ed655c5a5ad27d15 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 19 Aug 2016 20:28:47 +0100 Subject: [PATCH] Don't get Travis CI to test against PHP 5.5 --- .travis.yml | 1 - Changelog.md | 1 + build/index.php | 7 ++++++- module_index.json | 6 +++--- modules/parser-parsedown.php | 7 ++++++- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b84d98..42a76c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.5 - 5.6 - 7.0 - nightly diff --git a/Changelog.md b/Changelog.md index 332f9a8..c8debe5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ - Check for pages with various uppercased letter combinations for matching pages (#87) - Support hashes in internal links (#96) - Support hashes on redirect pages (#96) + - Added some tips to the parsedown parser help section. ## Changed - Made the background of tags slightly lighter (#91) diff --git a/build/index.php b/build/index.php index 2b4beab..f806914 100755 --- a/build/index.php +++ b/build/index.php @@ -4759,7 +4759,7 @@ register_module([ register_module([ "name" => "Parsedown", - "version" => "0.9.3", + "version" => "0.9.4", "author" => "Emanuil Rusev & Starbeamrainbowlabs", "description" => "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https://github.com/erusev/parsedown-extra), which is licensed MIT. Please be careful, as this module adds some weight to your installation, and also *requires* write access to the disk on first load.", "id" => "parser-parsedown", @@ -4781,6 +4781,11 @@ register_module([ add_help_section("20-parser-default", "Editor Syntax", "

$settings->sitename's editor uses an extended version of Parsedown to render pages, which is a fantastic open source Github flavoured markdown parser. You can find a quick reference guide on Github flavoured markdown here by adam-p, or if you prefer a book Mastering Markdown by KB is a good read, and free too!

+

Tips

+

Extra Syntax

$settings->sitename's editor also supports some extra custom syntax, some of which is inspired by Mediawiki. diff --git a/module_index.json b/module_index.json index 49ae01a..ee74c2a 100755 --- a/module_index.json +++ b/module_index.json @@ -140,7 +140,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds a page that lists all the pages in the index along with their metadata.", "id": "page-list", - "lastupdate": 1471632969, + "lastupdate": 1471633011, "optional": false }, { @@ -199,11 +199,11 @@ }, { "name": "Parsedown", - "version": "0.9.3", + "version": "0.9.4", "author": "Emanuil Rusev & Starbeamrainbowlabs", "description": "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https:\/\/github.com\/erusev\/parsedown-extra), which is licensed MIT. Please be careful, as this module adds some weight to your installation, and also *requires* write access to the disk on first load.", "id": "parser-parsedown", - "lastupdate": 1471632761, + "lastupdate": 1471634318, "optional": false } ] \ No newline at end of file diff --git a/modules/parser-parsedown.php b/modules/parser-parsedown.php index c9e38ad..be71c10 100644 --- a/modules/parser-parsedown.php +++ b/modules/parser-parsedown.php @@ -1,7 +1,7 @@ "Parsedown", - "version" => "0.9.3", + "version" => "0.9.4", "author" => "Emanuil Rusev & Starbeamrainbowlabs", "description" => "An upgraded (now default!) parser based on Emanuil Rusev's Parsedown Extra PHP library (https://github.com/erusev/parsedown-extra), which is licensed MIT. Please be careful, as this module adds some weight to your installation, and also *requires* write access to the disk on first load.", "id" => "parser-parsedown", @@ -23,6 +23,11 @@ register_module([ add_help_section("20-parser-default", "Editor Syntax", "

$settings->sitename's editor uses an extended version of Parsedown to render pages, which is a fantastic open source Github flavoured markdown parser. You can find a quick reference guide on Github flavoured markdown here by adam-p, or if you prefer a book Mastering Markdown by KB is a good read, and free too!

+

Tips

+

Extra Syntax

$settings->sitename's editor also supports some extra custom syntax, some of which is inspired by Mediawiki.