Skip to content

Commit

Permalink
Released version 1.18
Browse files Browse the repository at this point in the history
 - Fix compatibility with Mojolicious 9.11
  • Loading branch information
Jan Henning Thorsen committed Mar 24, 2021
1 parent f3c4c6e commit ab51106
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for perl distribution LinkEmbedder

1.18 Not Released
1.18 2021-03-24T09:29:43+0900
- Fix compatibility with Mojolicious 9.11

1.17 2021-02-03T10:35:43+0900
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ Used as a helper for [Mojolicious](https://metacpan.org/pod/Mojolicious) web app
request. Will also set ["name" in Mojo::UserAgent::Transactor](https://metacpan.org/pod/Mojo%3A%3AUserAgent%3A%3ATransactor#name) for ["ua"](#ua) if
the incoming request contains a "User-Agent" header.

Note that in [Mojolicious](https://metacpan.org/pod/Mojolicious) 9.11 and later, you must define the format for your
route to serve with extension .html, .json or .jsonp.

# AUTHOR

Jan Henning Thorsen
Expand Down
2 changes: 1 addition & 1 deletion lib/LinkEmbedder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use constant TLS => eval { require IO::Socket::SSL; IO::Socket::SSL->VERSION('2.

use constant DEBUG => $ENV{LINK_EMBEDDER_DEBUG} || 0;

our $VERSION = '1.17';
our $VERSION = '1.18';

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

Expand Down

0 comments on commit ab51106

Please sign in to comment.