You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ _No documentation available about unreleased changes yet._
16
16
- Updated dependencies. PHPUnit had a security vulnerability that needed to be addressed. More recent versions of PHPUnit (v10+) introduced breaking changes that would require a major version bump. Priority of this release was to fix the security vulnerability.
17
17
- Added exclude to deprecated ruleset since WordPressCS v3.3.0. Covered by PHPCompatibilityWP.
@@ -186,9 +187,7 @@ We renamed the package from `infinum/coding-standards-wp` to `infinum/eightshift
186
187
187
188
### Official release of the Eightshift coding standards for WordPress projects
188
189
189
-
This is the official release of the Eightshift coding standards for WordPress. It contains breaking changes, mostly in
190
-
regard
191
-
of the naming scheme.
190
+
This is the official release of the Eightshift coding standards for WordPress. It contains breaking changes, mostly in regard of the naming scheme.
192
191
To equate the way we write our PHP and JS we opted to follow a modified PSR standards.
193
192
What this means is that we will remove liberal spacing, add some PSR12 modifications regarding arguments placing in closures, change snake_case with CamelCase for classes (for autoload puropses) and some other minor changes that will be documented below.
194
193
If you wish to use the old standards, be sure to modify your projects `composer.json` file with the appropriate version.
0 commit comments