v1.2.3
This commit is contained in:
parent
d4839310cf
commit
5cd5900111
12 changed files with 68 additions and 70 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue