Skip to content

Commit 0065d94

Browse files
committed
Bump to 1.0.0
1 parent 77ea3e4 commit 0065d94

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** pressbooks, sso, cas
55
**Requires at least:** 4.9.5
66
**Tested up to:** 4.9.5
7-
**Stable tag:** 0.4.1
7+
**Stable tag:** 1.0.0
88
**License:** GPLv3 or later
99
**License URI:** https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -32,6 +32,9 @@ Or, download the latest version from the releases page and unzip it into your Wo
3232

3333
Then, activate and configure the plugin at the Network level.
3434

35+
Read the developer documentation for more info: https://docs.pressbooks.org/integrations/pressbooks-cas-sso
36+
37+
3538

3639
### Optional Config
3740

@@ -46,6 +49,11 @@ Then, activate and configure the plugin at the Network level.
4649
## Changelog
4750

4851

52+
### 1.0.0
53+
* Semantic versioning starts here.
54+
* Improve code to get contact email.
55+
56+
4957
### 0.4.1
5058
* Fix build.
5159

pressbooks-cas-sso.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
Plugin Name: Pressbooks CAS Single Sign-On
44
Plugin URI: https://pressbooks.org
55
Description: CAS Single Sign-On integration for Pressbooks.
6-
Version: 0.4.1
6+
Version: 1.0.0
77
Author: Pressbooks (Book Oven Inc.)
88
Author URI: https://pressbooks.org
99
Requires PHP: 7.0
10-
Pressbooks tested up to: 5.3.0
10+
Pressbooks tested up to: 5.4.0
1111
Text Domain: pressbooks-cas-sso
1212
License: GPL v3 or later
1313
Network: True

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://opencollective.com/pressbooks/
44
Tags: pressbooks, sso, cas
55
Requires at least: 4.9.5
66
Tested up to: 4.9.5
7-
Stable tag: 0.4.1
7+
Stable tag: 1.0.0
88
License: GPLv3 or later
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -30,6 +30,9 @@ Or, download the latest version from the releases page and unzip it into your Wo
3030

3131
Then, activate and configure the plugin at the Network level.
3232

33+
Read the developer documentation for more info: https://docs.pressbooks.org/integrations/pressbooks-cas-sso
34+
35+
3336
= Optional Config =
3437

3538
putenv( 'PB_CAS_CERT_PATH=/path/to/cachain.pem' ); // Path to the CA chain that issued the CAS server certificate
@@ -40,6 +43,10 @@ Then, activate and configure the plugin at the Network level.
4043

4144
== Changelog ==
4245

46+
= 1.0.0 =
47+
* Semantic versioning starts here.
48+
* Improve code to get contact email.
49+
4350
= 0.4.1 =
4451
* Fix build.
4552

0 commit comments

Comments
 (0)