diff --git a/Markdown.pl b/Markdown.pl index 73e796a..07ccbb1 100755 --- a/Markdown.pl +++ b/Markdown.pl @@ -4,7 +4,7 @@ # Markdown -- A text-to-HTML conversion tool for web writers # # Copyright (C) 2004 John Gruber -# Copyright (C) 2015,2016,2017,2018,2019 Kyle J. McKay +# Copyright (C) 2015,2016,2017,2018,2019,2020 Kyle J. McKay # All rights reserved. # License is Modified BSD (aka 3-clause BSD) License\n"; # See LICENSE file (or ) @@ -22,10 +22,10 @@ use vars qw($COPYRIGHT $VERSION @ISA @EXPORT_OK); BEGIN {*COPYRIGHT = \"Copyright (C) 2004 John Gruber -Copyright (C) 2015,2016,2017,2018,2019 Kyle J. McKay +Copyright (C) 2015,2016,2017,2018,2019,2020 Kyle J. McKay All rights reserved. "; -*VERSION = \"1.1.10-PRE" +*VERSION = \"1.1.10" } require Exporter; @@ -3004,7 +3004,7 @@ BEGIN { /* See the F file for detailed release notes for this version. =over +=item Z<> 1.1.10 - 08 Jul 2020 + =item Z<> 1.1.9 - 15 Dec 2019 =item Z<> 1.1.8 - 22 Nov 2019 @@ -3659,7 +3661,7 @@ Z<> See the F file for detailed release notes for this version. =item Copyright (C) 2003-2004 John Gruber -=item Copyright (C) 2015-2019 Kyle J. McKay +=item Copyright (C) 2015-2020 Kyle J. McKay =item All rights reserved. diff --git a/README b/README index 1298346..963201f 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Markdown ======== -Version 1.1.9 +Version 1.1.10 John Gruber Kyle J. McKay @@ -173,6 +173,21 @@ Markdown.pl source code for more information. Version History --------------- +1.1.10 (08 Jul 2020): + +* enhance --wiki "s" option operation + +* support new --absroot=prefix option + +* document ability to split link references + +* hook up fragment only link definitions + +* remove markup from value + +* update links to https where possible + + 1.1.9 (15 Dec 2019): * improve bare fragment URL link handling and add fragment `--base` option @@ -478,7 +493,7 @@ Copyright and License --------------------- Copyright (C) 2003-2004 John Gruber -Copyright (C) 2015-2018 Kyle J. McKay +Copyright (C) 2015-2020 Kyle J. McKay All rights reserved. Redistribution and use in source and binary forms, with or without