Skip to content

Releases: ict-solutions-dev/codeigniter-breadcrumbs

v1.0.4

Choose a tag to compare

@jozefrebjak jozefrebjak released this 20 Mar 13:33
e426cc0

What's Changed

Enhancements ⬆️

Full Changelog: v1.0.2...v1.0.4

v1.0.3

Choose a tag to compare

@jozefrebjak jozefrebjak released this 07 Jul 20:18
e426cc0

What's Changed

Enhancements ⬆️

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@jozefrebjak jozefrebjak released this 04 Mar 09:33
b4c6d07

What's Changed

Enhancements ⬆️

  • refactor: Add replaceParams method to Breadcrumb class with support f… by @jozefrebjak in #19

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@jozefrebjak jozefrebjak released this 30 Oct 14:53
608e16b

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@jozefrebjak jozefrebjak released this 06 Oct 12:37
605ce4c

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