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.
2 parents 83b3fd7 + bd387b0 commit d0b8687Copy full SHA for d0b8687
CHANGELOG.md
@@ -16,10 +16,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
17
<!--- ## 1.0.0 - 2021-XX-XX
18
### Added
19
+- Users in teams
20
### Changed
21
### Fixed
22
### Removed --->
23
24
+## 0.6.2 - 2021-07-28
25
+### Added
26
+- blade directives to show/hide CRUD buttons
27
+### Fixed
28
+- Missing lang keys
29
+- Bug where converted leads were still showing
30
+- Hide on team users from latest online users dashboard widget
31
+
32
## 0.6.1 - 2021-07-15
33
34
- Users in teams
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
- 'version' => '0.6.1',
+ 'version' => '0.6.2',
];
0 commit comments