From e1aabe18173231ebcefc90e615565742fc1c7fd9 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Sun, 1 Mar 2015 07:03:08 -0500 Subject: [PATCH] Set version number to 1.5.0 (as it should have been), updated URLs to website. --- License.md | 2 +- Michelf/Markdown.php | 4 ++-- Michelf/MarkdownExtra.php | 2 +- Michelf/MarkdownInterface.php | 2 +- Readme.md | 14 +++++++------- composer.json | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/License.md b/License.md index 24c0996..bcb5f2a 100644 --- a/License.md +++ b/License.md @@ -1,6 +1,6 @@ PHP Markdown Lib Copyright (c) 2004-2015 Michel Fortin - + All rights reserved. Based on Markdown diff --git a/Michelf/Markdown.php b/Michelf/Markdown.php index e758126..5585d3c 100644 --- a/Michelf/Markdown.php +++ b/Michelf/Markdown.php @@ -4,7 +4,7 @@ # # PHP Markdown # Copyright (c) 2004-2015 Michel Fortin -# +# # # Original Markdown # Copyright (c) 2004-2006 John Gruber @@ -21,7 +21,7 @@ class Markdown implements MarkdownInterface { ### Version ### - const MARKDOWNLIB_VERSION = "1.5"; + const MARKDOWNLIB_VERSION = "1.5.0"; ### Simple Function Interface ### diff --git a/Michelf/MarkdownExtra.php b/Michelf/MarkdownExtra.php index 1dae51e..3107a79 100644 --- a/Michelf/MarkdownExtra.php +++ b/Michelf/MarkdownExtra.php @@ -4,7 +4,7 @@ # # PHP Markdown Extra # Copyright (c) 2004-2015 Michel Fortin -# +# # # Original Markdown # Copyright (c) 2004-2006 John Gruber diff --git a/Michelf/MarkdownInterface.php b/Michelf/MarkdownInterface.php index 9fcbb75..0fc163a 100644 --- a/Michelf/MarkdownInterface.php +++ b/Michelf/MarkdownInterface.php @@ -4,7 +4,7 @@ # # PHP Markdown # Copyright (c) 2004-2015 Michel Fortin -# +# # # Original Markdown # Copyright (c) 2004-2006 John Gruber diff --git a/Readme.md b/Readme.md index aa0c317..fa7fe58 100644 --- a/Readme.md +++ b/Readme.md @@ -1,10 +1,10 @@ PHP Markdown ============ -PHP Markdown Lib 1.5 - 1 Mar 2015 +PHP Markdown Lib 1.5.0 - 1 Mar 2015 by Michel Fortin - + based on Markdown by John Gruber @@ -27,7 +27,7 @@ program by John Gruber. * [Full documentation of the Markdown syntax]() — Daring Fireball (John Gruber) -* [Markdown Extra syntax additions]() +* [Markdown Extra syntax additions]() — Michel Fortin @@ -83,7 +83,7 @@ configuration variables: To learn more, see the full list of [configuration variables]. - [configuration variables]: http://michelf.ca/projects/php-markdown/configuration/ + [configuration variables]: https://michelf.ca/projects/php-markdown/configuration/ ### Usage without an autoloader @@ -174,7 +174,7 @@ PHP Markdown, please visit [michelf.ca/donate] or send Bitcoin to Version History --------------- -PHP Markdown Lib 1.5 (1 Mar 2015) +PHP Markdown Lib 1.5.0 (1 Mar 2015) * Added the ability start ordered lists with a number different from 1 and and have that reflected in the HTML output. This can be enabled with @@ -251,7 +251,7 @@ PHP Markdown Extra 1.2.6: * Plugin interface for WordPress and other systems is no longer present in the Lib package. The classic package is still available if you need it: - + * Added `public` and `protected` protection attributes, plus a section about what is "public API" and what isn't in the Readme file. @@ -290,7 +290,7 @@ Copyright and License PHP Markdown Lib Copyright (c) 2004-2015 Michel Fortin - + All rights reserved. Based on Markdown diff --git a/composer.json b/composer.json index 45abc67..ec0e170 100644 --- a/composer.json +++ b/composer.json @@ -2,14 +2,14 @@ "name": "michelf/php-markdown", "type": "library", "description": "PHP Markdown", - "homepage": "http://michelf.ca/projects/php-markdown/", + "homepage": "https://michelf.ca/projects/php-markdown/", "keywords": ["markdown"], "license": "BSD-3-Clause", "authors": [ { "name": "Michel Fortin", "email": "michel.fortin@michelf.ca", - "homepage": "http://michelf.ca/", + "homepage": "https://michelf.ca/", "role": "Developer" }, {