Skip to content

Commit 2b409f7

Browse files
committed
Version 2.0.2
1 parent b0b3a2e commit 2b409f7

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

mb-rest-api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: MB Rest API
44
* Plugin URI: https://metabox.io/plugins/mb-rest-api/
55
* Description: Add Meta Box custom fields to WordPress Rest API.
6-
* Version: 2.0.1
6+
* Version: 2.0.2
77
* Author: MetaBox.io
88
* Author URI: https://metabox.io
99
* License: GPL2+

readme.txt

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== MB Rest API ===
2-
Contributors: metabox, rilwis
2+
Contributors: metabox, rilwis, barcavn2
33
Donate link: https://metabox.io/pricing/
4-
Tags: meta-box, custom fields, custom field, meta, meta-boxes, field, rest, rest api, api, wp api, wp rest api, json
4+
Tags: meta box, custom fields, rest api
55
Requires at least: 4.1
6-
Tested up to: 6.3.2
7-
Stable tag: 2.0.1
6+
Tested up to: 6.5.5
7+
Stable tag: 2.0.2
88
Requires PHP: 7.0
99
License: GPLv2 or later
1010

@@ -49,22 +49,25 @@ Repeat the same process for **WP REST API** and **MB Rest API**.
4949

5050
== Changelog ==
5151

52-
= 2.0.1 - 2022-10-14 =
52+
= 2.0.2 - 2024-07-02 =
53+
- Fix not updating WooCommerce products
54+
55+
= 2.0.1 - 2023-10-14 =
5356
- Ensure group value is always an array. Fix PHP warning when group has no values.
5457

55-
= 2.0.0 - 2022-10-11 =
58+
= 2.0.0 - 2023-10-11 =
5659
- Complete rewrite the plugin for clarity and maintainability
5760
- Add support for settings page, allow you to get and update data for settings pages
5861
- Show errors when updating non-existing fields
5962

60-
= 1.5.1 - 2022-08-16 =
63+
= 1.5.1 - 2023-08-16 =
6164
- Fix cannot update user meta in a custom table (#18)
6265

63-
= 1.5.0 - 2022-07-29
66+
= 1.5.0 - 2023-07-29
6467
- Remove fields in the Rest API responses with hide_from_rest = true
6568
- Do not show MB User Profile fields in the Rest API responses
6669

67-
= 1.4.1 - 2022-05-17 =
70+
= 1.4.1 - 2023-05-17 =
6871
- Fix not working with `_filter`.
6972

7073
= 1.4.0 - 2019-12-12 =

0 commit comments

Comments
 (0)