-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for replacing a minimum MySQL version
- Loading branch information
1 parent
cfce45d
commit ab2e720
Showing
2 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
{ | ||
"name": "wporg-replace", | ||
"version": "1.0.0", | ||
"version": "1.0.7", | ||
"description": "A helpful GitHub action that will handle replacing version numbers across plugin files.", | ||
"scripts": { | ||
"update-plugin-version": "cd node_modules/wporg-replace-helper && npm run update-plugin-version", | ||
"update-minimum-php-version": "cd node_modules/wporg-replace-helper && npm run update-minimum-php-version", | ||
"update-tested-wp-version": "cd node_modules/wporg-replace-helper && npm run update-tested-wp-version", | ||
"update-minimum-wp-version": "cd node_modules/wporg-replace-helper && npm run update-minimum-wp-version", | ||
"update-tested-wp-version": "cd node_modules/wporg-replace-helper && npm run update-tested-wp-version" | ||
"update-minimum-php-version": "cd node_modules/wporg-replace-helper && npm run update-minimum-php-version", | ||
"update-minimum-mysql-version": "cd node_modules/wporg-replace-helper && npm run update-minimum-mysql-version" | ||
}, | ||
"dependencies": { | ||
"wporg-replace-helper": "github:sc0ttkclark/wporg-replace-helper" | ||
"wporg-replace-helper": "^1.0.1" | ||
} | ||
} |