Skip to content

Commit 852aa6a

Browse files
committed
Update for 0.3.1
1 parent 70f0595 commit 852aa6a

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,13 @@ Installation requires you to check the project out in plugin directory and do a
6161

6262
## Changelog ##
6363

64+
### 0.3.1 ###
65+
* Update translations
66+
6467
### 0.3.0 ###
6568

66-
* Improve support for block that have attributes that use query source type.
67-
* Improve error handling for those that install this plugin without using composer.
69+
* Improve support for block that have attributes that use query source type.
70+
* Improve error handling for those that install this plugin without using composer.
6871

6972
### 0.2.1 ###
7073
* Update dependency.

readme.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: blocks, gutenberg, api, wp-json, rest-api
55
Requires at least: 5.5
66
Tested up to: 5.7
77
Requires PHP: 7.0.0
8-
Stable tag: 0.2.6
8+
Stable tag: 0.3.1
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -52,9 +52,12 @@ An example of output, can be found in the screenshots.
5252

5353
== Changelog ==
5454

55+
= 0.3.1 =
56+
* Update translations
57+
5558
= 0.3.0 =
56-
* Improve support for block that have attributes that use query source type.
57-
* Improve error handling for those that install this plugin without using composer.
59+
* Improve support for block that have attributes that use query source type.
60+
* Improve error handling for those that install this plugin without using composer.
5861

5962
= 0.2.1 =
6063
* Update dependency.

wp-rest-blocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://www.spacedmonkey.com/
88
* Text Domain: wp-rest-blocks
99
* Domain Path: /languages
10-
* Version: 0.3.0
10+
* Version: 0.3.1
1111
* Requires at least: 5.5
1212
* Requires PHP: 7.0
1313
*

0 commit comments

Comments
 (0)