Skip to content

Commit

Permalink
Merge branch 'develop' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Jun 23, 2022
2 parents 6cae8fd + 7a264e1 commit 98b21a7
Show file tree
Hide file tree
Showing 7 changed files with 3,750 additions and 3,917 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/CHANGELOG.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/composer.json export-ignore
/composer.lock export-ignore
/CONTRIBUTING.md export-ignore
/CREDITS.md export-ignore
/Gruntfile.js export-ignore
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
composer.lock
phpunit.xml
.idea
.sass-cache
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file, per [the Ke

## [Unreleased]

## [1.2.0] - 2021-06-21
## [1.2.0] - 2022-06-23
### Added
- Dependency security scanning (props [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#81](https://github.com/10up/eight-day-week/pull/81)).

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "eight-day-week",
"name": "10up/eight-day-week",
"description": "Tools that help improve the digital/print production workflows.",
"type": "wordpress-plugin",
"keywords": [],
Expand All @@ -13,14 +13,14 @@
"role": "Developer"
}
],
"minimum-stability": "dev",
"minimum-stability": "dev",
"require": {
"php": ">=5.4"
},
"require-dev": {
"require-dev": {
"antecedent/patchwork": "2.1.*",
"phpunit/phpunit": "*@stable",
"brianium/paratest": "dev-master",
"10up/wp_mock": "dev-master"
}
"brianium/paratest": "6.x-dev",
"10up/wp_mock": "dev-master"
}
}
Loading

0 comments on commit 98b21a7

Please sign in to comment.