Releases: wireframe-framework/Wireframe
Releases · wireframe-framework/Wireframe
0.1.0
Changed
- Renamed the module, along with its namespaces, from wireframe to Wireframe.
- Renamed "view scripts" to "views", while also using the term "view files" where appropriate.
Fixed
- Corrected site profile URLs in the install instructions in the README file.
- Improvements and corrections to PHPDoc DocBlocks.
0.0.16
Changed
- Updated the required version of wireframe-framework/processwire-composer-installer.
0.0.15
Added
- Added $config->urls->dist, by default pointing to /site/assets/dist/.
Changed
- Renamed default resources (assets) directory from "static" to "resources".
- Changed recommended image resources directory name from "img" to "images".
0.0.14
Changed
- Switched Composer installer from hari/pw-module to wireframe-framework/processwire-composer-installer.
0.0.13
Added
- Added .htaccess to protect markdown files from direct access.
Changed
- Improvements to code comments and some minor refactoring.
Fixed
- Fixed a minor issue in Controller base class where the _wire property wasn't being set properly.
0.0.12
Added
- Added composer.json.