From 06cf03ae621791fab3624b38b83827131ddda0d2 Mon Sep 17 00:00:00 2001 From: Mark Howells-Mead Date: Mon, 19 Jun 2017 15:25:26 +0200 Subject: [PATCH] Add composer file and bump plugin version number --- README.md | 2 +- acf-gravity_forms.php | 2 +- composer.json | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 composer.json diff --git a/README.md b/README.md index 94fea78..0bdc80f 100755 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If you are using the field to select multiple forms, you will have to iterate ov About ===== -Version: 1.2 +Version: 1.2.1 Written by Adam Pope and Liam Gladdy of [Storm Consultancy](http://www.stormconsultancy.co.uk) and the amazing contributors on [Github](https://github.com/stormuk/Gravity-Forms-ACF-Field/graphs/contributors) diff --git a/acf-gravity_forms.php b/acf-gravity_forms.php index 0f5e005..20abed0 100755 --- a/acf-gravity_forms.php +++ b/acf-gravity_forms.php @@ -3,7 +3,7 @@ Plugin Name: Advanced Custom Fields: Gravity Forms Field Plugin URI: https://github.com/stormuk/Gravity-Forms-ACF-Field Description: ACF field to select one or many Gravity Forms -Version: 1.1.0 +Version: 1.2.1 Author: @adam_pope of @stormuk Author URI: http://www.stormconsultancy.co.uk License: MIT diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..9c48437 --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name": "stormuk/Gravity-Forms-ACF-Field", + "description": "This is an Advanced Custom Field custom field to select one or many Gravity Forms.", + "keywords": ["wordpress", "plugin"], + "version": "1.2.1", + "homepage": "https://github.com/stormuk/Gravity-Forms-ACF-Field", + "license": "MIT", + "authors": [{ + "name": "@adam_pope of @stormuk", + "email": "none", + "homepage": "http://www.stormconsultancy.co.uk" + }], + "type": "wordpress-plugin", + "require": { + "php": ">=5.3.2", + "composer/installers": "v1.2.0" + } +} \ No newline at end of file