Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down