@frontastic/common 2.35.1 → 2.35.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
1
1
 
2
+ ## Version 2.35.2 (2022-08-19)
3
+
4
+ ** Bug fixes **
5
+
6
+ - Added categories
7
+
2
8
  ## Version 2.35.1 (2022-08-04)
3
9
 
4
10
  ** Bug fixes **
package/composer.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frontastic/common",
3
3
  "license": "None",
4
- "version": "2.35.1",
4
+ "version": "2.35.2",
5
5
  "repositories": [
6
6
  {
7
7
  "type": "path",
@@ -8,6 +8,7 @@
8
8
 
9
9
  * [query()](#query)
10
10
  * [getSearchableAttributes()](#getsearchableattributes)
11
+ * [setLogger()](#setlogger)
11
12
 
12
13
  ### query()
13
14
 
@@ -31,4 +32,18 @@ public function getSearchableAttributes(): \GuzzleHttp\Promise\PromiseInterface
31
32
 
32
33
  Return Value: `\GuzzleHttp\Promise\PromiseInterface`
33
34
 
35
+ ### setLogger()
36
+
37
+ ```php
38
+ public function setLogger(
39
+ \Psr\Log\LoggerInterface $logger
40
+ ): mixed
41
+ ```
42
+
43
+ Argument|Type|Default|Description
44
+ --------|----|-------|-----------
45
+ `$logger`|`\Psr\Log\LoggerInterface`||
46
+
47
+ Return Value: `mixed`
48
+
34
49
  Generated with [Frontastic API Docs](https://github.com/FrontasticGmbH/apidocs).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontastic/common",
3
- "version": "2.35.1",
3
+ "version": "2.35.2",
4
4
  "devDependencies": {
5
5
  "@babel/core": "7.5.4",
6
6
  "@babel/plugin-proposal-class-properties": "^7.5.0",