diff --git a/carbon-fields-plugin.php b/carbon-fields-plugin.php index 50c30b5..4b80c97 100644 --- a/carbon-fields-plugin.php +++ b/carbon-fields-plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: Carbon Fields * Description: WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options, navigation menus and more. - * Version: 3.5.0 + * Version: 3.5.1 * Author: htmlburger * Author URI: https://htmlburger.com/ * Plugin URI: http://carbonfields.net/ diff --git a/composer.json b/composer.json index c08a5ac..1882ca6 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,6 @@ "require": { "php": ">=5.3", "composer/installers": "^1.0", - "htmlburger/carbon-fields": "3.5.0" + "htmlburger/carbon-fields": "3.5.1" } } diff --git a/readme.txt b/readme.txt index b0a3f8a..0842b17 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: htmlburger, m1r0, atanasangelovdev, kamenarov, stoyanov.gs, pkosta Tags: custom, field, custom field, advanced, repeater, post, type, text, textarea, file, image, rich text, wysiwyg, select, dropdown, checkbox, radio, association, relationship, map, taxonomy, term, user, comment, option, options, widget, simple fields, magic fields, more fields, post meta, term meta, user meta, comment meta, theme options, custom widget, nested fields Requires at least: 5.0 Tested up to: 6.1.1 -Stable tag: 3.5.0 +Stable tag: 3.5.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html