Skip to content

Commit 17416ed

Browse files
committed
Update version & changelog
1 parent 10d3442 commit 17416ed

File tree

6 files changed

+112
-96
lines changed

6 files changed

+112
-96
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v2.6.2 - 04/22/2025
6+
57
- Security: Escaped `[content_control]` `message` attribute.
68
- Fix: Misc JS bugs in admin.
79
- Developer: Added new `content_control/pre_restrict_content` & `content_control/pre_restrict_excerpt` filters to allow overloading/short curcuiting the default restriction application.

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-atlantic/content-control",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"homepage": "https://contentcontrolplugin.com/",
@@ -9,20 +9,20 @@
99
},
1010
"minimum-stability": "dev",
1111
"require": {
12-
"composer/installers": "v2.3.0",
13-
"pimple/pimple": "v3.5.0",
14-
"trustedlogin/client": "v1.9.0"
12+
"composer/installers": "2.3.0",
13+
"pimple/pimple": "3.5.0",
14+
"trustedlogin/client": "1.9.0"
1515
},
1616
"require-dev": {
1717
"code-atlantic/coding-standards": "^1.1.0",
1818
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
1919
"phpstan/phpstan": "^1.10.62",
20-
"szepeviktor/phpstan-wordpress": "v1.3.3",
20+
"szepeviktor/phpstan-wordpress": "1.3.3",
2121
"phpstan/extension-installer": "^1.3.1",
2222
"phpunit/phpunit": "10.4.0",
2323
"mockery/mockery": "^1.6.6",
2424
"brain/monkey": "^2.6.1",
25-
"php-stubs/woocommerce-stubs": "v8.6.1",
25+
"php-stubs/woocommerce-stubs": "8.6.1",
2626
"php-stubs/generator": "^0.8.4"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)