Skip to content

Releases: fuelviews/laravel-sabhero-articles

v2.0.4

05 Dec 20:18
4405257

Choose a tag to compare

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

01 Nov 18:58
2c4b48b

Choose a tag to compare

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

22 Oct 17:23
7996cc5

Choose a tag to compare

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

20 Oct 18:11
7ad4529

Choose a tag to compare

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

16 Oct 20:18
d8903ee

Choose a tag to compare

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

14 Oct 16:40
c483d22

Choose a tag to compare

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

29 Sep 16:46
09c516a

Choose a tag to compare

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

22 Sep 17:06
192eb4b

Choose a tag to compare

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

28 Aug 21:54
55f9afa

Choose a tag to compare

What's Changed

Full Changelog: v0.0.18...v1.0.0

v0.0.18

28 Aug 21:06
316e0b0

Choose a tag to compare

What's Changed

Full Changelog: v0.0.17...v0.0.18