diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 4fd3cc4..bc9f982 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
- url: https://github.com/solution-forest/filament-panphp/discussions/new?category=q-a
+ url: https://github.com/solutionforest/filament-panphp/discussions/new?category=q-a
about: Ask the community for help
- name: Request a feature
- url: https://github.com/solution-forest/filament-panphp/discussions/new?category=ideas
+ url: https://github.com/solutionforest/filament-panphp/discussions/new?category=ideas
about: Share ideas for new features
- name: Report a security issue
- url: https://github.com/solution-forest/filament-panphp/security/policy
+ url: https://github.com/solutionforest/filament-panphp/security/policy
about: Learn how to notify us for sensitive bugs
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2967b2..ead59aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
All notable changes to `filament-panphp` will be documented in this file.
+## 0.0.2 - 2024-10-17
+
+**Full Changelog**: https://github.com/solutionforest/filament-panphp/compare/0.0.1...0.0.2
+
## 0.0.1 - 2024-10-17
First release
diff --git a/README.md b/README.md
index ed22da9..e2274dd 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# Filament UI for Pan Analytics
[](https://packagist.org/packages/solution-forest/filament-panphp)
-[](https://github.com/solution-forest/filament-panphp/actions?query=workflow%3Arun-tests+branch%3Amain)
-[](https://github.com/solution-forest/filament-panphp/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
+[](https://github.com/solutionforest/filament-panphp/actions?query=workflow%3Arun-tests+branch%3Amain)
+[](https://github.com/solutionforest/filament-panphp/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
[](https://packagist.org/packages/solution-forest/filament-panphp)
@@ -11,7 +11,6 @@ Seamlessly integrate [pan, the lightweight and privacy-focused PHP product analy
-
Key Features:
- Easy-to-use Filament components for visualizing Pan analytics data
- Intuitive interface for managing and configuring tracked elements
@@ -36,6 +35,9 @@ composer require solution-forest/filament-panphp
## Usage
+### 1. Using in Filament Dashboard
+
+
```php
@@ -52,11 +54,24 @@ public function panel(Panel $panel): Panel
```
+### 2. You can use the [Widget in the blade](https://filamentphp.com/docs/3.x/widgets/adding-a-widget-to-a-blade-view)
+
+
+
+
+```php
+