Releases: fuelviews/laravel-sabhero-articles
Releases · fuelviews/laravel-sabhero-articles
v2.0.4
What's Changed
- Add feature_image column to pages table and enhance user password handling by adding password confirmation and hashing; improve slug generation and author status assignment in HasArticle trait. by @thejmitchener in #49
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Update breadcrumb label to use plural and ucfirst formatting for route prefix to improve display consistency. by @thejmitchener in #47
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Refactor ZIP creation to use explicit file listing instead of recursive directory iteration to avoid symlink resolution issues on Laravel Forge. by @thejmitchener in #44
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Change post import order to reverse (newest first) to prioritize importing the latest posts before older ones. by @thejmitchener in #43
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #35
- Refactor and unify resources, add migration import/export, add upgrade command, update README, etc. by @thejmitchener in #42
Full Changelog: v1.0.3...v2.0.0
v1.0.3
What's Changed
- Add PostExportAction and PostImportAction classes to handle exportingand importing posts as ZIP files with CSV and images; refactor PostResource to delegate export and import logic to these new actions for cleaner and more maintainable code. by @thejmitchener in #39
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Simplify media disk configuration by hardcoding 'public' and update PageTableSeeder with clearer page data and improved seeding notes, removing redundant info messages. by @thejmitchener in #38
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Bump platisd/openai-pr-description from 1.4.0 to 1.5.0 by @dependabot[bot] in #34
- Bump anothrNick/github-tag-action from 1.73.0 to 1.75.0 by @dependabot[bot] in #36
- Add configurable media storage disk support across the package, update README and config for customization, and modify media handling in models, resources, and seeders to use the configured disk. Adjust page title length and nullable description, and improve feature image seeding with local file checks and media library integration. by @thejmitchener in #37
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Rename package to be plural. #major by @thejmitchener in #33
Full Changelog: v0.0.18...v1.0.0
v0.0.18
What's Changed
- Integrate ralphjsmit glide by @thejmitchener in #28
Full Changelog: v0.0.17...v0.0.18