Skip to content

Commit a563ae4

Browse files
committed
Update to 0.2.6
1 parent 4db4328 commit a563ae4

File tree

4 files changed

+5
-58
lines changed

4 files changed

+5
-58
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
**Requires PHP:** 7.0.0
1313

14-
**Stable tag:** 0.2.0
14+
**Stable tag:** 0.2.6
1515

1616
**License:** GPLv2 or later
1717

languages/wp-rest-blocks.pot

Lines changed: 0 additions & 53 deletions
This file was deleted.

readme.txt

Lines changed: 2 additions & 2 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.5
8+
Stable tag: 0.2.6
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -15,7 +15,7 @@ Add gutenberg blocks data into the post / page REST API endpoints.
1515

1616
A simple plugin to add block data in json format into the rest api. Once installed, there will be two new fields added to the rest api, `has_blocks` and `blocks`.
1717

18-
An example of output, can be found in the screenshots.
18+
An example of output, can be found in the screenshots.
1919

2020
=== Technical Notes ===
2121

wp-rest-blocks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/**
3-
* Plugin Name: REST API blocks
3+
* Plugin Name: REST API Blocks
44
* Plugin URI: https://github.com/spacedmonkey/wp-rest-blocks
55
* Description: Add gutenberg blocks data into the post / page endpoints api.
66
* Author: Jonathan Harris
77
* Author URI: https://www.spacedmonkey.com/
88
* Text Domain: wp-rest-blocks
99
* Domain Path: /languages
10-
* Version: 0.2.0
10+
* Version: 0.2.6
1111
* Requires at least: 5.5
1212
* Requires PHP: 7.0
1313
*

0 commit comments

Comments
 (0)