Skip to content

Releases: mikaelmattsson/blade

0.3.7

01 Dec 06:25
Compare
Choose a tag to compare
Update composer.json

v0.3.2

14 Oct 16:10
Compare
Choose a tag to compare

Remove unused file and add prefixes:

  • Remove include-the-real-path.php
  • Prefix constants with WP_BLADE_
  • Prefix Main_Controller with WP_Blade_
  • Prefix Main_Model with WP_Blade_

v0.3.0

13 Oct 17:08
Compare
Choose a tag to compare

Plugin functionality continues the same as in v0.2.2 but some changes in the folders structure and the source code have been made:

  • Add storage/views folder by default
  • Add Main_Controller class
  • Add Main_Model class
  • Move plugin files toapplication folder