diff --git a/composer.json b/composer.json index 010d09d..a87abf6 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "aderaaij/wp-vercel-deploy-hooks", - "version": "1.4.0", + "version": "1.4.2", "type": "wordpress-plugin", "license": "GPLv3", "description": "WordPress starter theme with a modern development workflow", diff --git a/readme.txt b/readme.txt index 1b2849f..95e6eba 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: Arden012 Tags: vercel, deploy, hooks Requires at least: 5.0 -Tested up to: 5.8 -Stable tag: 1.4.0 +Tested up to: 6.0.1 +Stable tag: 1.4.2 Requires PHP: 7.0 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -32,8 +32,14 @@ Unfortunately this plugin will not (yet) show build / deploy updates as it is no == Changelog == += 1.4.2 = +* Update versioning and readme + += 1.4.1 = +* Add support for environment endpoints in wp-config. Credits to [elliottpost](https://github.com/elliottpost) + = 1.4.0 = -* Add support for triggering build on trashing or restoring of . Credits to [mjenczmyktsh](https://github.com/mjenczmyktsh) +* Add support for triggering build on trashing or restoring of posts. Credits to [mjenczmyktsh](https://github.com/mjenczmyktsh) = 1.3.0 = * Add support for custom user roles. Credits to [Morlin1129](https://github.com/Morlin1129/wp-vercel-deploy-hooks) diff --git a/vercel-webhook-deploy.php b/vercel-webhook-deploy.php index 3e9dda8..374f336 100644 --- a/vercel-webhook-deploy.php +++ b/vercel-webhook-deploy.php @@ -8,7 +8,7 @@ Plugin Name: Vercel Deploy Hooks Plugin URI: https://github.com/aderaaij/wp-vercel-deploy-hooks Description: WordPress plugin for building your Vercel static site on command, post publish/update or scheduled -Version: 1.4.1 +Version: 1.4.2 Author: Arden de Raaij Author URI: https://arden.nl License: GPLv3 or later