Skip to content

Commit 69e620e

Browse files
author
Smart Cloud Solutions Inc.
committed
feat(ai-kit): extend KB admin editor with base document metadata and KB title overrides for generated docs
1 parent 1a85a09 commit 69e620e

6 files changed

Lines changed: 15 additions & 6 deletions

File tree

ai-kit-admin/dist/chunks/330.4f1e5014.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ai-kit-admin/dist/chunks/330.e396fd88.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

ai-kit-admin/dist/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jquery', 'react', 'react-dom', 'react-jsx-runtime', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => 'e1daceb0dea72125f98f');
1+
<?php return array('dependencies' => array('jquery', 'react', 'react-dom', 'react-jsx-runtime', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => 'e972fb7777808103e323');

ai-kit-admin/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: ai, chrome, seo, language, tools
44
Requires at least: 6.2
55
Tested up to: 6.9
66
Requires PHP: 8.1
7-
Stable tag: 1.2.12
7+
Stable tag: 1.2.13
88
License: MIT
99
License URI: https://mit-license.org/
1010
Text Domain: smartcloud-ai-kit
@@ -199,6 +199,12 @@ AI-Kit Pro includes additional functionality (such as the AI-Kit Chatbot, backen
199199

200200
== Changelog ==
201201

202+
= 1.2.13 =
203+
* Feature: Extended the KB admin editing UI for generated documents and sections.
204+
* Feature: Base document metadata can now be overridden even for automatically enabled KB sources that do not have a dedicated KB Section override.
205+
* Feature: The document title used in the Knowledge Base can now also be overridden from the admin UI.
206+
* UX: Makes it easier to refine generated KB classification and naming without requiring a separate section-level override.
207+
202208
= 1.2.12 =
203209
* Fix: Improved Elementor widget parameter handling for more reliable widget configuration and rendering.
204210
* Fix: Added missing frontend translations to complete the user-facing UI in more cases.
@@ -332,6 +338,9 @@ Fixed the pre-run language detection/translation flow for AiFeature blocks so it
332338

333339
== Upgrade Notice ==
334340

341+
= 1.2.13 =
342+
Improves the KB admin editor for generated content. You can now override base document metadata and the Knowledge Base document title even for automatically enabled KB sources that do not have a dedicated KB Section override.
343+
335344
= 1.2.12 =
336345
Recommended update. Improves Elementor widget parameter handling and fills in missing frontend translations for a more complete and reliable user experience.
337346

smartcloud-ai-kit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Requires at least: 6.2
77
* Tested up to: 6.9
88
* Requires PHP: 8.1
9-
* Version: 1.2.12
9+
* Version: 1.2.13
1010
* Author: Smart Cloud Solutions Inc.
1111
* Author URI: https://smart-cloud-solutions.com
1212
* License: MIT
@@ -18,7 +18,7 @@
1818

1919
namespace SmartCloud\WPSuite\AiKit;
2020

21-
const VERSION = '1.2.12';
21+
const VERSION = '1.2.13';
2222
const DB_VERSION = '1.3.1';
2323

2424
if (!defined('ABSPATH')) {

0 commit comments

Comments
 (0)