Skip to content

Commit 0fd0efb

Browse files
committed
Version 2.0.6
1 parent 9ea95d6 commit 0fd0efb

File tree

3 files changed

+25
-11
lines changed

3 files changed

+25
-11
lines changed

mb-rest-api.php

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,27 @@
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.5
6+
* Version: 2.0.6
77
* Author: MetaBox.io
88
* Author URI: https://metabox.io
99
* License: GPL2+
1010
* Text Domain: mb-rest-api
1111
* Domain Path: /languages/
12+
*
13+
* Copyright (C) 2010-2025 Tran Ngoc Tuan Anh. All rights reserved.
14+
*
15+
* This program is free software: you can redistribute it and/or modify
16+
* it under the terms of the GNU General Public License as published by
17+
* the Free Software Foundation, either version 2 of the License, or
18+
* (at your option) any later version.
19+
*
20+
* This program is distributed in the hope that it will be useful,
21+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
22+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23+
* GNU General Public License for more details.
24+
*
25+
* You should have received a copy of the GNU General Public License
26+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1227
*/
1328

1429
// Prevent loading this file directly.

readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ See more [Meta Box plugins](https://metabox.io/plugins/).
1717

1818
If you like this plugin, you might also like our other WordPress products:
1919

20-
- [Meta Box](https://metabox.io) - A powerful WordPress plugin for creating custom post types and custom fields.
2120
- [Slim SEO](https://wpslimseo.com) - A fast, lightweight and full-featured SEO plugin for WordPress with minimal configuration.
22-
- [Slim SEO Schema](https://wpslimseo.com/products/slim-seo-schema/) - An advanced, powerful and flexible plugin to add schemas to WordPress.
23-
- [Slim SEO Link Manager](https://wpslimseo.com/products/slim-seo-link-manager/) - Build internal link easier in WordPress with real-time reports.
21+
- [Falcon](https://wpfalcon.pro) - A lightweight companion for making WordPress faster, cleaner, and more secure.
2422
- [GretaThemes](https://gretathemes.com) - Free and premium WordPress themes that clean, simple and just work.
2523
- [Auto Listings](https://wpautolistings.com) - A car sale and dealership plugin for WordPress.

readme.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: metabox, rilwis, barcavn2
33
Donate link: https://metabox.io/pricing/
44
Tags: meta box, custom fields, rest api
55
Requires at least: 4.1
6-
Tested up to: 6.6.2
7-
Stable tag: 2.0.5
6+
Tested up to: 6.9.1
7+
Stable tag: 2.0.6
88
Requires PHP: 7.0
99
License: GPLv2 or later
1010

@@ -29,10 +29,8 @@ See more [Meta Box plugins](https://metabox.io/plugins/).
2929

3030
If you like this plugin, you might also like our other WordPress products:
3131

32-
- [Meta Box](https://metabox.io) - A powerful WordPress plugin for creating custom post types and custom fields.
3332
- [Slim SEO](https://wpslimseo.com) - A fast, lightweight and full-featured SEO plugin for WordPress with minimal configuration.
34-
- [Slim SEO Schema](https://wpslimseo.com/products/slim-seo-schema/) - An advanced, powerful and flexible plugin to add schemas to WordPress.
35-
- [Slim SEO Link Manager](https://wpslimseo.com/products/slim-seo-link-manager/) - Build internal link easier in WordPress with real-time reports.
33+
- [Falcon](https://wpfalcon.pro) - A lightweight companion for making WordPress faster, cleaner, and more secure.
3634
- [GretaThemes](https://gretathemes.com) - Free and premium WordPress themes that clean, simple and just work.
3735
- [Auto Listings](https://wpautolistings.com) - A car sale and dealership plugin for WordPress.
3836

@@ -52,11 +50,14 @@ Repeat the same process for **WP REST API** and **MB Rest API**.
5250

5351
== Changelog ==
5452

53+
= 2.0.6 - 2026-03-09 =
54+
- Fix updating WooCommerce products
55+
5556
= 2.0.5 - 2024-11-01 =
56-
Fix direct file access
57+
- Fix direct file access
5758

5859
= 2.0.4 - 2024-08-19 =
59-
Fix running PHP Codesniffer when installing & autoload the plugin's main file via Composer
60+
- Fix running PHP Codesniffer when installing & autoload the plugin's main file via Composer
6061

6162
= 2.0.3 - 2024-07-22 =
6263
- Fix PHP warning in WordPress 6.6

0 commit comments

Comments
 (0)