We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e9df6 commit 2028c67Copy full SHA for 2028c67
CHANGELOG.md
@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
### Fixed
21
### Removed --->
22
23
+## 0.9.3 - 2021-11-05
24
+### Changed
25
+- Filters now use post request and stored in session
26
+
27
## 0.9.2 - 2021-11-03
28
29
- Address types migration command
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
16
- 'version' => '0.9.2',
+ 'version' => '0.9.3',
17
18
];
0 commit comments