Stable tag: 1.3.2 Requires at least: 5.0 Tested up to: 5.8 Requires PHP: 7.2 License: GPL v2 or later Tags: ci/cd, deployments, static, developer Contributors: palmiak
Seamlessly trigger Buddy CI/CD deploys from WordPress.
- Download the latest release.
- Upload the plugin in WordPress admin panel.
To keep this plugin up-to-date, install and configure the Git Updater.
- Sign in to your Buddy account.
- Go to your project and select the pipeline you want to execute using the plugin.
- Click Webhook URL in the right sidebar and copy the URL.
You can configure the plugin using the UI or by using constants in the wp-config.php
file.
buddy_webhook
- default:false
- bool - adds the webhook urlbuddy_manual_deploy
- default:true
- bool - enables automatic deploymentsbuddy_topbar
- default:true
- bool - adds the deploy button to the admin barbuddy_manual_deploy_capabilities
- default:manage_options
- string - capability required to see the deploy buttonbuddy_capabilities_options
- default:manage_options
- string - capability required to view options panelbuddy_automatic_deploy
- default:false
- bool - enables automatic deploymentsbuddy_automatic_deploy_post_types
- default:['post', 'page']
- array - post types which trigger automatic deploymentsbuddy_automatic_deploy_capabilities
- default:manage_options
- string - capability required to trigger automatic deployments
- Changed the default value of
automatic deployments
.
- More small fixes.
- Removed development leftovers.
- Settings screen rewrote to use Gutenberg.
- Added some missing constatns in readme and in context help.
- Lots of typos and descriptions fixed - all thanks to @tomekpapiernik.
- Fixed the problem with Automatic Deployments running twice.
- Minor coding fix.
- Added Gutenberg Support - you can trigger the deployment even in Full Screen Mode in Gutenberg.
- Fixed some typos.
- Small fix with adding menu button.
- Moved inline documentation into context help tab.
- Fixed checkboxes not fully working in some cases.
- Some other minor fixes.
- Added a configuration tab. Since now using constants is not required.
- Fixed a minor bug and a typo in readme.
- Added automatic deployments.
- Minor fix for empty webhook.
- You can install and mange the plugin with composer. Just run
composer require buddy/deploy-buddy
.
- Updates are made with Git Updater
- Made the admin panel a lot nicer
- Fixed some minor bugs.
- Fixed some minor bugs.
- Plugin is fully translatable
- Initial release