diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ea685..8b2a550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/cloudflare-access-sso.php b/cloudflare-access-sso.php index 58f6c85..60e7f51 100644 --- a/cloudflare-access-sso.php +++ b/cloudflare-access-sso.php @@ -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/ @@ -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/' ); diff --git a/composer.json b/composer.json index 7de5363..e479829 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 4814692..34d43e6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "cf2bc45700e846ba7be1c3c7e0e2c8ac", + "content-hash": "b2efc3ff4e9d1265b30e87a624a42a97", "packages": [ { "name": "firebase/php-jwt",