@@ -3,9 +3,9 @@ Contributors: metabox, rilwis
3
3
Donate link: https://metabox.io/pricing/
4
4
Tags: meta-box, custom fields, custom field, meta, meta-boxes, field, rest, rest api, api, wp api, wp rest api, json
5
5
Requires at least: 4.1
6
- Tested up to: 6.3
7
- Stable tag: 1.5.1
8
- Requires PHP: 5.6
6
+ Tested up to: 6.3.1
7
+ Stable tag: 2.0.0
8
+ Requires PHP: 7.0
9
9
License: GPLv2 or later
10
10
11
11
Get and update Meta Box custom fields to the WordPress REST API responses.
@@ -26,12 +26,12 @@ See more [Meta Box plugins](https://metabox.io/plugins/).
26
26
27
27
If you like this plugin, you might also like our other WordPress products:
28
28
29
- - [Meta Box](https://metabox.io) - The most powerful WordPress plugin for creating custom post types and custom fields.
29
+ - [Meta Box](https://metabox.io) - A powerful WordPress plugin for creating custom post types and custom fields.
30
30
- [Slim SEO](https://wpslimseo.com) - A fast, lightweight and full-featured SEO plugin for WordPress with minimal configuration.
31
- - [Slim SEO Schema](https://wpslimseo.com/products/slim-seo-schema/) - The best plugin to add schemas (structured data, rich snippets) to WordPress.
31
+ - [Slim SEO Schema](https://wpslimseo.com/products/slim-seo-schema/) - An advanced, powerful and flexible plugin to add schemas to WordPress.
32
32
- [Slim SEO Link Manager](https://wpslimseo.com/products/slim-seo-link-manager/) - Build internal link easier in WordPress with real-time reports.
33
33
- [GretaThemes](https://gretathemes.com) - Free and premium WordPress themes that clean, simple and just work.
34
- - [Auto Listings](https://wpautolistings.com) - The car sale and dealership plugin for WordPress
34
+ - [Auto Listings](https://wpautolistings.com) - A car sale and dealership plugin for WordPress.
35
35
36
36
== Installation ==
37
37
@@ -49,6 +49,11 @@ Repeat the same process for **WP REST API** and **MB Rest API**.
49
49
50
50
== Changelog ==
51
51
52
+ = 2.0.0 - 2022-10-11 =
53
+ - Complete rewrite the plugin for clarity and maintainability
54
+ - Add support for settings page, allow you to get and update data for settings pages
55
+ - Show errors when updating non-existing fields
56
+
52
57
= 1.5.1 - 2022-08-16 =
53
58
- Fix cannot update user meta in a custom table (#18)
54
59
0 commit comments