Skip to content

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Jul 2, 2024
1 parent b0b3a2e commit 2b409f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion mb-rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: MB Rest API
* Plugin URI: https://metabox.io/plugins/mb-rest-api/
* Description: Add Meta Box custom fields to WordPress Rest API.
* Version: 2.0.1
* Version: 2.0.2
* Author: MetaBox.io
* Author URI: https://metabox.io
* License: GPL2+
Expand Down
21 changes: 12 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== MB Rest API ===
Contributors: metabox, rilwis
Contributors: metabox, rilwis, barcavn2
Donate link: https://metabox.io/pricing/
Tags: meta-box, custom fields, custom field, meta, meta-boxes, field, rest, rest api, api, wp api, wp rest api, json
Tags: meta box, custom fields, rest api
Requires at least: 4.1
Tested up to: 6.3.2
Stable tag: 2.0.1
Tested up to: 6.5.5
Stable tag: 2.0.2
Requires PHP: 7.0
License: GPLv2 or later

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

== Changelog ==

= 2.0.1 - 2022-10-14 =
= 2.0.2 - 2024-07-02 =
- Fix not updating WooCommerce products

= 2.0.1 - 2023-10-14 =
- Ensure group value is always an array. Fix PHP warning when group has no values.

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

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

= 1.5.0 - 2022-07-29
= 1.5.0 - 2023-07-29
- Remove fields in the Rest API responses with hide_from_rest = true
- Do not show MB User Profile fields in the Rest API responses

= 1.4.1 - 2022-05-17 =
= 1.4.1 - 2023-05-17 =
- Fix not working with `_filter`.

= 1.4.0 - 2019-12-12 =
Expand Down

0 comments on commit 2b409f7

Please sign in to comment.