Releases: themsaid/katana-core
Releases · themsaid/katana-core
v1.2.5
- Fix an issue with @url blade directive, it was adding a trailing slash even for files rather than only directories.
v1.2.4
- Include .htaccess files if exists.
v1.2.0
Added the ability to create nested blog posts paths: site.com/sports/my-post
, site.com/coding/other-post
.
v1.1.0
Adding $currentViewPath
and $currentUrlPath
to all views.
v1.0.3
Allow creating .php in content and copy as is in public.
v1.0.2
Used getRelativePathname()
to create cache files names for .md
files.
v1.0.1
Fixed an issue with cache files name generation cause multiple files to generate the same name so the expiration check fails.