This repository has been archived by the owner on Dec 27, 2018. It is now read-only.
Releases: Cecilapp/PHPoole
Releases · Cecilapp/PHPoole
3.0.1
3.0.0
Cecil (#394) * phpoole/library -> cecil/phpoole * PHPoole to Builder * Apply fixes from StyleCI (#393) * Update deploy-docs.sh * Some migrations fix * Update README.md
2.10.3
Fix weight prefix. (#389)
2.10.2
Fix page prefix logic and sort. (#388)
2.10.1
Fix init method. (#385)
2.10.0
[WIP] Multi-themes support (#377)
theme:
- a-theme
- hyde
- For any template, PHPoole will look first in
layouts/
and then inthemes/a-theme/layouts/
, and then inthemes/hyde/layouts/
, and lastly inres/layouts
(internal). - Static files (in
static/
) are recursively copied from each theme. - Config file (
phpoole.yml
) is imported from each theme.
2.9.1
Fix hashFile function.
2.9.0
Bum version for macros feature.
2.8.2
[WIP] Refactoring of the internal templates' logic (#376)
2.8.1
Dump version.