=== Sifet ===
Contributors: sifet
Tags: content, api, rest, publishing, integration
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 2.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Integrates Sifet with WordPress to create and update posts (text, images, and SEO) via a secure REST endpoint.

== Description ==
The Sifet plugin exposes REST endpoints that allow the Sifet platform to create or update posts, categories, featured images, inline images, and structured data (FAQ, HowTo, Review, Article JSON-LD). Authentication is handled with a single token stored on your site.

* Secure token-based REST authentication.
* Category creation with meta linking to Sifet IDs.
* Automatic download of featured and inline images.
* Optional media deduplication/WebP conversion through the bundled media manager.
* SEO meta support for Yoast, Rank Math, and All in One SEO.
* JSON-LD schema storage and rendering.

== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/sifet` directory or install via the WordPress Plugins screen.
2. Activate the plugin through the "Plugins" screen in WordPress.
3. Go to **Settings > Sifet** and paste the access token provided by Sifet.
4. Trigger a handshake request from Sifet to confirm connectivity.

== Frequently Asked Questions ==
= Onde configuro o token? =
Em **Configurações > Sifet** você encontra o campo para o token de acesso. Salve o valor recebido na plataforma Sifet e use o endpoint `/sifet/v1/handshake` para testar.

= É possível desinstalar deixando o site limpo? =
Sim. Ao desinstalar o plugin, as opções de token e configurações de mídia são removidas automaticamente. Posts e mídias criados permanecem no site.

== Changelog ==
= 2.0.1 =
* Ajustes para a publicação no diretório oficial do WordPress.
* Página de configurações para o token e preferências de mídia.
* Sanitização e internacionalização das mensagens de API.
