Plugin Directory

Changeset 3347407


Ignore:
Timestamp:
08/20/2025 08:57:40 AM (6 months ago)
Author:
codemanas
Message:

Update to correct version for 2.0.13

Location:
search-with-typesense
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • search-with-typesense/tags/2.0.13/codemanas-typesense.php

    r3310868 r3347407  
    77 * Author: codemanas
    88 * Author URI: https://www.codemanas.com/
    9  * Version: 2.0.12
     9 * Version: 2.0.13
    1010 * Requires at least: 6.8
    1111 * Requires PHP:7.4
     
    1616
    1717defined('ABSPATH') or die('Script Kiddies Go Away');
    18 defined('CODEMANAS_TYPESENSE_VERSION') || define('CODEMANAS_TYPESENSE_VERSION', '2.0.12');
     18defined('CODEMANAS_TYPESENSE_VERSION') || define('CODEMANAS_TYPESENSE_VERSION', '2.0.13');
    1919defined('CODEMANAS_TYPESENSE_FILE_PATH') || define('CODEMANAS_TYPESENSE_FILE_PATH', __FILE__);
    2020defined('CODEMANAS_TYPESENSE_ROOT_DIR_PATH') || define('CODEMANAS_TYPESENSE_ROOT_DIR_PATH', DIRNAME(__FILE__));
  • search-with-typesense/tags/2.0.13/readme.txt

    r3347393 r3347407  
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Lightning fast search for your WordPress site, powered by Typesense.
     11Lightning fast seagrch for your WordPress site, powered by Typesense.
    1212
    1313== Description ==
  • search-with-typesense/trunk/codemanas-typesense.php

    r3310868 r3347407  
    77 * Author: codemanas
    88 * Author URI: https://www.codemanas.com/
    9  * Version: 2.0.12
     9 * Version: 2.0.13
    1010 * Requires at least: 6.8
    1111 * Requires PHP:7.4
     
    1616
    1717defined('ABSPATH') or die('Script Kiddies Go Away');
    18 defined('CODEMANAS_TYPESENSE_VERSION') || define('CODEMANAS_TYPESENSE_VERSION', '2.0.12');
     18defined('CODEMANAS_TYPESENSE_VERSION') || define('CODEMANAS_TYPESENSE_VERSION', '2.0.13');
    1919defined('CODEMANAS_TYPESENSE_FILE_PATH') || define('CODEMANAS_TYPESENSE_FILE_PATH', __FILE__);
    2020defined('CODEMANAS_TYPESENSE_ROOT_DIR_PATH') || define('CODEMANAS_TYPESENSE_ROOT_DIR_PATH', DIRNAME(__FILE__));
  • search-with-typesense/trunk/readme.txt

    r3347393 r3347407  
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Lightning fast search for your WordPress site, powered by Typesense.
     11Lightning fast seagrch for your WordPress site, powered by Typesense.
    1212
    1313== Description ==
Note: See TracChangeset for help on using the changeset viewer.