Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit60dfb3f

Browse files
author
Jan Henning Thorsen
committed
Released version 1.20
- Fix not showing double HTML entities - Fix not adding extra newline#21
1 parentfe84647 commit60dfb3f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

‎Changes‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Revision history for perl distribution LinkEmbedder
22

3-
1.20Not Released
3+
1.202021-07-18T08:42:15+0900
44
- Fix not showing double HTML entities
5+
- Fix not adding extra newline #21
56

67
1.19 2021-06-09T09:32:08+0900
78
- Fix Mojolicious version after v1.18 #23

‎Makefile.PL‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use utf8;
33
use ExtUtils::MakeMaker;
44
my%WriteMakefileArgs = (
55
NAME=>'LinkEmbedder',
6-
AUTHOR=>'Bruno Ramos <brunoramos.lu@gmail.com>',
6+
AUTHOR=>'Jan Henning Thorsen <jhthorsen@cpan.org>',
77
LICENSE=>'artistic_2',
88
ABSTRACT_FROM=>'lib/LinkEmbedder.pm',
99
VERSION_FROM=>'lib/LinkEmbedder.pm',

‎lib/LinkEmbedder.pm‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use constant TLS => eval { require IO::Socket::SSL; IO::Socket::SSL->VERSION('2.
1111

1212
use constantDEBUG=>$ENV{LINK_EMBEDDER_DEBUG} || 0;
1313

14-
our$VERSION ='1.19';
14+
our$VERSION ='1.20';
1515

1616
my$PROTOCOL_RE =qr!^(\w+):\w+!i;# Examples: mail:, spotify:, ...
1717

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp