Skip to content

Releases: domProjects/codeigniter4-breadcrumb

v1.0.1

10 Apr 10:01

Choose a tag to compare

This version improves the package development and quality assurance workflow without introducing breaking changes.

Included in this release:

  • DevKit-based development tooling setup
  • PHPUnit test coverage for core breadcrumb behavior
  • PHPStan, Psalm, Rector, and PHP-CS-Fixer configuration
  • internal typing and code quality improvements
  • no public API changes

v1.0.0

02 Apr 15:11

Choose a tag to compare

Initial stable release.

  • Adds a reusable breadcrumb builder for CodeIgniter 4
  • Provides ordered breadcrumb items with a single active item
  • Includes named templates for default, frontend and backend usage
  • Ships with an optional HasBreadcrumb trait for controller integration
  • Compatible with CodeIgniter 4.7.2+