Skip to content

Commit

Permalink
build: update package file versions to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Sep 26, 2023
1 parent 13b20f5 commit 6448805
Show file tree
Hide file tree
Showing 4 changed files with 7,702 additions and 13,090 deletions.
2 changes: 1 addition & 1 deletion algolia-index-js-searchpage.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Algolia Index Js Search Page
* Plugin URI: (#plugin_url#)
* Description: Replaces search page with a js (instant search) page.
* Version: 1.0.0
* Version: 2.0.0
* Author: Sebastian Thulin
* Author URI: (#plugin_author_url#)
* License: MIT
Expand Down
56 changes: 28 additions & 28 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "helsingborg-stad/algolia-index-js-searchpage-addon",
"description": "https://github.com/helsingborg-stad/algolia-index-js-searchpage-addon",
"type": "wordpress-plugin",
"license": "MIT",
"authors": [
{
"name": "Sebastian Thulin",
"email": "sebastian.thulin@helsingborg.se"
}
],
"minimum-stability" : "stable",
"repositories": [
{
"type":"composer",
"url":"https://packagist.org"
},
{
"type":"composer",
"url":"https://wpackagist.org"
}
],
"require": {
},
"autoload": {
"psr-4": {
"AlgoliaIndexJsSearchpage\\": "source/php/"
}
}
"name": "helsingborg-stad/algolia-index-js-searchpage-addon",
"description": "https://github.com/helsingborg-stad/algolia-index-js-searchpage-addon",
"type": "wordpress-plugin",
"license": "MIT",
"authors": [
{
"name": "Sebastian Thulin",
"email": "sebastian.thulin@helsingborg.se"
}
],
"minimum-stability": "stable",
"repositories": [
{
"type": "composer",
"url": "https://packagist.org"
},
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": [],
"autoload": {
"psr-4": {
"AlgoliaIndexJsSearchpage\\": "source/php/"
}
},
"version": "2.0.0"
}
Loading

0 comments on commit 6448805

Please sign in to comment.