Skip to content

Releases: wireframe-framework/Wireframe

0.1.0

23 Jun 14:34

Choose a tag to compare

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

22 Jun 20:28

Choose a tag to compare

Changed

  • Updated the required version of wireframe-framework/processwire-composer-installer.

0.0.15

16 Jun 21:12

Choose a tag to compare

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

16 Jun 08:55

Choose a tag to compare

Changed

  • Switched Composer installer from hari/pw-module to wireframe-framework/processwire-composer-installer.

0.0.13

02 Jun 08:57

Choose a tag to compare

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

01 Jun 18:29

Choose a tag to compare

Added

  • Added composer.json.