Plugin Directory

Changeset 3435995


Ignore:
Timestamp:
01/09/2026 02:38:43 PM (3 months ago)
Author:
ansera01
Message:

Release version 1.1.22

Location:
ansera-search
Files:
2 deleted
3 edited
7 copied

Legend:

Unmodified
Added
Removed
  • ansera-search/tags/1.1.22/ansera_search.php

    r3433345 r3435995  
    33 * Plugin Name: Ansera Search
    44 * Description: Ansera AI-powered search plugin provides answers based on your existing Wordpress content.
    5  * Version: 1.1.21
     5 * Version: 1.1.22
    66 * Author: Ansera.AI
    77 * Author URI:  https://www.ansera.ai/
  • ansera-search/tags/1.1.22/js/ansera_search_admin_settings.js

    r3433345 r3435995  
    987987                // Check resultCode and resultType to determine success
    988988                if (response.resultCode === "0" && response.resultType === "Success") {
    989                     const successMessage = response.result || response.messages?.[0] || 'Video unsynced successfully!';
     989                    const successMessage = 'Video unsynced successfully!';
    990990                    ansera_search_showMessage(successMessage, 'success');
    991991                } else {
  • ansera-search/tags/1.1.22/readme.txt

    r3433345 r3435995  
    55Tested up to: 6.8
    66Requires PHP: 7.2
    7 Stable tag: 1.1.21
     7Stable tag: 1.1.22
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9898
    9999== Changelog ==
    100 = 1.1.21 =
     100= 1.1.22 =
    101101* Enhanced the data sync and also added inline edit feature for the external media to change the title and link.
    102102
  • ansera-search/trunk/ansera_search.php

    r3433345 r3435995  
    33 * Plugin Name: Ansera Search
    44 * Description: Ansera AI-powered search plugin provides answers based on your existing Wordpress content.
    5  * Version: 1.1.21
     5 * Version: 1.1.22
    66 * Author: Ansera.AI
    77 * Author URI:  https://www.ansera.ai/
  • ansera-search/trunk/js/ansera_search_admin_settings.js

    r3433345 r3435995  
    987987                // Check resultCode and resultType to determine success
    988988                if (response.resultCode === "0" && response.resultType === "Success") {
    989                     const successMessage = response.result || response.messages?.[0] || 'Video unsynced successfully!';
     989                    const successMessage = 'Video unsynced successfully!';
    990990                    ansera_search_showMessage(successMessage, 'success');
    991991                } else {
  • ansera-search/trunk/readme.txt

    r3433345 r3435995  
    55Tested up to: 6.8
    66Requires PHP: 7.2
    7 Stable tag: 1.1.21
     7Stable tag: 1.1.22
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9898
    9999== Changelog ==
    100 = 1.1.21 =
     100= 1.1.22 =
    101101* Enhanced the data sync and also added inline edit feature for the external media to change the title and link.
    102102
Note: See TracChangeset for help on using the changeset viewer.