Skip to content

Commit e8e4fab

Browse files
feat(*): Prepare release 2.5.0
1 parent ac9f736 commit e8e4fab

File tree

5 files changed

+25
-8
lines changed

5 files changed

+25
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: WordPress Plugin Deploy
126126
if: github.event.inputs.deploy_to_wordpress == 'true'
127127
id: deploy
128-
uses: 10up/action-wordpress-plugin-deploy@2.1.1
128+
uses: 10up/action-wordpress-plugin-deploy@2.2.0
129129
with:
130130
generate-zip: true
131131
env:
@@ -333,4 +333,4 @@ jobs:
333333
limit-access-to-actor: true
334334
github-token: ${{ secrets.GITHUB_TOKEN }}
335335
timeout-minutes: 30
336-
if: failure()
336+
if: failure()

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [2.5.0](https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v2.5.0) - 2023-06-01
9+
[_Compare with previous release_](https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v2.4.1...v2.5.0)
10+
11+
### Added
12+
13+
- Add WordPress multisite compatibility
14+
15+
16+
---
17+
18+
819
## [2.4.1](https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v2.4.1) - 2023-04-28
920
[_Compare with previous release_](https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v2.4.0...v2.4.1)
1021

@@ -13,11 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1324
- No change. Release to test update process hook.
1425

1526

16-
1727
---
1828

1929

20-
2130
## [2.4.0](https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v2.4.0) - 2023-04-28
2231
[_Compare with previous release_](https://github.com/crowdsecurity/cs-wordpress-bouncer/compare/v2.3.1...v2.4.0)
2332

crowdsec.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://github.com/crowdsecurity/cs-wordpress-bouncer
55
* Description: Safer Together. Protect your WordPress application with CrowdSec.
66
* Tags: crowdsec-bouncer, wordpress, security, firewall, captcha, ip-scanner, ip-blocker, ip-blocking, ip-address, ip-database, ip-range-check, crowdsec, ban-hosts, ban-management, anti-hacking, hacker-protection, captcha-image, captcha-generator, captcha-generation, captcha-service
7-
* Version: 2.4.1
7+
* Version: 2.5.0
88
* Author: CrowdSec
99
* Author URI: https://www.crowdsec.net/
1010
* Github: https://github.com/crowdsecurity/cs-wordpress-bouncer
@@ -13,7 +13,7 @@
1313
* Requires PHP: 7.2
1414
* Requires at least: 4.9
1515
* Tested up to: 6.2
16-
* Stable tag: 2.4.1
16+
* Stable tag: 2.5.0
1717
* Text Domain: crowdsec-wp
1818
* First release: 2021.
1919
*/

inc/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ class Constants extends LibConstants
2020
public const LOG_BASE_PATH = __DIR__ . '/../logs/';
2121
public const CACHE_PATH = __DIR__ . '/../.cache';
2222
public const CONFIG_PATH = __DIR__ . '/standalone-settings.php';
23-
public const VERSION = 'v2.4.1';
23+
public const VERSION = 'v2.5.0';
2424
}

readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://crowdsec.net/
44
Tags: crowdsec-bouncer, wordpress, security, firewall, captcha, ip-scanner, ip-blocker, ip-blocking, ip-address, ip-database, ip-range-check, crowdsec, ban-hosts, ban-management, anti-hacking, hacker-protection, captcha-image, captcha-generator, captcha-generation, captcha-service
55
Requires at least: 4.9
66
Tested up to: 6.2
7-
Stable tag: 2.4.1
7+
Stable tag: 2.5.0
88
Requires PHP: 7.2
99
License: MIT
1010
License URI: https://opensource.org/licenses/MIT
@@ -44,6 +44,10 @@ This WordPress plugin is a "bouncer", which purpose is to block detected attacks
4444

4545
== Changelog ==
4646

47+
= 2.5 (2023-06-01) =
48+
49+
- Add WordPress multisite compatibility
50+
4751
= 2.4 (2023-04-28) =
4852

4953
- Use absolute path for TLS files
@@ -133,6 +137,10 @@ This WordPress plugin is a "bouncer", which purpose is to block detected attacks
133137

134138
== Upgrade Notice ==
135139

140+
= 2.5 =
141+
142+
If you are using the Multisite WordPress feature, CrowdSec Bouncer plugin has to be Network activated and CrowdSec settings have to be set in the Network admin.
143+
136144
= 2.4 =
137145

138146
After upgrading to 2.4, you have to define an absolute path for TLS files and geolocation databases (only if you use these features)

0 commit comments

Comments
 (0)