Skip to content

Commit d13d067

Browse files
Merge pull request #3 from jamesmorrison/release
Corrected version number throughout.
2 parents 35e2922 + 06d58b3 commit d13d067

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/), and will adhere to [Semantic Versioning](http://semver.org/).
44

5+
## [1.0.2] - 2023-06-23
6+
- Corrected version number throughout to 1.0.2. 🎉
7+
8+
## [1.0.1] - 2023-06-23
9+
- Added example of multiple AUD's to README. 🎉
10+
511
## [1.0.0] - 2023-06-23
612
- Updates and enhancements to documentation. 🎉
713

cloudflare-access-sso.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* Plugin Name: Cloudflare Access SSO
1212
* Description: Facilitates automatic login to WordPress when domain is protected with Cloudflare Access
13-
* Version: 1.0.0
13+
* Version: 1.0.2
1414
* Plugin URI: https://github.com/jamesmorrison/cloudflare-access-sso
1515
* Author: James Morrison
1616
* Author URI: https://jamesmorrison.uk/
@@ -56,7 +56,7 @@
5656
}
5757

5858
// Useful global constants
59-
define( 'CLOUDFLARE_ACCESS_SSO_PLUGIN_VERSION', '1.0.0' );
59+
define( 'CLOUDFLARE_ACCESS_SSO_PLUGIN_VERSION', '1.0.2' );
6060
define( 'CLOUDFLARE_ACCESS_SSO_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
6161
define( 'CLOUDFLARE_ACCESS_SSO_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
6262
define( 'CLOUDFLARE_ACCESS_SSO_PLUGIN_INC', CLOUDFLARE_ACCESS_SSO_PLUGIN_PATH . 'includes/' );

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jamesmorrison/cloudflare-access-sso",
33
"description": "Facilitates SSO login to WordPress via Cloudflare Access.",
4-
"version": "1.0.0",
4+
"version": "1.0.2",
55
"type": "wordpress-plugin",
66
"homepage": "https://james.morrison.uk/plugins/cloudflare-access-sso/",
77
"readme": "./readme.md",

0 commit comments

Comments
 (0)