Skip to content

Commit

Permalink
Merge pull request #55 from pantheon-systems/update-readme-0-2-0
Browse files Browse the repository at this point in the history
Update README for v0.2.0
  • Loading branch information
danielbachhuber authored Mar 7, 2017
2 parents a8d2f4d + e0881bc commit b03d69c
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 7 deletions.
34 changes: 31 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
**Contributors:** getpantheon, danielbachhuber, Outlandish Josh
**Tags:** authentication, SAML, SimpleSAMLphp
**Requires at least:** 4.4
**Tested up to:** 4.7
**Stable tag:** 0.1.0
**Tested up to:** 4.7.3
**Stable tag:** 0.2.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -124,6 +124,30 @@ Once SimpleSAMLphp is installed and running on your server, you can configure th
}
add_filter( 'wp_saml_auth_option', 'wpsax_filter_option', 10, 2 );

## WP-CLI Commands ##

This plugin implements a variety of [WP-CLI](https://wp-cli.org) commands. All commands are grouped into the `wp saml-auth` namespace.

$ wp help saml-auth

NAME

wp saml-auth

DESCRIPTION

Configure and manage the WP SAML Auth plugin.

SYNOPSIS

wp saml-auth <command>

SUBCOMMANDS

scaffold-config Scaffold a configuration filter to customize WP SAML Auth usage.

Use `wp help saml-auth <command>` to learn more about each command.

## Contributing ##

The best way to contribute to the development of this plugin is by participating on the GitHub project:
Expand Down Expand Up @@ -162,6 +186,10 @@ There is no third step. Because SimpleSAMLphp loads WordPress, which has WP Nati

## Changelog ##

### 0.1.0 (April 18, 2016) ###
### 0.2.0 (March 7, 2017) ###
* Introduces `wp saml-auth scaffold-config`, a WP-CLI command to scaffold a configuration filter to customize WP SAML Auth usage.
* Redirects back to WordPress after SimpleSAMLPHP authentication.
* Variety of test suite improvements.

### 0.1.0 (April 18, 2016) ###
* Initial release.
34 changes: 31 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: getpantheon, danielbachhuber, Outlandish Josh
Tags: authentication, SAML, SimpleSAMLphp
Requires at least: 4.4
Tested up to: 4.7
Stable tag: 0.1.0
Tested up to: 4.7.3
Stable tag: 0.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -124,6 +124,30 @@ Once SimpleSAMLphp is installed and running on your server, you can configure th
}
add_filter( 'wp_saml_auth_option', 'wpsax_filter_option', 10, 2 );

== WP-CLI Commands ==

This plugin implements a variety of [WP-CLI](https://wp-cli.org) commands. All commands are grouped into the `wp saml-auth` namespace.

$ wp help saml-auth

NAME

wp saml-auth

DESCRIPTION

Configure and manage the WP SAML Auth plugin.

SYNOPSIS

wp saml-auth <command>

SUBCOMMANDS

scaffold-config Scaffold a configuration filter to customize WP SAML Auth usage.

Use `wp help saml-auth <command>` to learn more about each command.

== Contributing ==

The best way to contribute to the development of this plugin is by participating on the GitHub project:
Expand Down Expand Up @@ -162,6 +186,10 @@ There is no third step. Because SimpleSAMLphp loads WordPress, which has WP Nati

== Changelog ==

= 0.1.0 (April 18, 2016) =
= 0.2.0 (March 7, 2017) =
* Introduces `wp saml-auth scaffold-config`, a WP-CLI command to scaffold a configuration filter to customize WP SAML Auth usage.
* Redirects back to WordPress after SimpleSAMLPHP authentication.
* Variety of test suite improvements.

= 0.1.0 (April 18, 2016) =
* Initial release.
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: 0.1.0
* Version: 0.2.0
* Description: SAML authentication for WordPress, using SimpleSAMLphp.
* Author: Pantheon
* Author URI: https://pantheon.io
Expand Down

0 comments on commit b03d69c

Please sign in to comment.