From 61daccedaca3a992e22b262db558d6638d69edc0 Mon Sep 17 00:00:00 2001 From: Scotty Logan <swl@stanford.edu> Date: Thu, 4 Jun 2020 13:52:31 -0700 Subject: [PATCH] Bumped version to 0.1.5 --- README.md | 2 +- stanford-auth.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27dc80f..e5d7230 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Tags: authentication, SAML, Stanford, SSO Requires PHP: 7.0 Requires at least: 5.0 Tested up to: 5.4 -Stable tag: 0.1.4 +Stable tag: 0.1.5 License: MIT License URI: https://opensource.org/licenses/MIT --> diff --git a/stanford-auth.php b/stanford-auth.php index 2b1c8ac..885dec4 100644 --- a/stanford-auth.php +++ b/stanford-auth.php @@ -1,7 +1,7 @@ <?php /** * Plugin Name: Stanford Authentication - * Version: 0.1.4 + * Version: 0.1.5 * Description: Stanford-specific SAML authentication for WordPress, using WP-SAML-Auth * Author: Scotty Logan * Author URI: https://uit.stanford.edu -- GitLab