From e72e1ff197364c53bb88474a98231a8903d231ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fre=CC=81de=CC=81ric=20Blanc?= Date: Fri, 8 Jul 2022 20:41:20 +0200 Subject: [PATCH 1/5] Add .code-workspace to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9a43686..6ac176c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .php_cs .php_cs.cache .phpunit.result.cache +.code-workspace build composer.lock coverage From 94db5fcd7e19b91a435511e420183cff88671c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fre=CC=81de=CC=81ric=20Blanc?= Date: Fri, 8 Jul 2022 20:52:25 +0200 Subject: [PATCH 2/5] Add .code-workspace to gitignore (fix typo) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6ac176c..3bc880d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ .php_cs .php_cs.cache .phpunit.result.cache -.code-workspace +filament-social-networks.code-workspace build composer.lock coverage From 8f445345eba1b38283d3b7cb2651068a3c819c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fre=CC=81de=CC=81ric=20Blanc?= Date: Fri, 8 Jul 2022 20:41:20 +0200 Subject: [PATCH 3/5] Add .code-workspace to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9a43686..6ac176c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .php_cs .php_cs.cache .phpunit.result.cache +.code-workspace build composer.lock coverage From 349b3d015cfb9d3f06c4b36cf0c2d4ae3aaa6410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fre=CC=81de=CC=81ric=20Blanc?= Date: Fri, 8 Jul 2022 20:52:25 +0200 Subject: [PATCH 4/5] Add .code-workspace to gitignore (fix typo) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6ac176c..3bc880d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ .php_cs .php_cs.cache .phpunit.result.cache -.code-workspace +filament-social-networks.code-workspace build composer.lock coverage From 17bf9a204928cc9f9c0e1afeafeb05cf89da62e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fre=CC=81de=CC=81ric=20Blanc?= Date: Sun, 17 Jul 2022 11:29:15 +0200 Subject: [PATCH 5/5] v0.2.1 Bugfix --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1edc12..cb41b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `filament-social-networks` will be documented in this file. +## v0.2.1-beta - 2022-07-17 + +- Fix image path problem (missing /) + ## v0.2.0-beta - 2022-07-15 ### Second beta