From 273a8f86785845a7faf149f1f8d6e4943623b40e Mon Sep 17 00:00:00 2001 From: thrijith Date: Fri, 25 Oct 2024 21:13:01 +0530 Subject: [PATCH] Bump Tested up to Bump requires at least --- README.md | 2 +- embed-block-figma.php | 2 +- phpcs-compat.xml | 2 +- phpcs.xml | 2 +- readme.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 64bc23c..d1d3b4f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## Requirements * PHP 7.4+ -* [WordPress](http://wordpress.org) 6.4+ +* [WordPress](http://wordpress.org) 6.5+ ## Installation diff --git a/embed-block-figma.php b/embed-block-figma.php index 1752a73..f89a7b4 100644 --- a/embed-block-figma.php +++ b/embed-block-figma.php @@ -4,7 +4,7 @@ * Plugin URI: https://github.com/10up/embed-block-figma * Description: Adds a Figma embed block to the WordPress Block Editor. * Version: 0.3.1 - * Requires at least: 6.4 + * Requires at least: 6.5 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com diff --git a/phpcs-compat.xml b/phpcs-compat.xml index 480575b..2406460 100644 --- a/phpcs-compat.xml +++ b/phpcs-compat.xml @@ -14,6 +14,6 @@ */node_modules/* */vendor/* - + diff --git a/phpcs.xml b/phpcs.xml index ebe7c3b..1237f0d 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -7,7 +7,7 @@ */dist/* */vendor/* - + diff --git a/readme.txt b/readme.txt index e212dbf..62f5915 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Embed Block for Figma === Contributors: 10up, dkotter, jeffpaul Tags: gutenberg, figma, embed, blocks, custom blocks -Tested up to: 6.6 +Tested up to: 6.7 Stable tag: 0.3.1 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html