Skip to content

Commit 8f582ec

Browse files
authored
Merge pull request #1 from funke-pe/development
Add a fix for JS
2 parents 9441fc2 + 3835640 commit 8f582ec

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

composer.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "htmlburger/carbon-fields",
2+
"name": "funke-pe/carbon-fields",
33
"description": "WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options and more.",
44
"license": "GPL-2.0-only",
55
"homepage": "http://carbonfields.net/",
@@ -99,13 +99,16 @@
9999
"name": "Atanas Vasilev",
100100
"email": "[email protected]",
101101
"role": "Developer"
102+
},
103+
{
104+
"name": "Alexander Merz",
105+
"email": "[email protected]",
106+
"role": "Developer"
102107
}
103108
],
104109
"support": {
105-
"source": "https://github.com/htmlburger/carbon-fields",
106-
"issues": "https://github.com/htmlburger/carbon-fields/issues",
107-
"docs": "http://carbonfields.net/docs/",
108-
"email": "[email protected]"
110+
"source": "https://github.com/funke-pe/carbon-fields/",
111+
"docs": "http://carbonfields.net/docs/"
109112
},
110113
"autoload": {
111114
"psr-4": {
@@ -120,4 +123,4 @@
120123
"mockery/mockery": "1.3.6",
121124
"yoast/phpunit-polyfills": "^1.0"
122125
}
123-
}
126+
}

config.php

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

55
# Define version constant
66
if ( ! defined( __NAMESPACE__ . '\VERSION' ) ) {
7-
define( __NAMESPACE__ . '\VERSION', '3.6.0-fd' );
7+
define( __NAMESPACE__ . '\VERSION', '3.6.1-fd' );
88
}
99

1010
# Define root directory

0 commit comments

Comments
 (0)