From c0926aee047769b47f0ab1bddac4d5982bc78263 Mon Sep 17 00:00:00 2001 From: Patrick Boivin Date: Fri, 3 Jan 2025 10:25:11 -0500 Subject: [PATCH] Prepare release --- CHANGELOG.md | 8 +++++++- src/FilamentPeekPlugin.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 947e95d..1ca3eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to `filament-peek` will be documented in this file. +## 2.2.11 - 2025-01-03 + +* enh: Add Turkish translations by @AzizEmir +* fix: Use FQCN for Arr in Blade views + + ## 2.2.10 - 2024-10-15 * fix: Remove tailwind utils from plugin.css @@ -10,7 +16,7 @@ All notable changes to `filament-peek` will be documented in this file. ## 2.2.9 - 2024-09-04 -* enh: Add czech translations by @JarkaP +* enh: Add Czech translations by @JarkaP ## 2.2.8 - 2024-08-29 diff --git a/src/FilamentPeekPlugin.php b/src/FilamentPeekPlugin.php index b281f25..5713c4b 100644 --- a/src/FilamentPeekPlugin.php +++ b/src/FilamentPeekPlugin.php @@ -16,7 +16,7 @@ class FilamentPeekPlugin implements Plugin const ID = 'filament-peek'; - const VERSION = '2.2.10'; + const VERSION = '2.2.11'; protected bool $shouldLoadPluginScripts = true;