85 Commits

Author SHA1 Message Date
Bartłomiej Janczak
e3f5480dea docs: minor formatting fix in README v5.2.5 2026-06-10 06:46:52 +02:00
Bartłomiej Janczak
77116ebae4 release: v5.2.4 - Add footer to plugin and recompile styles v5.2.4 2026-06-08 16:53:50 +02:00
Bartłomiej Janczak
db53540952 docs: update README with asset registration details and new migrations v5.2.3 2026-06-08 16:20:07 +02:00
Bartłomiej Janczak
9c4d693b25 release: v5.2.3 - Redis optimizations, stats scaling, DNS and CSP fixes 2026-06-08 16:11:47 +02:00
Bartłomiej Janczak
06e3934438 Add OG meta scraping, temp image storage, and bot-aware redirects.
Introduce UrlMetaScraper with SSRF-safe fetching, OgImageImporter/Processor for WebP uploads via hourly tmp buckets promoted on save, and redirect-html serving for bots and cloaked links.
2026-06-08 01:58:48 +02:00
Bartłomiej Janczak
dd3e289be0 docs: add filament-hidden class to first image in README 2026-06-06 13:40:37 +02:00
Bartłomiej Janczak
4d1ea3c9bb docs: bake border-radius into screenshots, replace table with inline images 2026-06-06 10:59:32 +02:00
Bartłomiej Janczak
76019c8107 docs: rename hero image to bust GitHub CDN cache 2026-06-06 10:56:48 +02:00
Bartłomiej Janczak
561d674237 docs: increase hero image border-radius to 80px 2026-06-06 10:55:47 +02:00
Bartłomiej Janczak
4156269279 docs: full-width hero image with border-radius 2026-06-06 10:52:51 +02:00
Bartłomiej Janczak
68194fb81b docs: replace logo with plugin-filament.png, remove video walkthrough 2026-06-06 10:51:35 +02:00
Bartłomiej Janczak
24101246f5 Update license to version 1.1 2026-06-06 10:07:10 +02:00
Bartłomiej Janczak
043920836d Optimize redirect request lifecycle, bypass web middleware group, add stateful /s-auth/{key} route and fix test suites v5.1.0 2026-06-06 09:35:42 +02:00
Bartłomiej Janczak
9989fb938b Update issue templates 2026-06-06 08:39:33 +02:00
Bartłomiej Janczak
73b8b875a8 video add 2026-06-06 08:35:44 +02:00
Bartłomiej Janczak
9493431017 docs: upgrade screenshots to version v3 and clean up old v2 files 2026-06-06 08:29:54 +02:00
Bartłomiej Janczak
822a3e6fa3 docs: use github hosted asset URL for inline video walkthrough 2026-06-06 08:16:06 +02:00
Bartłomiej Janczak
5b2eb35a0b docs: use markdown video syntax and optimize video file size 2026-06-06 08:12:53 +02:00
Bartłomiej Janczak
964a7364ef docs: add video walkthrough preview to README 2026-06-06 08:02:33 +02:00
Bartłomiej Janczak
ba601dcf1e Update issue templates 2026-06-06 05:18:51 +02:00
Bartłomiej Janczak
e4ef194420 docs: add GitHub Sponsors funding configuration 2026-06-06 05:13:00 +02:00
Bartłomiej Janczak
53a3c1138d Update project license to Custom Dual-Commercial License 2026-06-06 03:59:51 +02:00
Bartłomiej Janczak
4cef5de366 Update project license to Custom Dual-Commercial License 2026-06-06 03:59:12 +02:00
Bartłomiej Janczak
e0602e80ef fix: correct comparison table with accurate competitor feature data
- Dub.co has A/B testing (they DO have it)
- Dub.co is open-source/partial self-hosted (AGPLv3, but needs Tinybird+PlanetScale)
- Bitly has deep linking on Premium/Enterprise (not completely missing)
- Bitly has webhooks on Enterprise (was missing)
- Rebrandly has retargeting pixels, deep linking, webhooks on paid plans
- Fixed Rebrandly pricing (zsh-49+ not zsh-499+)
- Added 'Filament/Laravel admin panel' row as unique differentiator
2026-06-06 02:57:21 +02:00
Bartłomiej Janczak
3592828ab3 feat: replace external logo with custom logo-fism.png 2026-06-06 02:52:47 +02:00
Bartłomiej Janczak
7082db495d fix: correct PHP to 8.3+ and Laravel to 11+ in README 2026-06-06 02:30:18 +02:00
Bartłomiej Janczak
f73803017f docs: README overhaul — natural language, SEO, comparison table, fixed requirements
- Rewrote intro: clear one-sentence summary + one-paragraph feature overview
- Removed AI-sounding 'Why choose' bullet list, replaced with prose
- Fixed duplicate emojis (two , two 🎯, two 🛡️, two 🎨, two 🔗, two 📊)
- Removed old '(new in v1.x.0)' markers from feature list
- Added vs. Bitly / Dub.co / Rebrandly comparison table (SEO: competitor keywords)
- Compressed 'Publishing Package Assets' from 4 h3 headers into a single code block
- Corrected PHP 8.3+ → 8.5+, Laravel 11+ → 13+
- Improved alt text on all screenshot img tags
- Better subtitle tagline under H1 for GitHub SEO
2026-06-06 02:28:54 +02:00
Bartłomiej Janczak
2107a3e6c8 feat: v5.0.0 — Live Feed page, Folders & Tags, Link Archiving, API scopes
## Analytics — Live Activity Feed
- Dedicated /stats/live standalone page (mirrors /stats/logs pattern)
- Consistent 3-tab navigation across Statistics / Live Feed / Visit Logs
- checkForUpdates() with skipRender(): O(1) MAX(id) poll — ~100-byte response on no-change
- latestVisitId sentinel (-1) prevents unnecessary first-poll re-render
- Cache key versioned by latestVisitId — fixes bug where concurrent users
  could permanently miss a visit due to stale thundering-herd cache
