Changeset 3010048
- Timestamp:
- 12/14/2023 01:48:41 PM (2 years ago)
- Location:
- findkit
- Files:
-
- 12 edited
- 1 copied
-
tags/0.3.1 (copied) (copied from findkit/trunk)
-
tags/0.3.1/CHANGELOG.md (modified) (1 diff)
-
tags/0.3.1/plugin.php (modified) (1 diff)
-
tags/0.3.1/readme.txt (modified) (3 diffs)
-
tags/0.3.1/src/blocks/search-group/block.json (modified) (1 diff)
-
tags/0.3.1/src/scripts/search-blocks-editor.tsx (modified) (2 diffs)
-
tags/0.3.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/src/blocks/search-group/block.json (modified) (1 diff)
-
trunk/src/scripts/search-blocks-editor.tsx (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
findkit/tags/0.3.1/CHANGELOG.md
r3010034 r3010048 1 ## v0.3.1 2 3 2023-12-14 4 5 - Plugin meta++ [3f02cb7](https://github.com/findkit/wp-findkit/commit/3f02cb7) - Esa-Matti Suuronen 6 7 All changes https://github.com/findkit/wp-findkit/compare/v0.3.0...v0.3.1 8 1 9 ## v0.3.0 2 10 -
findkit/tags/0.3.1/plugin.php
r3010034 r3010048 6 6 7 7 /** 8 * Plugin Name: Findkit 9 * Plugin URI: https:// github.com/findkit/wp-findkit10 * Description: Findkit.com helpers8 * Plugin Name: Findkit - Site Search 9 * Plugin URI: https://www.findkit.com/wordpress/ 10 * Description: WordPress Plugin for Findkit Site Search. See findkit.com for details 11 11 * Author: Findkit Team <findkit@findkit.com> 12 * Version: 0.3. 012 * Version: 0.3.1 13 13 * License: GPLv2 or later 14 14 */ -
findkit/tags/0.3.1/readme.txt
r3010034 r3010048 4 4 Requires at least: 6.0 5 5 Tested up to: 6.4.1 6 Stable tag: 0.3. 06 Stable tag: 0.3.1 7 7 Requires PHP: 7.2 8 8 Donate link: https://www.findkit.com/ … … 33 33 https://www.youtube.com/watch?v=0qnLaAFwits 34 34 35 = Source Code = 36 37 The plugin source is avaiable on Github <https://github.com/findkit/wp-findkit> 38 35 39 == Screenshots == 36 40 … … 40 44 == Changelog == 41 45 42 = 0.3. 0=46 = 0.3.1 = 43 47 44 * <https://github.com/findkit/wp-findkit/blob/main/CHANGELOG.md#v03 0>48 * <https://github.com/findkit/wp-findkit/blob/main/CHANGELOG.md#v031> -
findkit/tags/0.3.1/src/blocks/search-group/block.json
r3010034 r3010048 6 6 "title": "Findkit Search Group", 7 7 "icon": "search", 8 "description": "Add as an inner block s to the Findkit Search Modal or Findkit Search Embed blocksto group search results by custom filters",8 "description": "Add as an inner block to the Findkit Search Modal or as a Findkit Search Embed block to group search results by custom filters", 9 9 "category": "widgets", 10 10 "supports": {}, -
findkit/tags/0.3.1/src/scripts/search-blocks-editor.tsx
r3010034 r3010048 93 93 multiple 94 94 label="Categories" 95 help="Show search results only f orm the selected categories"95 help="Show search results only from the selected categories" 96 96 value={splitByComma(props.attributes.categories)} 97 97 onChange={(values) => { … … 108 108 multiple 109 109 label="WordPress Post Tags" 110 help="Show search results only f orm the selected tags"110 help="Show search results only from the selected tags" 111 111 value={splitByComma(props.attributes.tags)} 112 112 onChange={(values) => { -
findkit/tags/0.3.1/vendor/composer/installed.php
r3010034 r3010048 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' 95a1437fc590a9c0e39d384e4847e2dc0b9a7af0',6 'reference' => '039a8a3467575419418c6c9593add1b928a17f7a', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-main', 15 15 'version' => 'dev-main', 16 'reference' => ' 95a1437fc590a9c0e39d384e4847e2dc0b9a7af0',16 'reference' => '039a8a3467575419418c6c9593add1b928a17f7a', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
findkit/trunk/CHANGELOG.md
r3010034 r3010048 1 ## v0.3.1 2 3 2023-12-14 4 5 - Plugin meta++ [3f02cb7](https://github.com/findkit/wp-findkit/commit/3f02cb7) - Esa-Matti Suuronen 6 7 All changes https://github.com/findkit/wp-findkit/compare/v0.3.0...v0.3.1 8 1 9 ## v0.3.0 2 10 -
findkit/trunk/plugin.php
r3010034 r3010048 6 6 7 7 /** 8 * Plugin Name: Findkit 9 * Plugin URI: https:// github.com/findkit/wp-findkit10 * Description: Findkit.com helpers8 * Plugin Name: Findkit - Site Search 9 * Plugin URI: https://www.findkit.com/wordpress/ 10 * Description: WordPress Plugin for Findkit Site Search. See findkit.com for details 11 11 * Author: Findkit Team <findkit@findkit.com> 12 * Version: 0.3. 012 * Version: 0.3.1 13 13 * License: GPLv2 or later 14 14 */ -
findkit/trunk/readme.txt
r3010034 r3010048 4 4 Requires at least: 6.0 5 5 Tested up to: 6.4.1 6 Stable tag: 0.3. 06 Stable tag: 0.3.1 7 7 Requires PHP: 7.2 8 8 Donate link: https://www.findkit.com/ … … 33 33 https://www.youtube.com/watch?v=0qnLaAFwits 34 34 35 = Source Code = 36 37 The plugin source is avaiable on Github <https://github.com/findkit/wp-findkit> 38 35 39 == Screenshots == 36 40 … … 40 44 == Changelog == 41 45 42 = 0.3. 0=46 = 0.3.1 = 43 47 44 * <https://github.com/findkit/wp-findkit/blob/main/CHANGELOG.md#v03 0>48 * <https://github.com/findkit/wp-findkit/blob/main/CHANGELOG.md#v031> -
findkit/trunk/src/blocks/search-group/block.json
r3010034 r3010048 6 6 "title": "Findkit Search Group", 7 7 "icon": "search", 8 "description": "Add as an inner block s to the Findkit Search Modal or Findkit Search Embed blocksto group search results by custom filters",8 "description": "Add as an inner block to the Findkit Search Modal or as a Findkit Search Embed block to group search results by custom filters", 9 9 "category": "widgets", 10 10 "supports": {}, -
findkit/trunk/src/scripts/search-blocks-editor.tsx
r3010034 r3010048 93 93 multiple 94 94 label="Categories" 95 help="Show search results only f orm the selected categories"95 help="Show search results only from the selected categories" 96 96 value={splitByComma(props.attributes.categories)} 97 97 onChange={(values) => { … … 108 108 multiple 109 109 label="WordPress Post Tags" 110 help="Show search results only f orm the selected tags"110 help="Show search results only from the selected tags" 111 111 value={splitByComma(props.attributes.tags)} 112 112 onChange={(values) => { -
findkit/trunk/vendor/composer/installed.php
r3010034 r3010048 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' 95a1437fc590a9c0e39d384e4847e2dc0b9a7af0',6 'reference' => '039a8a3467575419418c6c9593add1b928a17f7a', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-main', 15 15 'version' => 'dev-main', 16 'reference' => ' 95a1437fc590a9c0e39d384e4847e2dc0b9a7af0',16 'reference' => '039a8a3467575419418c6c9593add1b928a17f7a', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.