We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4b0c1 commit 690439bCopy full SHA for 690439b
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.13.1
4
+- Revert WordPress security rules names changed in `0.13.0`
5
+
6
## 0.13.0
7
- Whitelist PHP core methods for not having return or argument type declaration.
8
- Fix WordPress security rules names.
README.md
@@ -12,7 +12,7 @@ It means they can be installed by adding the entry to composer.json `require-dev
12
```json
13
{
14
"require-dev": {
15
- "inpsyde/php-coding-standards": "~0.13.0"
+ "inpsyde/php-coding-standards": "~0.13.1"
16
}
17
18
```
0 commit comments