Skip to content

Commit

Permalink
Merge pull request #278 from pantheon-systems/rebuild-platform-depend…
Browse files Browse the repository at this point in the history
…encies-php-7-3

Rebuild platform dependencies for PHP 7.3
  • Loading branch information
danielbachhuber authored Jan 24, 2022
2 parents 6ab23bd + 10149a3 commit 407717d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
**Contributors:** [getpantheon](https://profiles.wordpress.org/getpantheon/), [danielbachhuber](https://profiles.wordpress.org/danielbachhuber/), [outlandish-josh](https://profiles.wordpress.org/outlandish-josh/)
**Tags:** authentication, SAML
**Requires at least:** 4.4
**Tested up to:** 5.8
**Tested up to:** 5.9
**Requires PHP:** 7.3
**Stable tag:** 2.0.0
**Stable tag:** 2.0.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### 2.0.1 (January 24, 2022) ###
* Rebuilds platform dependencies to accommodate PHP 7.3 [[#278](https://github.com/pantheon-systems/wp-saml-auth/pull/278)].

### 2.0.0 (January 6, 2022) ###
* **BREAKING**: Updates `onelogin/php-saml` to `v4.0.0`, which requires PHP 7.3 or higher [[#275](https://github.com/pantheon-systems/wp-saml-auth/pull/275)].

Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: getpantheon, danielbachhuber, Outlandish Josh
Tags: authentication, SAML
Requires at least: 4.4
Tested up to: 5.8
Tested up to: 5.9
Requires PHP: 7.3
Stable tag: 2.0.0
Stable tag: 2.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.0.1 (January 24, 2022) =
* Rebuilds platform dependencies to accommodate PHP 7.3 [[#278](https://github.com/pantheon-systems/wp-saml-auth/pull/278)].

= 2.0.0 (January 6, 2022) =
* **BREAKING**: Updates `onelogin/php-saml` to `v4.0.0`, which requires PHP 7.3 or higher [[#275](https://github.com/pantheon-systems/wp-saml-auth/pull/275)].

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.0.0
* Version: 2.0.1
* Description: SAML authentication for WordPress, using SimpleSAMLphp.
* Author: Pantheon
* Author URI: https://pantheon.io
Expand Down

0 comments on commit 407717d

Please sign in to comment.