Skip to content

Commit

Permalink
fixup! release: v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchamp committed Mar 20, 2023
1 parent 31126a1 commit b9b38c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shibboleth.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin URI: https://wordpress.org/plugins/shibboleth/
* Description: Easily externalize user authentication to a <a href="https://www.incommon.org/software/shibboleth/">Shibboleth</a> Service Provider
* Author: Michael McNeill, mitcho (Michael 芳貴 Erlewine), Will Norris
* Version: 2.4
* Version: 2.4.1
* Requires PHP: 5.6
* Requires at least: 4.0
* License: Apache 2 (https://www.apache.org/licenses/LICENSE-2.0.html)
Expand All @@ -18,7 +18,7 @@

define( 'SHIBBOLETH_MINIMUM_WP_VERSION', '4.0' );
define( 'SHIBBOLETH_MINIMUM_PHP_VERSION', '5.6' );
define( 'SHIBBOLETH_PLUGIN_VERSION', '2.4' );
define( 'SHIBBOLETH_PLUGIN_VERSION', '2.4.1' );

/**
* Determine if this is a new install or upgrade and, if so, run the
Expand Down

0 comments on commit b9b38c1

Please sign in to comment.