Skip to content

Commit

Permalink
Merge branch 'version-bump'
Browse files Browse the repository at this point in the history
  • Loading branch information
codepuncher committed Apr 17, 2023
2 parents 4e596b0 + 2202791 commit dff4d7d
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unreleased=true
future-release=0.4.1
future-release=1.0.0
user=itinerisltd
project=itineris-wp-coding-standards
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.0](https://github.com/itinerisltd/itineris-wp-coding-standards/tree/1.0.0) (2023-04-17)

[Full Changelog](https://github.com/itinerisltd/itineris-wp-coding-standards/compare/0.4.1...1.0.0)

**Merged pull requests:**

- 2023 02 01 [\#39](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/39) ([codepuncher](https://github.com/codepuncher))

## [0.4.1](https://github.com/itinerisltd/itineris-wp-coding-standards/tree/0.4.1) (2022-09-01)

[Full Changelog](https://github.com/itinerisltd/itineris-wp-coding-standards/compare/0.4.0...0.4.1)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

[Itineris WP Coding Standards](https://github.com/ItinerisLtd/itineris-wp-coding-standards) is a project with rulesets for code style and quality tools to be used in Itineris WordPress projects.

It is a mix with [PSR-1](https://www.php-fig.org/psr/psr-1/), [PSR-2](https://www.php-fig.org/psr/psr-2), [PSR-4](https://www.php-fig.org/psr/psr-4/), [PSR-12](https://github.com/php-fig/fig-standards/blob/master/proposed/extended-coding-style-guide.md) and [WordPress Coding Standards](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards).
It is a mix of [PSR-1](https://www.php-fig.org/psr/psr-1/), [PSR-2](https://www.php-fig.org/psr/psr-2), [PSR-4](https://www.php-fig.org/psr/psr-4/), [PSR-12](https://github.com/php-fig/fig-standards/blob/master/proposed/extended-coding-style-guide.md), [Slevomat](https://github.com/slevomat/coding-standard) and [WordPress](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards) coding standards.

Whenever there's a conflict between PSR and WPCS, always prefer PSR.

Expand Down Expand Up @@ -72,7 +72,7 @@ First, create [`phpcs.xml`](https://github.com/squizlabs/PHP_CodeSniffer/wiki/An
<exclude-pattern>/vendor/*</exclude-pattern>

<!-- TODO: Define minimum supported WordPress version -->
<config name="minimum_supported_wp_version" value="5.2"/>
<config name="minimum_supported_wp_version" value="6.2"/>

<!-- TODO: Define expected text domains -->
<rule ref="WordPress.WP.I18n">
Expand Down
Loading

0 comments on commit dff4d7d

Please sign in to comment.