WP Manifestindependent plugin directory
manifest / updates / wp-pronamic-wp-extensions

Pronamic WordPress Extensions

WordPress plugin wich allows your to create your own WordPress extensions directory.

by Pronamic · github.com/pronamic/wp-pronamic-wp-extensions · website

3stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/pronamic/wp-pronamic-wp-extensions/archive/refs/heads/main.zip

Readme

Pronamic WordPress Extensions

WordPress plugin wich allows your to create your own WordPress extensions directory.

WordPress update 4.0 to 4.1

WordPress REST API

Tests

Plugins

http --follow POST https://api.pronamic.eu/plugins/update-check/1.2/ plugins=@tests/plugins.json
http POST https://wp.pronamic.directory/wp-json/pronamic-wp-extensions/v1/plugins/update-check plugins=@tests/plugins.json
http POST https://wp.pronamic.directory/wp-json/pronamic-wp-extensions/v1/plugins/update-check plugins=@tests/plugins-2.json

https://github.com/WordPress/WordPress/blob/6.4/wp-includes/update.php#L417-L440

http --form POST https://api.wordpress.org/plugins/update-check/1.1/ plugins=@tests/plugins-2.json

Themes

http POST https://api.pronamic.eu/themes/update-check/1.2/ themes=@tests/themes.json
http POST https://wp.pronamic.directory/wp-json/pronamic-wp-extensions/v1/themes/update-check themes=@tests/themes.json
http POST https://wp.pronamic.directory/wp-json/pronamic-wp-extensions/v1/themes/update-check themes=@tests/themes-2.json

https://github.com/WordPress/WordPress/blob/6.4/wp-includes/update.php#L699-L721

http --form POST https://api.wordpress.org/themes/update-check/1.1/ themes=@tests/themes-2.json

Read the full README on GitHub →