File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 4141 steps :
4242
4343 - name : Clone DDEV files
44- uses : actions/checkout@v2
44+ uses : actions/checkout@v3
4545 with :
4646 path : .ddev
4747 repository : julienloizelet/ddev-wp
9696
9797
9898 - name : Clone ${{ env.EXTENSION_NAME }} files
99- uses : actions/checkout@v2
99+ uses : actions/checkout@v3
100100 with :
101101 path : my-own-modules/${{ env.EXTENSION_PATH }}
102102
Original file line number Diff line number Diff line change 4141 steps :
4242
4343 - name : Clone DDEV files
44- uses : actions/checkout@v2
44+ uses : actions/checkout@v3
4545 with :
4646 path : .ddev
4747 repository : julienloizelet/ddev-wp
9696
9797
9898 - name : Clone ${{ env.EXTENSION_NAME }} files
99- uses : actions/checkout@v2
99+ uses : actions/checkout@v3
100100 with :
101101 path : my-own-modules/${{ env.EXTENSION_PATH }}
102102
Original file line number Diff line number Diff line change @@ -4,6 +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 )
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ ?.?.?] ( https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v1.10.0 ) - 2022-??-??
8+ [ _ Compare with previous release_ ] ( https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v1.9.0...v1.10.0 )
9+ ### Changed
10+ - Do not use cache tags for ` memcached ` as it is discouraged
11+ - Replace unauthorized chars by underscore _ in cache key
12+ ### Fixed
13+ - Fix ban and captcha walls W3C validity
14+
15+ ---
16+
717## [ 1.9.0] ( https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v1.9.0 ) - 2022-09-15
818[ _ Compare with previous release_ ] ( https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v1.8.1...v1.9.0 )
919### Added
You can’t perform that action at this time.
0 commit comments