Releases: ict-solutions-dev/codeigniter-breadcrumbs
Releases · ict-solutions-dev/codeigniter-breadcrumbs
v1.0.4
What's Changed
Enhancements ⬆️
- feat: allow slugs in links to be replaceable by @jozefrebjak in #21
Full Changelog: v1.0.2...v1.0.4
v1.0.3
What's Changed
Enhancements ⬆️
- feat: allow slugs in links to be replaceable by @jozefrebjak in #21
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
Enhancements ⬆️
- refactor: Add replaceParams method to Breadcrumb class with support f… by @jozefrebjak in #19
New Contributors
- @jozefrebjak made their first contribution in #19
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- refactor: log breadcrumb handle by @jakubnitsch in #5
- refactor: add home segment option by @jakubnitsch in #4
New Contributors
- @jakubnitsch made their first contribution in #5
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Codeigniter Breadcrumbs Changelog
Version 1.0.0 - Initial Release
- Added the CodeIgniter Breadcrumb Library for generating and rendering breadcrumb navigation based on the current URL segments.
- Integrated seamlessly with the CodeIgniter framework.
- Simplified the process of creating breadcrumb navigation by automatically tracking the user's navigation path within the application.
- Dynamically generated the breadcrumb trail based on the current URL segments, making it effortless to implement and maintain.
Full Changelog: https://github.com/ict-solutions-dev/codeigniter-breadcrumbs/commits/v1.0.0