Skip to content

Commit

Permalink
Merge pull request #1 from funke-pe/development
Browse files Browse the repository at this point in the history
Add a fix for JS
  • Loading branch information
alexmerz authored Mar 7, 2024
2 parents 9441fc2 + 3835640 commit 8f582ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "htmlburger/carbon-fields",
"name": "funke-pe/carbon-fields",
"description": "WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options and more.",
"license": "GPL-2.0-only",
"homepage": "http://carbonfields.net/",
Expand Down Expand Up @@ -99,13 +99,16 @@
"name": "Atanas Vasilev",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Alexander Merz",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/htmlburger/carbon-fields",
"issues": "https://github.com/htmlburger/carbon-fields/issues",
"docs": "http://carbonfields.net/docs/",
"email": "[email protected]"
"source": "https://github.com/funke-pe/carbon-fields/",
"docs": "http://carbonfields.net/docs/"
},
"autoload": {
"psr-4": {
Expand All @@ -120,4 +123,4 @@
"mockery/mockery": "1.3.6",
"yoast/phpunit-polyfills": "^1.0"
}
}
}
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Define version constant
if ( ! defined( __NAMESPACE__ . '\VERSION' ) ) {
define( __NAMESPACE__ . '\VERSION', '3.6.0-fd' );
define( __NAMESPACE__ . '\VERSION', '3.6.1-fd' );
}

# Define root directory
Expand Down

0 comments on commit 8f582ec

Please sign in to comment.