Skip to content

Commit

Permalink
Release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Nov 6, 2019
1 parent bd9bb1f commit c370ebc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions auth/onelogin_saml/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
*
* @originalauthor OneLogin, Inc
* @author Harrison Horowitz, Sixto Martin
* @version 2.7.0
* @version 2.8.0
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package auth_onelogin_saml
* @requires XMLSecLibs v3.0.3
* @requires php-saml v3.1.0
* @requires XMLSecLibs v3.0.4
* @requires php-saml v3.3.1
* @copyright 2011-2019 OneLogin.com
*
* @description
Expand Down
6 changes: 3 additions & 3 deletions auth/onelogin_saml/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
*
* @originalauthor OneLogin, Inc
* @author Harrison Horowitz, Sixto Martin
* @version 2.7.0
* @version 2.8.0
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package auth_onelogin_saml
* @requires XMLSecLibs v3.0.3
* @requires php-saml v3.1.0
* @requires XMLSecLibs v3.0.4
* @requires php-saml v3.3.1
* @copyright 2011-2019 OneLogin.com
*
* @description
Expand Down
6 changes: 3 additions & 3 deletions auth/onelogin_saml/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
*
* @originalauthor OneLogin, Inc
* @author Harrison Horowitz, Sixto Martin
* @version 2.7.0
* @version 2.8.0
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package auth_onelogin_saml
* @requires XMLSecLibs v3.0.3
* @requires php-saml v3.1.0
* @requires XMLSecLibs v3.0.4
* @requires php-saml v3.3.1
* @copyright 2011-2019 OneLogin.com
*
* @description
Expand Down
6 changes: 3 additions & 3 deletions auth/onelogin_saml/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
*
* @originalauthor OneLogin, Inc
* @author Harrison Horowitz, Sixto Martin
* @version 2.7.0
* @version 2.8.0
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package auth_onelogin_saml
* @requires XMLSecLibs v3.0.3
* @requires php-saml v3.1.0
* @requires XMLSecLibs v3.0.4
* @requires php-saml v3.3.1
* @copyright 2011-2019 OneLogin.com
*
* @description
Expand Down
8 changes: 4 additions & 4 deletions auth/onelogin_saml/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
*
* @originalauthor OneLogin, Inc
* @author Harrison Horowitz, Sixto Martin
* @version 2.7.0
* @version 2.8.0
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package auth_onelogin_saml
* @requires XMLSecLibs v3.0.3
* @requires php-saml v3.1.0
* @requires XMLSecLibs v3.0.4
* @requires php-saml v3.3.1
* @copyright 2011-2019 OneLogin.com
*
* @description
Expand All @@ -32,7 +32,7 @@
*/

$plugin->component = 'auth_onelogin_saml';
$plugin->version = 2019012801; // The current module version (Date: YYYYMMDDXX)
$plugin->version = 2019110601; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2017110800;
$plugin->cron = 0; // Period for cron to check this module (secs)
$plugin->maturity = MATURITY_STABLE;

0 comments on commit c370ebc

Please sign in to comment.