fix: Update version to 1.4.2 and enhance internal link suggestions with brand taxonomy detection

This commit is contained in:
2026-01-16 18:21:25 +00:00
parent 1bb10f4b45
commit 1c4ef5e16a
3 changed files with 151 additions and 1 deletions

View File

@@ -165,6 +165,8 @@ class Groq_AI_Product_Text_Settings_Page {
[
'taxonomy' => 'product_cat',
'hide_empty' => false,
'orderby' => 'name',
'order' => 'ASC',
'number' => 0,
]
);
@@ -230,6 +232,8 @@ class Groq_AI_Product_Text_Settings_Page {
[
'taxonomy' => $taxonomy,
'hide_empty' => false,
'orderby' => 'name',
'order' => 'ASC',
'number' => 0,
]
);