Changelog for Custom Fields for Gutenberg https://wordpress.org/plugins/custom-fields-gutenberg/ > __Tip:__ Use a free markdown tool like https://dillinger.io/ to convert the changelog to a more readable format. > __Tip:__ Check announcement posts for details about pro updates and related news: https://plugin-planet.com/news/ **2.3.9 (2024/02/27)** * Updates plugin settings page * Updates default translation template * Improves plugin docs/readme.txt * Tests on WordPress 6.5 (beta) **2.3.8 (2023/10/19)** * Updates default translation template * Updates custom banner notice * Tests on WordPress 6.4 (beta) **2.3.7 (2023/07/09)** * Improves font-icon CSS styles * Improves localization functionality * Adds custom notice on settings page * Updates default translation template * Tests on WordPress 6.3 (beta) **2.3.6 (2023/02/25)** * Appends version number to CSS/JS URLs * Improves logic when calling `get_current_screen()` * Tests on WordPress 6.1 + 6.2 (beta) * Tests on PHP 8.1 and 8.2 **2.3.5 (2022/09/24)** * Improves plugin settings page * Improves plugin documentation * Tests on WordPress 6.1 **2.3.4 (2022/09/23)** * Adds "Show Support" link to plugin settings * Adds custom footer text to plugin settings * Improves plugin documentation * Tests on WordPress 6.1 **2.3.3 (2022/05/15)** * Tests on WordPress 6.0 **2.3.2 (2022/01/10)** * Improves loading of translations * Changes minimum required WP version to 4.6 * Tests on WordPress 5.9 **2.3.1 (2021/07/12)** * Tests on WordPress 5.8 **2.3 (2021/02/08)** * Tests on WordPress 5.7 **2.2 (2020/08/02)** * Updates plugin script to account for changes in jQuery UI * Tests on PHP 7.4 and 8.0 * Tests on WordPress 5.6 **2.1.1 (2020/08/02)** * Improves targeted output of settings page variables * Tests on WordPress 5.5 **2.1 (2020/08/02)** * Bumps version number * Tests on WordPress 5.5 **2.0 (2020/03/13)** * Bumps version number * Tests on WordPress 5.4 **1.9 (2019/10/24)** * Updates styles for plugin settings page * Tests on WordPress 5.3 **1.8 (2019/09/02)** * Updates some links to https * Tests on WordPress 5.3 (alpha) **1.7 (2019/04/28)** * Bumps [minimum PHP version](https://codex.wordpress.org/Template:Server_requirements) to 5.6.20 * Updates default translation template * Tests on WordPress 5.2 **1.6 (2019/03/06)** * Renames plugin to "Custom Fields for Gutenberg Block Editor" * Checks admin user for the plugin settings shortcut link * Only display custom fields for Block Editor (not Classic Editor) * Refines appearance/styles on plugin settings page * Tweaks plugin settings screen UI * Generates new default translation template * Tests on WordPress 5.1 and 5.2 (alpha) **1.5 (2019/02/02)** * Tests on WordPress 5.1 * Updates docs/readme regarding WP and Custom Fields **1.4 (2018/11/12)** * Refactors plugin for changes in WP/Gutenberg * Adds option to force display Custom Fields meta box (for ACF plugin) * Custom Fields box now loads on posts that do not have any meta data * Resolves issue where new custom fields could not be added * Adds homepage link to Plugins screen * Updates default translation template * Tests on WordPress 5.0 (beta) **1.3 (2018/08/14)** * Adds `rel="noopener noreferrer"` to all [blank-target links](https://perishablepress.com/wordpress-blank-target-vulnerability/) * Makes it possible to delete any custom field by setting its key/name to blank value * Adds "rate plugin" link to settings page * Updates donate link * Updates GDPR blurb * Regenerates default translation template * Further tests on WP versions 4.9 and 5.0 (alpha) **1.2 (2018/03/27)** * Improves logic of `g7g_cfg_get_post_types()` * Replaces `update_option` with `delete_option` in `g7g_cfg_reset_options` * Renames `G7G_DisplayCustomFields` to `G7G_CFG_CustomFields` * Replaces readme.txt URL with WP Plugin Directory URL * Further tests on WordPress 5.0 (alpha) **1.1 (2018/03/26)** * Replaces `filemtime()` with `g7g_cfg_random_string()` * Changes name and slug to meet WP Directory requirements * Renames plugin from "Gutenberg Display Custom Fields" to "Custom Fields for Gutenberg" * Renames plugin constants * Renames all functions * Renames options, et al * Regenerates default translation file **1.0 (2018/03/25)** * Initial release