Changeset 3295056
- Timestamp:
- 05/17/2025 03:10:39 AM (11 months ago)
- Location:
- typesense-wp-vector
- Files:
-
- 33 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/LICENSE.txt (added)
-
tags/1.0.1/README.txt (added)
-
tags/1.0.1/admin (added)
-
tags/1.0.1/admin/class-typesense-wp-vector-admin.php (added)
-
tags/1.0.1/admin/css (added)
-
tags/1.0.1/admin/css/typesense-wp-vector-admin.css (added)
-
tags/1.0.1/admin/index.php (added)
-
tags/1.0.1/admin/js (added)
-
tags/1.0.1/admin/js/typesense-wp-vector-admin.js (added)
-
tags/1.0.1/admin/partials (added)
-
tags/1.0.1/admin/partials/typesense-wp-vector-admin-display.php (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/class-typesense-wp-vector-activator.php (added)
-
tags/1.0.1/includes/class-typesense-wp-vector-deactivator.php (added)
-
tags/1.0.1/includes/class-typesense-wp-vector-i18n.php (added)
-
tags/1.0.1/includes/class-typesense-wp-vector-loader.php (added)
-
tags/1.0.1/includes/class-typesense-wp-vector.php (added)
-
tags/1.0.1/includes/index.php (added)
-
tags/1.0.1/index.php (added)
-
tags/1.0.1/languages (added)
-
tags/1.0.1/languages/typesense-wp-vector.pot (added)
-
tags/1.0.1/public (added)
-
tags/1.0.1/public/class-typesense-wp-vector-public.php (added)
-
tags/1.0.1/public/css (added)
-
tags/1.0.1/public/css/typesense-wp-vector-public.css (added)
-
tags/1.0.1/public/index.php (added)
-
tags/1.0.1/public/js (added)
-
tags/1.0.1/public/js/typesense-wp-vector-public.js (added)
-
tags/1.0.1/public/partials (added)
-
tags/1.0.1/public/partials/typesense-wp-vector-public-display.php (added)
-
tags/1.0.1/typesense-wp-vector.php (added)
-
tags/1.0.1/uninstall.php (added)
-
trunk/README.txt (modified) (1 diff)
-
trunk/typesense-wp-vector.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
typesense-wp-vector/trunk/README.txt
r3118781 r3295056 4 4 Tags: vector search, typesense, semantic 5 5 Requires at least: 6.4.0 6 Tested up to: 6. 57 Stable tag: 1.0. 06 Tested up to: 6.8.1 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
typesense-wp-vector/trunk/typesense-wp-vector.php
r3118781 r3295056 17 17 * Plugin URI: https://knowhalim.com/app 18 18 * Description: Typesense using vector search with OpenAI API 19 * Version: 1.0. 019 * Version: 1.0.1 20 20 * Author: Knowhalim 21 21 * Author URI: https://knowhalim.com/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'TYPESENSE_WP_VECTOR_VERSION', '1.0. 0' );38 define( 'TYPESENSE_WP_VECTOR_VERSION', '1.0.1' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.