Skip to content

Commit 690439b

Browse files
committed
v0.13.1
1 parent 9e4b0c1 commit 690439b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.13.1
4+
- Revert WordPress security rules names changed in `0.13.0`
5+
36
## 0.13.0
47
- Whitelist PHP core methods for not having return or argument type declaration.
58
- Fix WordPress security rules names.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It means they can be installed by adding the entry to composer.json `require-dev
1212
```json
1313
{
1414
"require-dev": {
15-
"inpsyde/php-coding-standards": "~0.13.0"
15+
"inpsyde/php-coding-standards": "~0.13.1"
1616
}
1717
}
1818
```

0 commit comments

Comments
 (0)