This commit is contained in:
Javier Casares 2026-08-24 11:35:56 +00:00
commit 5cd5900111
12 changed files with 68 additions and 70 deletions

View file

@ -4,7 +4,7 @@
* Plugin URI: https://www.robotstxt.software/plugins/robotstxt-ai-translator/
* Update URI: https://www.robotstxt.software/plugins/robotstxt-ai-translator/
* Description: Translate post titles and content from the editor using the native WordPress AI client (available in WP 7.0+). Multisite-ready with global or per-site configuration.
* Version: 1.2.2
* Version: 1.2.3
* Author: ROBOTSTXT
* Author URI: https://www.robotstxt.software/
* License: GPL-3.0-or-later
@ -25,7 +25,7 @@ if ( ! defined( 'ABSPATH' ) ) {
/**
* Plugin version.
*/
define( 'AI_TRANSLATOR_VERSION', '1.2.2' );
define( 'AI_TRANSLATOR_VERSION', '1.2.3' );
/**
* Main plugin file path.