Hackwork Versions Save

:wrench: Layout-based PHP micro-framework for full-stack HTML5 sites

v2.0.2

7 years ago

:beetle: Bug fixes

  • Fix #2: Add _mime_content_type() function to replace the removed mime_content_type() :moyai:

:star2: Enhancements

  • Update documentation
  • Auto-import all helpers from specified helpers directory

v2.0.1

9 years ago

:star2: Enhancements

  • Improve documentation
  • Disallow direct access to helpers

v2.0.0

10 years ago

This release is a huge code and documentation rewrite, with helpers and improved layout system.

:beetle: Bug fixes

(Compared to v2.0.0-beta)

  • Check if helper exists before loading it

v2.0.0-beta

10 years ago

:star2: Enhancements

This release is a huge code and documentation rewrite, with helpers and improved layout system.

v1.2.0

10 years ago

:star2: Enhancements

This relase brings new layout system and new framework. Look at README for more information about new layout generation.

v1.1.0

10 years ago

:star: Minor enhancements

  • Improve documentation
  • Remove closing tag from PHP files
  • Break lines at 80 characters
  • Fix $viewport initial-scale value
  • Remove $cyear as it isn't needed
  • Remove $site and use $title instead
  • Rename $copy to $copyright
  • Rename $core_item to $item in default layout include code
  • Improve default $keywords value
  • Update feedparse() for PHP 5
  • Change crypto functions to base64
  • Remove trailing slash from <link rel="apple-touch-icon" ...> in includes/meta.php
  • Disable ASP-style tags
  • Enable Zlib compression

:star2: Major enhancements

  • Add new variables — $robots, $viewport, $apple_touch_icon and $cpowner — to extend customization
  • Rename layout/ to `layouts/
  • Merge multiple PHP code sections in default layout

v1.0.0

10 years ago

Initial release of Hackwork.