Skip to content

Commit

Permalink
Merge pull request #27 from devgeniem/fix-delete-post-param-type
Browse files Browse the repository at this point in the history
Fix delete_post() param type hint
  • Loading branch information
HPiirainen authored May 8, 2024
2 parents 49e5392 + aed0c7d commit 9847ed3
Show file tree
Hide file tree
Showing 6 changed files with 1,138 additions and 636 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Released]

## [1.3.3] - 2024-05-06

### Changed
- Update Composer dependencies.
- Setup PHPCS rules.
- Change Storage::delete_post() parameter type hint.

## [1.3.2] - 2024-04-15

### Changed
Expand Down
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "GPL-3.0-or-later",
"minimum-stability": "stable",
"require": {
"php": ">=7.4 || ^8.0 || ^8.1",
"php": ">=7.4 || ^8.0 || ^8.1 || ^8.2",
"composer/installers": "^1.0.12 || ^2"
},
"autoload": {
Expand All @@ -36,11 +36,13 @@
"require-dev": {
"roave/security-advisories": "dev-latest",
"10up/wp_mock": "^0.4.2",
"phpunit/phpunit": "^9"
"phpunit/phpunit": "^9",
"devgeniem/geniem-rules-codesniffer": "^1.2"
},
"config": {
"allow-plugins": {
"composer/installers": true
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit 9847ed3

Please sign in to comment.