From c17d60c3ed0b51004f68ca0424ea042db89902a8 Mon Sep 17 00:00:00 2001 From: HTMLBurger-NG Date: Tue, 4 Apr 2023 11:47:30 +0300 Subject: [PATCH] Bump v3.6.0 --- carbon-fields-plugin.php | 4 ++-- composer.json | 4 ++-- readme.txt | 8 ++++++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/carbon-fields-plugin.php b/carbon-fields-plugin.php index 6d98831..10772ad 100644 --- a/carbon-fields-plugin.php +++ b/carbon-fields-plugin.php @@ -2,13 +2,13 @@ /** * 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.3 + * Version: 3.6.0 * Author: htmlburger * Author URI: https://htmlburger.com/ * Plugin URI: http://carbonfields.net/ * License: GPL2 * Requires at least: 5.0 - * Tested up to: 6.1.1 + * Tested up to: 6.2 * Text Domain: carbon-fields * Domain Path: /languages */ diff --git a/composer.json b/composer.json index e2af62e..f2994f2 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,6 @@ "require": { "php": ">=5.3", "composer/installers": "^1.0|^2.0", - "htmlburger/carbon-fields": "3.5.3" + "htmlburger/carbon-fields": "3.6.0" } -} +} \ No newline at end of file diff --git a/readme.txt b/readme.txt index d3b82e2..0b8abac 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: htmlburger, m1r0, atanasangelovdev, kamenarov, stoyanov.gs, pkostadinov, panchev, tyxla, xsisqox, avakul, dilirity, sstoqnov, kaloyanivanov, brutalenemy666, magadanski_uchen, germozy 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.3 +Tested up to: 6.2 +Stable tag: 3.6.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -77,6 +77,10 @@ A. Sure, go ahead! It is completely open source. == Changelog == += 3.6.0 = + +Version 3.6.0 includes WordPress 6.2 Compatibility + = 3.0.0 = Version 3.0.0 includes major rewrite of the front-end of Carbon Fields and thus includes a number of breaking changes. Please refer to the upgrade guide over at http://carbonfields.net/.