Plugin Directory

Changeset 3422368


Ignore:
Timestamp:
12/17/2025 11:03:57 PM (4 months ago)
Author:
searchcraft
Message:

Deploy version 1.2.1

Location:
searchcraft/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • searchcraft/trunk/public/js/searchcraft-sdk-settings.js

    r3421519 r3422368  
    8787            if (filterPanel) {
    8888                const today = new Date();
    89                 const pastDate = new Date(today);
     89                const pastDate = new Date('2000-01-01');
    9090                const currentYear = today.getFullYear();
    9191                const oldestYear = parseInt(searchcraft_config.oldestPostYear);
  • searchcraft/trunk/readme.txt

    r3421519 r3422368  
    55Requires at least: 5.3
    66Tested up to: 6.9
    7 Stable tag:   1.2.0
     7Stable tag:   1.2.1
    88License:      Apache 2.0
    99License URI:  LICENSE.txt
     
    7070== Changelog ==
    7171
     72= 1.2.1 =
     73* Bugfix - Filter panel start date bug.
     74
    7275= 1.2.0 =
    7376* New Feature - Add support for Molongui Authorship authors
  • searchcraft/trunk/searchcraft.php

    r3421519 r3422368  
    1111 * Plugin URI:        https://github.com/searchcraft-inc/searchcraft-wordpress
    1212 * Description:       Bring fast, relevant search to your site. Searchcraft replaces the default search with a customizable, tunable, highly relevant search experience.
    13  * Version:           1.2.0
     13 * Version:           1.2.1
    1414 * Author:            Searchcraft, Inc.
    1515 * Author URI:        https://searchcraft.io/
     
    2727// Define plugin constants.
    2828if ( ! defined( 'SEARCHCRAFT_VERSION' ) ) {
    29     define( 'SEARCHCRAFT_VERSION', '1.2.0' );
     29    define( 'SEARCHCRAFT_VERSION', '1.2.1' );
    3030}
    3131
Note: See TracChangeset for help on using the changeset viewer.