typisttech / jailbreak-disable-json-api
Allow whitelisted REST routes to pass through [Disable REST API](https://wordpress.org/plugins/disable-json-api/) filters
Fund package maintenance!
typist.tech/donation
Requires
- php: ^7.0
Requires (Dev)
- neronmoon/scriptsdev: ^0.1.1
- wp-coding-standards/wpcs: ^0.13.0
This package is not auto-updated.
Last update: 2022-02-01 13:09:16 UTC
README
Allow whitelisted REST routes to pass through Disable REST API filters
Disable REST API now supports whitelisting of individual routes since version 1.4. This plugin is no longer maintained.
- Installation Instructions
- Build from Source
- Support!
- Code Style
- Feedback
- Change log
- Security
- Contributing
- Credits
- License
This repository is a development version of Jailbreak Disable REST API intended to facilitate communication with developers. It is not stable and not intended for installation on production sites.
Bug reports and pull requests are welcome.
If you are not a developer or you'd like to receive the stable release version and automatic updates, install it via WordPress.org instead.
Installation Instructions
If you are not a developer or you'd like to receive the stable release version and automatic updates, install it via WordPress.org instead.
Install the Nightly Version
The nightly
branch is built by TravisCI whenever the master
branch is updated. Anything in the nightly
branch is installable.
Via WP CLI
$ wp plugin install https://github.com/TypistTech/jailbreak-disable-json-api/archive/nightly.zip --activate
Install the Developer Version
To setup a developer workable version you should run these commands:
$ composer create-project --keep-vcs --no-install typisttech/jailbreak-disable-json-api:dev-master
$ cd jailbreak-disable-json-api
$ composer install
Build from Source
This command build the plugin into release/jailbreak-disable-json-api.zip
.
$ composer build
Support!
Donate via PayPal
Love jailbreak-disable-json-api? Help me maintain Jailbreak Disable REST API, a donation here can help with it.
Why don't you hire me?
Ready to take freelance WordPress jobs. Contact me via the contact form here or, via email info@typist.tech
Want to help in other way? Want to be a sponsor?
Contact: Tang Rufus
Code Style
We test all PHP files against PSR-2: Coding Style Guide and part of the WordPress coding standard.
Check the code style with $ composer check-style
and fix it with $ composer fix-style
.
Feedback
Please provide feedback! We want to make this library useful in as many projects as possible. Please submit an issue and point out what you do and don't like, or fork the project and make suggestions. No issue is too small.
Change log
Please see CHANGELOG for more information on what has changed recently.
Security
If you discover any security related issues, please email jailbreak-disable-json-api@typist.tech instead of using the issue tracker.
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Credits
Jailbreak Disable REST API is a Typist Tech project and maintained by Tang Rufus, freelance developer for hire.
Special thanks to Dave McHale whose Disable REST API plugin make this project possible.
Full list of contributors can be found here.
License
Jailbreak Disable REST API is licensed under the GPLv2 (or later) from the Free Software Foundation. Please see License File for more information.