Skip to content

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 10:53
898244f

1.11.0 (2025-07-16)

Features

  • add core feature (88c6488)
  • add create action to header in ListPages (62e2307)
  • add CuratorColumn for featured image in PageResource (4d21857)
  • add featured image support to Page resource and migration (61a2409)
  • add getAllLatestPublishedPages method and unify model retrieval method name to getModel (5aaf181)
  • add helper function to retrieve page by identifier (c9f9fa6)
  • add localization support for PageResource fields and navigation (3553b77)
  • add more translation files (e8a41e7)
  • add scope for filtering by slug in Page model (66c0664)
  • add SEO support to Page model and resource, and update composer dependencies (77da09d)
  • add slug column to PageResource table with copyable option (186f66c)
  • change content column type from text to longText in pages table migration (34af187)
  • enable list display for featured image relationship (2e3be44)
  • enhance Page model with factory integration and model definition (e0109e1)
  • implement getPage method to retrieve a page by ID or slug (cddd96d)
  • implement header actions for EditPage with revisions and delete options (aec2b3f)
  • implement methods for retrieving and filtering published pages by slug (8af975a)
  • replace TinyEditor with configurable editor component in PageResource (eff6976)
  • update dev dependencies in composer.json and phpstan.neon.dist (9c461ec)
  • update pages table schema with increments for id and unique slug (fb90525)
  • update README and composer.json for improved clarity and new features (079f07d)
  • update README to include dependency notes and translation publishing instructions (542f8b8)
  • use Filament Curator instead of media manager (b8680d3)

Bug Fixes

  • change visibility of query scope methods to protected (12f26f6)
  • correct document root path in nginx configuration (79a33da)
  • rename featuredImage method to featured_image for consistency (b5458cf)
  • reorder use statements for consistency and clarity in FilamentInfoPages and Page models (b5993be)
  • retrieve all latest published pages in getAllLatestPublishedPages method (79b3d73)
  • update credits in README to reflect current contributor (1974b3f)
  • update cviebrock/eloquent-sluggable version constraint to support multiple versions (3cb4439)
  • update migration name for clarity in FilamentInfoPagesServiceProvider (b99d1b3)

Miscellaneous Chores