Skip to content

Commit

Permalink
Merge pull request #9 from jamesmorrison/feature/follow-redirect-to-path
Browse files Browse the repository at this point in the history
Fixed version in composer; bumped version.
  • Loading branch information
jamesmorrison authored Mar 15, 2024
2 parents 5677dd8 + 9366002 commit 741b31d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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/).

## [1.0.6] - 2024-03-15
- Fixed: update version in composer

## [1.0.5] - 2024-03-15
- Fixed: post login redirect to the original URL requested

Expand Down
4 changes: 2 additions & 2 deletions cloudflare-access-sso.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Plugin Name: Cloudflare Access SSO
* Description: Facilitates automatic login to WordPress when domain is protected with Cloudflare Access
* Version: 1.0.5
* Version: 1.0.6
* Plugin URI: https://github.com/jamesmorrison/cloudflare-access-sso
* Author: James Morrison
* Author URI: https://jamesmorrison.uk/
Expand All @@ -34,7 +34,7 @@
defined( 'ABSPATH' ) || exit;

// Useful global constants
define( 'CF_ACCESS_SSO_PLUGIN_VERSION', '1.0.5' );
define( 'CF_ACCESS_SSO_PLUGIN_VERSION', '1.0.6' );
define( 'CF_ACCESS_SSO_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'CF_ACCESS_SSO_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'CF_ACCESS_SSO_PLUGIN_INC', CF_ACCESS_SSO_PLUGIN_PATH . 'includes/' );
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jamesmorrison/cloudflare-access-sso",
"description": "Facilitates SSO login to WordPress via Cloudflare Access.",
"version": "1.0.4",
"version": "1.0.6",
"type": "wordpress-plugin",
"homepage": "https://james.morrison.uk/plugins/cloudflare-access-sso/",
"readme": "./readme.md",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 741b31d

Please sign in to comment.