Plugin Directory

Changeset 3010048


Ignore:
Timestamp:
12/14/2023 01:48:41 PM (2 years ago)
Author:
findkit
Message:

Update to version 0.3.1 from GitHub

Location:
findkit
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • findkit/tags/0.3.1/CHANGELOG.md

    r3010034 r3010048  
     1## v0.3.1
     2
     32023-12-14
     4
     5- Plugin meta++ [3f02cb7](https://github.com/findkit/wp-findkit/commit/3f02cb7) - Esa-Matti Suuronen
     6
     7All changes https://github.com/findkit/wp-findkit/compare/v0.3.0...v0.3.1
     8
    19## v0.3.0
    210
  • findkit/tags/0.3.1/plugin.php

    r3010034 r3010048  
    66
    77/**
    8  * Plugin Name: Findkit
    9  * Plugin URI: https://github.com/findkit/wp-findkit
    10  * Description: Findkit.com helpers
     8 * 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
    1111 * Author: Findkit Team <findkit@findkit.com>
    12  * Version: 0.3.0
     12 * Version: 0.3.1
    1313 * License: GPLv2 or later
    1414 */
  • findkit/tags/0.3.1/readme.txt

    r3010034 r3010048  
    44Requires at least: 6.0
    55Tested up to: 6.4.1
    6 Stable tag: 0.3.0
     6Stable tag: 0.3.1
    77Requires PHP: 7.2
    88Donate link: https://www.findkit.com/
     
    3333https://www.youtube.com/watch?v=0qnLaAFwits
    3434
     35= Source Code =
     36
     37The plugin source is avaiable on Github <https://github.com/findkit/wp-findkit>
     38
    3539== Screenshots ==
    3640
     
    4044== Changelog ==
    4145
    42 = 0.3.0 =
     46= 0.3.1 =
    4347
    44 * <https://github.com/findkit/wp-findkit/blob/main/CHANGELOG.md#v030>
     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  
    66    "title": "Findkit Search Group",
    77    "icon": "search",
    8     "description": "Add as an inner blocks to the Findkit Search Modal or Findkit Search Embed blocks to 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",
    99    "category": "widgets",
    1010    "supports": {},
  • findkit/tags/0.3.1/src/scripts/search-blocks-editor.tsx

    r3010034 r3010048  
    9393                    multiple
    9494                    label="Categories"
    95                     help="Show search results only form the selected categories"
     95                    help="Show search results only from the selected categories"
    9696                    value={splitByComma(props.attributes.categories)}
    9797                    onChange={(values) => {
     
    108108                    multiple
    109109                    label="WordPress Post Tags"
    110                     help="Show search results only form the selected tags"
     110                    help="Show search results only from the selected tags"
    111111                    value={splitByComma(props.attributes.tags)}
    112112                    onChange={(values) => {
  • findkit/tags/0.3.1/vendor/composer/installed.php

    r3010034 r3010048  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '95a1437fc590a9c0e39d384e4847e2dc0b9a7af0',
     6        'reference' => '039a8a3467575419418c6c9593add1b928a17f7a',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '95a1437fc590a9c0e39d384e4847e2dc0b9a7af0',
     16            'reference' => '039a8a3467575419418c6c9593add1b928a17f7a',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • findkit/trunk/CHANGELOG.md

    r3010034 r3010048  
     1## v0.3.1
     2
     32023-12-14
     4
     5- Plugin meta++ [3f02cb7](https://github.com/findkit/wp-findkit/commit/3f02cb7) - Esa-Matti Suuronen
     6
     7All changes https://github.com/findkit/wp-findkit/compare/v0.3.0...v0.3.1
     8
    19## v0.3.0
    210
  • findkit/trunk/plugin.php

    r3010034 r3010048  
    66
    77/**
    8  * Plugin Name: Findkit
    9  * Plugin URI: https://github.com/findkit/wp-findkit
    10  * Description: Findkit.com helpers
     8 * 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
    1111 * Author: Findkit Team <findkit@findkit.com>
    12  * Version: 0.3.0
     12 * Version: 0.3.1
    1313 * License: GPLv2 or later
    1414 */
  • findkit/trunk/readme.txt

    r3010034 r3010048  
    44Requires at least: 6.0
    55Tested up to: 6.4.1
    6 Stable tag: 0.3.0
     6Stable tag: 0.3.1
    77Requires PHP: 7.2
    88Donate link: https://www.findkit.com/
     
    3333https://www.youtube.com/watch?v=0qnLaAFwits
    3434
     35= Source Code =
     36
     37The plugin source is avaiable on Github <https://github.com/findkit/wp-findkit>
     38
    3539== Screenshots ==
    3640
     
    4044== Changelog ==
    4145
    42 = 0.3.0 =
     46= 0.3.1 =
    4347
    44 * <https://github.com/findkit/wp-findkit/blob/main/CHANGELOG.md#v030>
     48* <https://github.com/findkit/wp-findkit/blob/main/CHANGELOG.md#v031>
  • findkit/trunk/src/blocks/search-group/block.json

    r3010034 r3010048  
    66    "title": "Findkit Search Group",
    77    "icon": "search",
    8     "description": "Add as an inner blocks to the Findkit Search Modal or Findkit Search Embed blocks to 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",
    99    "category": "widgets",
    1010    "supports": {},
  • findkit/trunk/src/scripts/search-blocks-editor.tsx

    r3010034 r3010048  
    9393                    multiple
    9494                    label="Categories"
    95                     help="Show search results only form the selected categories"
     95                    help="Show search results only from the selected categories"
    9696                    value={splitByComma(props.attributes.categories)}
    9797                    onChange={(values) => {
     
    108108                    multiple
    109109                    label="WordPress Post Tags"
    110                     help="Show search results only form the selected tags"
     110                    help="Show search results only from the selected tags"
    111111                    value={splitByComma(props.attributes.tags)}
    112112                    onChange={(values) => {
  • findkit/trunk/vendor/composer/installed.php

    r3010034 r3010048  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '95a1437fc590a9c0e39d384e4847e2dc0b9a7af0',
     6        'reference' => '039a8a3467575419418c6c9593add1b928a17f7a',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '95a1437fc590a9c0e39d384e4847e2dc0b9a7af0',
     16            'reference' => '039a8a3467575419418c6c9593add1b928a17f7a',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.