Skip to content

Commit b595ea8

Browse files
committed
Merge branch 'release/3.2.1'
2 parents 27ac78d + 7202da0 commit b595ea8

6 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.2.1] - 2022-11-28
8+
9+
- Minor changes to plugin documentation.
10+
- Fix Migration file.
11+
712
## [3.2.0] - 2022-09-23
813

914
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Allows users to manage Basic Authentication credentials for multiple hostnames a
44

55
## Requirements
66

7-
* October CMS ^1.1
8-
* PHP 7.4 or higher
7+
* October CMS ^2.0
8+
* PHP 8.0.2 or higher
99

1010
## Installation
1111

updates/20190123_000001_create_tables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use October\Rain\Database\Schema\Blueprint;
88
use October\Rain\Database\Updates\Migration;
9-
use October\Rain\Support\Facades\Schema;
9+
use Schema;
1010

1111
final class CreateBasicAuthenticationTables extends Migration
1212
{

updates/20220314_000002_drop_excluded_urls_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use October\Rain\Database\Schema\Blueprint;
88
use October\Rain\Database\Updates\Migration;
9-
use October\Rain\Support\Facades\Schema;
9+
use Schema;
1010

1111
final class DropExcludedUrlsTable extends Migration
1212
{

updates/20220314_000003_add_whitelist_column_to_credentials_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use October\Rain\Database\Schema\Blueprint;
88
use October\Rain\Database\Updates\Migration;
9-
use October\Rain\Support\Facades\Schema;
9+
use Schema;
1010

1111
final class AddWhitelistColumnToCredentialsTable extends Migration
1212
{

updates/version.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ v3.0.2:
1515
- "Rename migration class (duplicate class name)."
1616
v3.1.0: "Add October CMS 3.x to supported versions."
1717
v3.2.0: "Basic Authentication added to October CMS backend routes."
18+
v3.2.1: "Minor changes to plugin documentation."

0 commit comments

Comments
 (0)