Changeset 3422368
- Timestamp:
- 12/17/2025 11:03:57 PM (4 months ago)
- Location:
- searchcraft/trunk
- Files:
-
- 3 edited
-
public/js/searchcraft-sdk-settings.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
searchcraft.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
searchcraft/trunk/public/js/searchcraft-sdk-settings.js
r3421519 r3422368 87 87 if (filterPanel) { 88 88 const today = new Date(); 89 const pastDate = new Date( today);89 const pastDate = new Date('2000-01-01'); 90 90 const currentYear = today.getFullYear(); 91 91 const oldestYear = parseInt(searchcraft_config.oldestPostYear); -
searchcraft/trunk/readme.txt
r3421519 r3422368 5 5 Requires at least: 5.3 6 6 Tested up to: 6.9 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: Apache 2.0 9 9 License URI: LICENSE.txt … … 70 70 == Changelog == 71 71 72 = 1.2.1 = 73 * Bugfix - Filter panel start date bug. 74 72 75 = 1.2.0 = 73 76 * New Feature - Add support for Molongui Authorship authors -
searchcraft/trunk/searchcraft.php
r3421519 r3422368 11 11 * Plugin URI: https://github.com/searchcraft-inc/searchcraft-wordpress 12 12 * 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. 013 * Version: 1.2.1 14 14 * Author: Searchcraft, Inc. 15 15 * Author URI: https://searchcraft.io/ … … 27 27 // Define plugin constants. 28 28 if ( ! defined( 'SEARCHCRAFT_VERSION' ) ) { 29 define( 'SEARCHCRAFT_VERSION', '1.2. 0' );29 define( 'SEARCHCRAFT_VERSION', '1.2.1' ); 30 30 } 31 31
Note: See TracChangeset
for help on using the changeset viewer.