This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
Releases: tonik/gin
Releases · tonik/gin
v3.1.0
v3.0.0
Features & Improvements
- Allow for installing as wp-plugin with Composer (#7)
Bugs
- Fixing problem with
DIRECTORY_SEPARATOR
on Windows (tonik/theme#59) - Fixes bug
template()
when using an empty named template (tonik/theme#66)
v2.0.3
- Fixes bug
template()
when using empty named template #66
v3.0.0-rc.1
Features & Improvements
- Allow for installing as wp-plugin with composer (#7)
Bugs
- Fixing problem with DIRECTORY_SEPARATOR on Windows (tonik/theme#59)
v2.0.2
- Fixes bug with templates context variables leaking between multiple rendering of the same template
v2.0.1
v2.0.0
🚀
v2.0.0-rc.2
- Bumps minimal PHP version to 7.0
v2.0.0-rc.1
- Add directory path getter to the Asset class
- Remove unused method arguments
- Adds missing test case for Asset class
- Change autoloader hooks names to more generic
- Adds new filters for Template component
- Changes and refactoring in theme container
v2.0.0-beta.2
- More strict versioning for dependencies
- Fixes Travis building script
- Updates WordPress plugin specific descriptions