Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterupfold/wp-plugin-dist-diff
Quickly review a diff of two published versions of a WordPress plugin in the public WP plugin directory
https://github.com/peterupfold/wp-plugin-dist-diff
Last synced: 20 days ago
JSON representation
Quickly review a diff of two published versions of a WordPress plugin in the public WP plugin directory
- Host: GitHub
- URL: https://github.com/peterupfold/wp-plugin-dist-diff
- Owner: PeterUpfold
- License: apache-2.0
- Created: 2020-06-01T07:01:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-08-29T06:23:33.000Z (over 4 years ago)
- Last Synced: 2024-11-08T09:51:04.909Z (2 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wp-plugin-dist-diff
Quickly review a diff of two published versions of a WordPress plugin in the public WP plugin directory
## Usage
wp-plugin-dist-diff plugin-slug old-version new-version
`plugin-slug` should be the slug of the target plugin as shown in the URL of `https://wordpress.org/plugins/plugin-slug`
For example, `wp-plugin-dist-diff redirection 4.7.2 4.8`
## Requirements
* bash
* hexdump
* awk
* unzip
* curl
* git (uses `git diff` for colourisation and easy recursive diffing)