Changeset 3347407
- Timestamp:
- 08/20/2025 08:57:40 AM (6 months ago)
- Location:
- search-with-typesense
- Files:
-
- 4 edited
-
tags/2.0.13/codemanas-typesense.php (modified) (2 diffs)
-
tags/2.0.13/readme.txt (modified) (1 diff)
-
trunk/codemanas-typesense.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
search-with-typesense/tags/2.0.13/codemanas-typesense.php
r3310868 r3347407 7 7 * Author: codemanas 8 8 * Author URI: https://www.codemanas.com/ 9 * Version: 2.0.1 29 * Version: 2.0.13 10 10 * Requires at least: 6.8 11 11 * Requires PHP:7.4 … … 16 16 17 17 defined('ABSPATH') or die('Script Kiddies Go Away'); 18 defined('CODEMANAS_TYPESENSE_VERSION') || define('CODEMANAS_TYPESENSE_VERSION', '2.0.1 2');18 defined('CODEMANAS_TYPESENSE_VERSION') || define('CODEMANAS_TYPESENSE_VERSION', '2.0.13'); 19 19 defined('CODEMANAS_TYPESENSE_FILE_PATH') || define('CODEMANAS_TYPESENSE_FILE_PATH', __FILE__); 20 20 defined('CODEMANAS_TYPESENSE_ROOT_DIR_PATH') || define('CODEMANAS_TYPESENSE_ROOT_DIR_PATH', DIRNAME(__FILE__)); -
search-with-typesense/tags/2.0.13/readme.txt
r3347393 r3347407 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Lightning fast sea rch for your WordPress site, powered by Typesense.11 Lightning fast seagrch for your WordPress site, powered by Typesense. 12 12 13 13 == Description == -
search-with-typesense/trunk/codemanas-typesense.php
r3310868 r3347407 7 7 * Author: codemanas 8 8 * Author URI: https://www.codemanas.com/ 9 * Version: 2.0.1 29 * Version: 2.0.13 10 10 * Requires at least: 6.8 11 11 * Requires PHP:7.4 … … 16 16 17 17 defined('ABSPATH') or die('Script Kiddies Go Away'); 18 defined('CODEMANAS_TYPESENSE_VERSION') || define('CODEMANAS_TYPESENSE_VERSION', '2.0.1 2');18 defined('CODEMANAS_TYPESENSE_VERSION') || define('CODEMANAS_TYPESENSE_VERSION', '2.0.13'); 19 19 defined('CODEMANAS_TYPESENSE_FILE_PATH') || define('CODEMANAS_TYPESENSE_FILE_PATH', __FILE__); 20 20 defined('CODEMANAS_TYPESENSE_ROOT_DIR_PATH') || define('CODEMANAS_TYPESENSE_ROOT_DIR_PATH', DIRNAME(__FILE__)); -
search-with-typesense/trunk/readme.txt
r3347393 r3347407 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Lightning fast sea rch for your WordPress site, powered by Typesense.11 Lightning fast seagrch for your WordPress site, powered by Typesense. 12 12 13 13 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.