v1.2.1
This commit is contained in:
parent
1ccc13da01
commit
b795c1659a
5 changed files with 49 additions and 8 deletions
|
|
@ -4,7 +4,7 @@
|
|||
* Plugin URI: https://git.robotstxt.es/ROBOTSTXT/robotstxt-ai-translator
|
||||
* Gitea Plugin URI: ROBOTSTXT/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.0
|
||||
* Version: 1.2.1
|
||||
* Author: ROBOTSTXT
|
||||
* Author URI: https://www.robotstxt.es/
|
||||
* License: GPL-3.0-or-later
|
||||
|
|
@ -25,7 +25,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
/**
|
||||
* Plugin version.
|
||||
*/
|
||||
define( 'AI_TRANSLATOR_VERSION', '1.2.0' );
|
||||
define( 'AI_TRANSLATOR_VERSION', '1.2.1' );
|
||||
|
||||
/**
|
||||
* Main plugin file path.
|
||||
|
|
|
|||
Loading…
Reference in a new issue