[Bps-public-commit] rt-authen-oauth2 branch, master, updated. 96288e1dae98de3fe5859f60fe30ac2a0a4917d1
? sunnavy
sunnavy at bestpractical.com
Thu Mar 21 08:59:04 EDT 2019
The branch, master has been updated
via 96288e1dae98de3fe5859f60fe30ac2a0a4917d1 (commit)
via 60e3a5e5bf4ef18e53f78bd79ecce1f376b7131c (commit)
from ba84b96fb6e0b59151e5772bbcab30fa5a3de93a (commit)
Summary of changes:
Changes | 3 +++
META.yml | 2 +-
README | 2 +-
lib/RT/Authen/OAuth2.pm | 4 ++--
4 files changed, 7 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 60e3a5e5bf4ef18e53f78bd79ecce1f376b7131c
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Mar 21 20:51:25 2019 +0800
Update copyright to 2019
diff --git a/README b/README
index 66c54c6..9090235 100644
--- a/README
+++ b/README
@@ -41,7 +41,7 @@ BUGS
L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Authen-OAuth2>.
LICENSE AND COPYRIGHT
- This software is Copyright (c) 2016 by Best Practical Solutions LLC
+ This software is Copyright (c) 2016-2019 by Best Practical Solutions LLC
This is free software, licensed under:
diff --git a/lib/RT/Authen/OAuth2.pm b/lib/RT/Authen/OAuth2.pm
index 3fc322a..2216dfc 100644
--- a/lib/RT/Authen/OAuth2.pm
+++ b/lib/RT/Authen/OAuth2.pm
@@ -71,7 +71,7 @@ or via the web at
=head1 LICENSE AND COPYRIGHT
-This software is Copyright (c) 2016 by Best Practical Solutions LLC
+This software is Copyright (c) 2016-2019 by Best Practical Solutions LLC
This is free software, licensed under:
commit 96288e1dae98de3fe5859f60fe30ac2a0a4917d1
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Mar 21 20:53:39 2019 +0800
Release 0.11
diff --git a/Changes b/Changes
index 9fc7161..45d53f9 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
Revision history for RT-Authen-OAuth
+0.11 2019-03-21
+ - Fix image src for non-empty web path
+
0.10 2018-03-28
- Initial version
diff --git a/META.yml b/META.yml
index e7af1b0..fa06409 100644
--- a/META.yml
+++ b/META.yml
@@ -26,6 +26,6 @@ requires:
resources:
license: http://opensource.org/licenses/gpl-license.php
repository: https://github.com/bestpractical/rt-authen-oauth2
-version: '0.10'
+version: '0.11'
x_module_install_rtx_version: '0.40'
x_requires_rt: 4.4.0
diff --git a/lib/RT/Authen/OAuth2.pm b/lib/RT/Authen/OAuth2.pm
index 2216dfc..6100c03 100644
--- a/lib/RT/Authen/OAuth2.pm
+++ b/lib/RT/Authen/OAuth2.pm
@@ -2,7 +2,7 @@ use strict;
use warnings;
package RT::Authen::OAuth2;
-our $VERSION = '0.10';
+our $VERSION = '0.11';
use Net::OAuth2::Profile::WebServer;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list