This repository was archived by the owner on Jul 17, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 name : PHP ${{ matrix.php }} - ${{ matrix.stability }}
2121
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v4
2424
2525 - name : Setup PHP
2626 uses : shivammathur/setup-php@v2
3636
3737 - name : Cache Composer packages
3838 id : composer-cache
39- uses : actions/cache@v2
39+ uses : actions/cache@v4
4040 with :
4141 path : vendor
4242 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ Unreleased]
8+
9+ ## [ 2.3.0] - 2025-07-08
10+
11+ ### Added
12+ - Add October CMS 4.x support
13+
714## [ 2.2.0] - 2025-02-03
815
16+ ### Added
917- Add option to show flash message when CSRF token is invalid
1018
1119## [ 2.1.1] - 2022-10-28
Original file line number Diff line number Diff line change 1414use Illuminate \Http \RedirectResponse ;
1515use Illuminate \Http \Request ;
1616use Illuminate \Routing \Redirector ;
17- use October \Rain \Cookie \Middleware \EncryptCookies ;
1817use October \Rain \Flash \FlashBag ;
18+ use October \Rain \Foundation \Http \Middleware \EncryptCookies ;
1919use RuntimeException ;
2020use Throwable ;
2121
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ v2.0.3: "Fixes type error when using `csrf_token()` Twig function"
99v2.0.4 : " Maintenance release"
1010v2.1.0 : " Add support for October CMS 3.x"
1111v2.1.1 : " Add missing composer repository"
12+ v2.2.0 : " Add option to show flash message when CSRF token is invalid"
13+ v2.3.0 : " Add support for October CMS 4.x"
You can’t perform that action at this time.
0 commit comments