=== SEO Meta Description Updater ===
Contributors: jobyjoseph
Tags: seo, meta description, rest api, wordpress api
Requires at least: 5.0
Tested up to: 6.7
Stable tag: 1.2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A simple plugin to update SEO meta descriptions via the WordPress REST API.

== Description ==
SEO Meta Description Updater is a lightweight plugin that enables updating SEO meta descriptions for posts using the WordPress REST API. 

== Installation ==
1. Download the plugin as a ZIP file.
2. Upload it via WordPress Admin > Plugins > Add New.
3. Activate the plugin.

== Usage ==
After activation, you can update a post's meta description using:
`POST /wp-json/seo-meta/v1/update/{post_id}`

== Changelog ==
= 1.0.0 =
* Initial release - Allows updating SEO meta descriptions via REST API.
= 1.1.0 =
* Added a check to verify that **Yoast SEO** is installed before executing meta description updates.
* Improved plugin stability and error handling.
* Minor bug fixes and performance improvements.
= 1.2.0 =
*Added support for updating meta titles.