Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stian-overasen committed Sep 7, 2018
1 parent 775aa10 commit 6b26091
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.1.0
* Replace `wimg/php-compatibility` with `phpcompatibility/phpcompatibility-wp`. (Cheers @jrfnl! [PR #4](https://github.com/DekodeInteraktiv/coding-standards/pull/4))

## 1.0.0
* WordPress Coding Standards for PHP_CodeSniffer 1.0
* PHP Compatibility Coding Standard for PHP CodeSniffer 8.2
Expand Down
2 changes: 1 addition & 1 deletion Dekode/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<rule ref="WordPress"/>
<rule ref="WordPress.NamingConventions.ValidHookName">
<properties>
<property name="additionalWordDelimiters" value="/"/>
<property name="additionalWordDelimiters" value="/" />
</properties>
</rule>
<rule ref="PHPCompatibilityWP" />
Expand Down

0 comments on commit 6b26091

Please sign in to comment.