Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add composer file and bump plugin version number #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion acf-gravity_forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}