diff --git a/package-lock.json b/package-lock.json index ca164f1..8c5fb52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "block-margin", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "block-margin", - "version": "0.1.2", + "version": "0.1.3", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/scripts": "^30.16.0", diff --git a/package.json b/package.json index 86e2381..90a60ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "block-margin", - "version": "0.1.2", + "version": "0.1.3", "description": "Add margin controls to blocks.", "author": "Happy Prime", "license": "GPL-2.0-or-later", diff --git a/plugin.php b/plugin.php index 1d22722..804992f 100644 --- a/plugin.php +++ b/plugin.php @@ -3,11 +3,12 @@ * Plugin Name: Block Margin * Plugin URI: https://github.com/happyprime/block-margin/ * Description: Add vertical spacing between blocks. - * Version: 0.1.2 + * Version: 0.1.3 * Author: Happy Prime * Author URI: https://happyprime.co/ * License: GPL2 * License URI: https://www.gnu.org/licenses/gpl-2.0.html + * Update URI: false * * @package block-margin */ diff --git a/readme.txt b/readme.txt index 673e2ae..6f5bb8c 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: jeremyfelt, slocker, philcable, wpgirl369 Tags: spacing, vertical, margin Requires at least: 5.9 -Tested up to: 6.1 +Tested up to: 6.8 Stable tag: 0.1.2 License: GPLv2 or later Requires PHP: 7.4 @@ -11,10 +11,13 @@ Add vertical spacing between blocks. ## Description -A longer description of the plugin. - ## Changelog +### 0.1.3 + +* Update dependencies and built files. +* Maybe resolves an editor issue in the widgets interface. + ### 0.1.2 * Don't attempt to modify non-extensible object.