Skip to content

Commit

Permalink
sb-post-edit-block v0.3.0 2021/08/14
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Aug 14, 2021
1 parent d47be1a commit bc097c4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Contributors: bobbingwide
* Tags: block, post-edit, Gutenberg, FSE
* Tested up to: 5.7.2
* Stable tag: 0.2.0
* Stable tag: 0.3.0
* License: GPLv3
* License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -24,8 +24,11 @@ The link is only displayed to logged in users.
1. Post edit block and default settings

## Upgrade Notice
# 0.3.0
Upgrade for an internationalized version.

# 0.2.0
Upgrade for text align control and improved colour and font settings.
Upgrade for text align control and improved color and font settings.

# 0.1.1
Update for a workaround to Gutenberg issue 33401.
Expand All @@ -37,6 +40,12 @@ Update for an improved version that's selectable.
First version to replace any `[post-edit]` shortcodes in FSE themes

## Changelog
# 0.3.0
* Changed: Internationalized #5
* Tested: With WordPress 5.8 and WordPress Multi Site
* Tested: With Gutenberg 11.2.1
* Tested: With PHP 8.0

# 0.2.0
* Changed: Change block title to 'Post Edit' #1
* Changed: Remove unnecessary import of ServerSideRender #1
Expand Down
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: bobbingwide
Tags: block, post-edit, Gutenberg, FSE
Tested up to: 5.7.2
Stable tag: 0.2.0
Stable tag: 0.3.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -23,8 +23,11 @@ The link is only displayed to logged in users.
1. Post edit block and default settings

== Upgrade Notice ==
= 0.3.0 =
Upgrade for an internationalized version.

= 0.2.0 =
Upgrade for text align control and improved colour and font settings.
Upgrade for text align control and improved color and font settings.

= 0.1.1 =
Update for a workaround to Gutenberg issue 33401.
Expand All @@ -36,6 +39,12 @@ Update for an improved version that's selectable.
First version to replace any `[post-edit]` shortcodes in FSE themes

== Changelog ==
= 0.3.0 =
* Changed: Internationalized #5
* Tested: With WordPress 5.8 and WordPress Multi Site
* Tested: With Gutenberg 11.2.1
* Tested: With PHP 8.0

= 0.2.0 =
* Changed: Change block title to 'Post Edit' #1
* Changed: Remove unnecessary import of ServerSideRender #1
Expand Down
2 changes: 1 addition & 1 deletion sb-post-edit-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Post edit block to allow direct editing of the post
* Requires at least: 5.7
* Requires PHP: 7.3
* Version: 0.2.0
* Version: 0.3.0
* Author: bobbingwide
* License: GPLv3
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit bc097c4

Please sign in to comment.