Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)