Skip to content

Commit f931f9f

Browse files
committed
Merge branch 'version-bump'
2 parents 1d4002d + a224b0a commit f931f9f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"gravity forms",
77
"gift",
88
"aid",
9-
"giftaid"
9+
"giftaid",
10+
"wordpress"
1011
],
1112
"homepage": "https://itinerisltd.github.io/gf-giftaid-field/",
1213
"license": "MIT",
@@ -17,6 +18,11 @@
1718
"homepage": "https://itineris.co.uk/",
1819
"role": "Company"
1920
},
21+
{
22+
"name": "Lee Hanbury-Pickett",
23+
"email": "[email protected]",
24+
"role": "Developer"
25+
},
2026
{
2127
"name": "Igor Tkachenko",
2228
"email": "[email protected]",

gf-giftaid-field.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Gravity Forms Gift Aid field
44
* Plugin URI: https://www.itineris.co.uk/
55
* Description: Gift aid field for Gravity Forms
6-
* Version: 1.0.3
6+
* Version: 1.0.4
77
* Author: Itineris Limited
88
* Author URI: https://www.itineris.co.uk/
99
* Text Domain: itineris-gf-giftaid-field

src/GfGiftAidField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class GfGiftAidField
1313
{
14-
public const VERSION = '1.0.3';
14+
public const VERSION = '1.0.4';
1515

1616
public static function run(): void
1717
{

0 commit comments

Comments
 (0)