Skip to content

Commit

Permalink
Release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Apr 9, 2023
1 parent 19b1b6b commit 00af239
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Requires at least:** 4.4
**Tested up to:** 6.2
**Requires PHP:** 7.3
**Stable tag:** 2.1.2
**Stable tag:** 2.1.3
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -272,12 +272,15 @@ There is no third step. Because SimpleSAMLphp loads WordPress, which has WP Nati
Minimum supported PHP version is 7.3.

## Changelog ##

## 2.1.2 (April 7, 2023) ##
* Bump yoast/phpunit-polyfills from 1.0.4 to 1.0.5 [[#334](https://github.com/pantheon-systems/wp-saml-auth/pull/334)]
* Updates tested up to version
* Removes unused NPM dependencies


## 2.1.3 (April 8, 2023) ##
* Fixes missing vendor/ directory in previous release [[#336](https://github.com/pantheon-systems/wp-saml-auth/pull/336)]

## 2.1.2 (April 7, 2023) ##
* Bump yoast/phpunit-polyfills from 1.0.4 to 1.0.5 [[#334](https://github.com/pantheon-systems/wp-saml-auth/pull/334)]
* Updates tested up to version
* Removes unused NPM dependencies


## 2.1.1 (March 15, 2023) ##
* Adds PHP 8.2 compatibility [[#332](https://github.com/pantheon-systems/wp-saml-auth/pull/332)].
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: authentication, SAML
Requires at least: 4.4
Tested up to: 6.2
Requires PHP: 7.3
Stable tag: 2.1.2
Stable tag: 2.1.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -273,6 +273,9 @@ Minimum supported PHP version is 7.3.

== Changelog ==

= 2.1.3 (April 8, 2023) =
* Fixes missing vendor/ directory in previous release [[#336](https://github.com/pantheon-systems/wp-saml-auth/pull/336)]

= 2.1.2 (April 7, 2023) =
* Bump yoast/phpunit-polyfills from 1.0.4 to 1.0.5 [[#334](https://github.com/pantheon-systems/wp-saml-auth/pull/334)]
* Updates tested up to version
Expand Down
2 changes: 1 addition & 1 deletion wp-saml-auth.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: WP SAML Auth
* Version: 2.1.2
* Version: 2.1.3
* Description: SAML authentication for WordPress, using SimpleSAMLphp.
* Author: Pantheon
* Author URI: https://pantheon.io
Expand Down

0 comments on commit 00af239

Please sign in to comment.