Skip to content

Commit c8f66af

Browse files
committed
Merge remote-tracking branch 'origin/main' into pr/993
2 parents b602c40 + d05390b commit c8f66af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+124
-74
lines changed

app/Enums/Version.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
namespace App\Enums;
4+
5+
enum Version: string
6+
{
7+
case Four = '4.x';
8+
case Three = '3.x';
9+
case Two = '2.x';
10+
case One = '1.x';
11+
12+
public static function getLatest(): self
13+
{
14+
return self::Four;
15+
}
16+
}

content/authors/attargah.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
name: Attargah
33
slug: attargah
44
github_url: https://github.com/attargah
5-
---
5+
sponsor_url: https://github.com/sponsors/attargah
6+
---
7+
I'm a software developer passionate about building open-source tools and solutions that make developers' lives easier.

content/authors/danharrin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ twitter_url: https://twitter.com/danjharrin
66
sponsor_url: https://github.com/sponsors/danharrin
77
---
88

9-
Dan is a full-stack developer from the Cardiff, UK. He co-created Filament, and continues to lead development of the project. He works for [Kirschbaum](https://kirschbaumdevelopment.com/), a web development agency.
9+
Dan is a full-stack developer from the Cardiff, UK. He co-created Filament, and continues to lead development of the project.

content/plugins/ahmad-oops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ docs_url: https://raw.githubusercontent.com/saasykit/filament-oops/main/README.m
99
discord_url: https://discord.com/channels/883083792112300104/1320504981928808569
1010
has_dark_theme: true
1111
has_translations: false
12-
versions: [3]
12+
versions: [3, 4]
1313
publish_date: 2024-12-22
1414
---

content/plugins/alperen-ersoy-export.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ categories: [panel-builder, table-builder]
66
description: Customizable export and print functionality for Filament Admin Panel and Table Builder.
77
discord_url: https://discord.com/channels/883083792112300104/997955734526496768
88
docs_urls:
9+
v4: https://raw.githubusercontent.com/alperenersoy/filament-export/refs/heads/v4/README.md
910
v3: https://raw.githubusercontent.com/alperenersoy/filament-export/refs/heads/v3/README.md
1011
v2: https://raw.githubusercontent.com/alperenersoy/filament-export/refs/heads/main/README.md
1112
github_repository: alperenersoy/filament-export
1213
has_dark_theme: true
1314
has_translations: true
14-
versions: [2, 3]
15+
versions: [2, 3, 4]
1516
publish_date: 2022-07-14
1617
---

content/plugins/andreia-bohner-business-hours.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ slug: andreia-bohner-business-hours
44
anystack_id: 9f2a1866-996e-4f8c-a494-debe604a7e3d
55
checkout_url: https://checkout.anystack.sh/filament-business-hours
66
author_slug: andreia-bohner
7-
categories: [table-builder, table-column, panel-builder, form-builder, form-field, infolist-entry]
7+
categories: [table-builder, table-column, panel-builder, form-builder, form-field, infolist-entry, spatie]
88
description: Manage your business hours, bookings, and more with a feature-rich field that supports multiple time slots per day, recurring and date-based exceptions, and timezone-aware logic. Fully integrated with Spatie's Opening Hours for easy querying.
99
github_repository: andreia/filament-business-hours
1010
discord_url: https://discord.com/channels/883083792112300104/1386708275562549379
1111
docs_urls:
12-
v3: https://raw.githubusercontent.com/andreia/filament-business-hours-docs/refs/heads/main/README.md
12+
v4: https://raw.githubusercontent.com/andreia/filament-business-hours-docs/refs/heads/main/v4.md
13+
v3: https://raw.githubusercontent.com/andreia/filament-business-hours-docs/refs/heads/main/v3.md
1314
has_dark_theme: true
1415
has_translations: true
15-
versions: [3]
16+
versions: [3, 4]
1617
publish_date: 2025-06-23
1718
---

content/plugins/awcodes-badgeable-column.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ author_slug: awcodes
55
categories: [panel-builder, table-builder, table-column]
66
description: A custom table column that supports prefixed and suffixed badges on column content.
77
discord_url: https://discord.com/channels/883083792112300104/1045013195858907167
8-
docs_url: https://raw.githubusercontent.com/awcodes/filament-badgeable-column/2.x/README.md
8+
docs_url: https://raw.githubusercontent.com/awcodes/filament-badgeable-column/3.x/README.md
99
github_repository: awcodes/filament-badgeable-column
1010
has_dark_theme: true
1111
has_translations: false
12-
versions: [2, 3]
12+
versions: [2, 3, 4]
1313
publish_date: 2023-07-30
1414
---

content/plugins/awcodes-gravatar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ author_slug: awcodes
55
categories: [panel-builder]
66
description: Replace Filament's default avatar url provider with one for Gravatar.
77
discord_url: https://discord.com/channels/883083792112300104/997025927303274579
8-
docs_url: https://raw.githubusercontent.com/awcodes/filament-gravatar/2.x/README.md
8+
docs_url: https://raw.githubusercontent.com/awcodes/filament-gravatar/3.x/README.md
99
github_repository: awcodes/filament-gravatar
1010
has_dark_theme: true
1111
has_translations: false
12-
versions: [2, 3]
12+
versions: [2, 3, 4]
1313
publish_date: 2023-07-30
1414
---

content/plugins/awcodes-light-switch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ author_slug: awcodes
55
categories: [panel-authentication]
66
description: Plugin to add theme switching (light/dark/system) to the auth pages for Filament Panels.
77
discord_url: https://discord.com/channels/883083792112300104/1140381581706526840
8-
docs_url: https://raw.githubusercontent.com/awcodes/light-switch/1.x/README.md
8+
docs_url: https://raw.githubusercontent.com/awcodes/light-switch/2.x/README.md
99
github_repository: awcodes/light-switch
1010
has_dark_theme: true
1111
has_translations: false
12-
versions: [3]
12+
versions: [3, 4]
1313
publish_date: 2023-08-12
1414
---

content/plugins/awcodes-matinee.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ author_slug: awcodes
55
categories: [panel-builder, form-builder, form-field]
66
description: OEmbed field for Filament Panel and Form Builders.
77
discord_url: https://discord.com/channels/883083792112300104/1211659103164964886
8-
docs_url: https://raw.githubusercontent.com/awcodes/matinee/main/README.md
8+
docs_url: https://raw.githubusercontent.com/awcodes/matinee/2.x/README.md
99
github_repository: awcodes/matinee
1010
has_dark_theme: true
1111
has_translations: true
12-
versions: [3]
12+
versions: [3, 4]
1313
publish_date: 2024-02-21
1414
---

0 commit comments

Comments
 (0)