sc0ttkclark/WordPress.org Text Replace
A helpful GitHub action that will handle replacing version numbers across plugin files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| plugin_version | Plugin version | no | — |
| plugin_version_constant_name | Plugin version constant name (if used) | no | — |
| tested_wp_version | Tested up to WP version | no | — |
| tested_wp_version_constant_name | Tested up to WP version constant name (if used) | no | — |
| minimum_wp_version | Minimum WP version | no | — |
| minimum_wp_version_constant_name | Minimum WP version constant name (if used) | no | — |
| minimum_php_version | Minimum PHP version | no | — |
| minimum_php_version_constant_name | Minimum PHP version constant name (if used) | no | — |
| minimum_mysql_version | Minimum MySQL version | no | — |
| minimum_mysql_version_constant_name | Minimum MySQL version constant name (if used) | no | — |
| plugin_file | Plugin file | no | — |
| plugin_path | Plugin path | yes | — |
| readme_md_file | README.md file (if versioned) | no | — |
Outputs
no outputs