Plugin Directory

Changeset 3295056


Ignore:
Timestamp:
05/17/2025 03:10:39 AM (11 months ago)
Author:
knowhalim
Message:

Update

Location:
typesense-wp-vector
Files:
33 added
2 edited

Legend:

Unmodified
Added
Removed
  • typesense-wp-vector/trunk/README.txt

    r3118781 r3295056  
    44Tags: vector search, typesense, semantic
    55Requires at least: 6.4.0
    6 Tested up to: 6.5
    7 Stable tag: 1.0.0
     6Tested up to: 6.8.1
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • typesense-wp-vector/trunk/typesense-wp-vector.php

    r3118781 r3295056  
    1717 * Plugin URI:        https://knowhalim.com/app
    1818 * Description:       Typesense using vector search with OpenAI API
    19  * Version:           1.0.0
     19 * Version:           1.0.1
    2020 * Author:            Knowhalim
    2121 * Author URI:        https://knowhalim.com/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'TYPESENSE_WP_VECTOR_VERSION', '1.0.0' );
     38define( 'TYPESENSE_WP_VECTOR_VERSION', '1.0.1' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.