- 3-second thundering-herd cache (key: url_id + date + filters + latestVisitId)
- Country flags via flagcdn.com (precomputed in PHP, Alpine.js CSP-safe onerror)
- time_ago precomputed in PHP — no Carbon::parse() double-instantiation in Blade
- SELECT only 12 needed columns instead of SELECT *; limit 25 rows
- wire:poll.5s.visible — polling stops when widget is off-screen

## Link Organization
- Folders: one folder per link, clickable → filtered link list, link count badge
- Tags: up to 5 tags per link, clickable → filtered link list, link count badge
- Archiving: soft-archive links instead of permanent deletion; restorable

## REST API
- Per-key API scopes: links:read-only (GET) / links:read-write (full CRUD)
- Per-key rate limiting: individual requests/minute per API key

## Translations
- Added stats_live_feed_poll_interval (EN: 'Updates every 5s', PL: 'Aktualizacja co 5s')

## Docs
- README.md: corrected API scopes/rate-limiting docs (features were already implemented)
- README.md: added Folders, Tags, Archiving to features list
- README.md: added v5.0.0 changelog entry
v5.0.0
2026-06-06 02:16:07 +02:00
Bartłomiej Janczak
aa05f026b5 feat: speed optimization, portability fixes, and documentation update for DNS resolution v4.0.0 2026-06-05 09:15:04 +02:00
Bartłomiej Janczak
15d992c5ad v3.3.0: Advanced Multi-Filter Targeting, Strict API Validation, Clean Configs, UX Improvements v3.3.0 2026-06-04 15:45:14 +02:00
Bartłomiej Janczak
719901d4c6 feat: expand developer REST API, modularize logo controller, and update README for v3.2.0 v3.2.0 2026-06-04 14:29:07 +02:00
Bartłomiej Janczak
3b9411808e feat: Release v3.1.0 - Performance, Security, and Scalability updates v3.1.0 2026-06-04 12:53:54 +02:00
Bartłomiej Janczak
3a9575f5b1 Optimize redirect performance and protect password validation against brute force 2026-06-04 12:26:21 +02:00
Bartłomiej Janczak
325a38bfe8 Update license badge color to violet in README 2026-06-04 12:09:40 +02:00
Bartłomiej Janczak
1cd85af0a1 Update license to proprietary source-available and add copyright headers 2026-06-04 12:07:31 +02:00
Bartłomiej Janczak
137a81dcab feat: Release v3.0.0 — Native App Linking, Deep Linking, Pixels Registry, and Custom Expiry Pages v3.0.0 2026-06-03 17:21:03 +02:00
Bartłomiej Janczak
276b75ad9f docs: Update README for v2.1.0 registry and language features 2026-06-03 14:57:45 +02:00
Bartłomiej Janczak
d8d6b1b22f feat: Implement Centralized Retargeting Pixels Registry (v2.1.0) v2.1.0 2026-06-03 14:55:46 +02:00
Bartłomiej Janczak
0d4eab2016 docs/feat: Add targeting and security fields support to API and README docs v2.0.6 2026-06-03 14:28:57 +02:00
Bartłomiej Janczak
0349825890 Add browser language-based redirect targeting strategy, localize language names, and clean up translations v2.0.5 2026-06-03 14:24:08 +02:00
Bartłomiej Janczak
e1e6ded015 Update README to document empty route prefix and automatic scheduler registration v2.0.4 2026-06-03 14:12:05 +02:00
Bartłomiej Janczak
c5147ac170 Optimize visit aggregation, prevent stale cache in limits, fix Redis exist check, edge mobile detection, and scheduling v2.0.3 2026-06-03 14:10:14 +02:00
Bartłomiej Janczak
0cdc4ad0db Update helper texts for route prefix and redirect status code v2.0.2 2026-06-03 14:01:19 +02:00
Bartłomiej Janczak
5e2b266793 Allow route prefix to be empty for root domain short URLs v2.0.1 2026-06-03 13:58:09 +02:00
Bartłomiej Janczak
26247fd94a Release v2.0.0: SVG QR Code Designer, visit counter buffering, Geo-IP and browser language tracking, dashboard redesign v2.0.0 2026-06-03 13:52:31 +02:00
Bartłomiej Janczak
f3623df340 feat: show share modal after creating a new short URL 2026-06-02 20:54:33 +02:00
Bartłomiej Janczak
48ecb8ed28 docs: add authorizeSettingsUsing documentation and v1.7.0 changelog entry 2026-06-02 20:39:19 +02:00
Bartłomiej Janczak
d67bd56f68 fix: canAccess signature compatible with Filament Page parent class 2026-06-02 20:37:29 +02:00
Bartłomiej Janczak
d075ee83b0 feat: hide settings button in table header for unauthorized users 2026-06-02 20:34:03 +02:00
Bartłomiej Janczak
67ce293685 Optimize counter buffering, add reactive settings callouts, and resolve audit bugs 2026-06-02 19:33:19 +02:00