Plugin Directory

Changeset 3010053


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

Update to version 0.3.2 from GitHub

Location:
findkit
Files:
8 edited
1 copied

Legend:

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

    r3010048 r3010053  
     1## v0.3.2
     2
     32023-12-14
     4
     5-   plugin meta++ [d4c6ee9](https://github.com/findkit/wp-findkit/commit/d4c6ee9) - Esa-Matti Suuronen
     6-   typo [2341511](https://github.com/findkit/wp-findkit/commit/2341511) - Esa-Matti Suuronen
     7
     8All changes https://github.com/findkit/wp-findkit/compare/v0.3.1...v0.3.2
     9
    110## v0.3.1
    211
  • findkit/tags/0.3.2/plugin.php

    r3010048 r3010053  
    1010 * Description: WordPress Plugin for Findkit Site Search. See findkit.com for details
    1111 * Author: Findkit Team <findkit@findkit.com>
    12  * Version: 0.3.1
     12 * Version: 0.3.2
    1313 * License: GPLv2 or later
    1414 */
  • findkit/tags/0.3.2/readme.txt

    r3010048 r3010053  
    1 === Findkit ===
     1=== Findkit - Site Search ===
    22Contributors: findkit
    33Tags: search, site search, instant search, crawler, cloud
    44Requires at least: 6.0
    55Tested up to: 6.4.1
    6 Stable tag: 0.3.1
     6Stable tag: 0.3.2
    77Requires PHP: 7.2
    88Donate link: https://www.findkit.com/
     
    3535= Source Code =
    3636
    37 The plugin source is avaiable on Github <https://github.com/findkit/wp-findkit>
     37The plugin source is available on Github <https://github.com/findkit/wp-findkit>
    3838
    3939== Screenshots ==
     
    4444== Changelog ==
    4545
    46 = 0.3.1 =
     46= 0.3.2 =
    4747
    48 * <https://github.com/findkit/wp-findkit/blob/main/CHANGELOG.md#v031>
     48* <https://github.com/findkit/wp-findkit/blob/main/CHANGELOG.md#v032>
  • findkit/tags/0.3.2/vendor/composer/installed.php

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

    r3010048 r3010053  
     1## v0.3.2
     2
     32023-12-14
     4
     5-   plugin meta++ [d4c6ee9](https://github.com/findkit/wp-findkit/commit/d4c6ee9) - Esa-Matti Suuronen
     6-   typo [2341511](https://github.com/findkit/wp-findkit/commit/2341511) - Esa-Matti Suuronen
     7
     8All changes https://github.com/findkit/wp-findkit/compare/v0.3.1...v0.3.2
     9
    110## v0.3.1
    211
  • findkit/trunk/plugin.php

    r3010048 r3010053  
    1010 * Description: WordPress Plugin for Findkit Site Search. See findkit.com for details
    1111 * Author: Findkit Team <findkit@findkit.com>
    12  * Version: 0.3.1
     12 * Version: 0.3.2
    1313 * License: GPLv2 or later
    1414 */
  • findkit/trunk/readme.txt

    r3010048 r3010053  
    1 === Findkit ===
     1=== Findkit - Site Search ===
    22Contributors: findkit
    33Tags: search, site search, instant search, crawler, cloud
    44Requires at least: 6.0
    55Tested up to: 6.4.1
    6 Stable tag: 0.3.1
     6Stable tag: 0.3.2
    77Requires PHP: 7.2
    88Donate link: https://www.findkit.com/
     
    3535= Source Code =
    3636
    37 The plugin source is avaiable on Github <https://github.com/findkit/wp-findkit>
     37The plugin source is available on Github <https://github.com/findkit/wp-findkit>
    3838
    3939== Screenshots ==
     
    4444== Changelog ==
    4545
    46 = 0.3.1 =
     46= 0.3.2 =
    4747
    48 * <https://github.com/findkit/wp-findkit/blob/main/CHANGELOG.md#v031>
     48* <https://github.com/findkit/wp-findkit/blob/main/CHANGELOG.md#v032>
  • findkit/trunk/vendor/composer/installed.php

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