Releases: mikaelmattsson/blade
Releases · mikaelmattsson/blade
0.3.7
v0.3.2
Remove unused file and add prefixes:
- Remove
include-the-real-path.php
- Prefix constants with
WP_BLADE_
- Prefix
Main_Controller
withWP_Blade_
- Prefix
Main_Model
withWP_Blade_
v0.3.0
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 to
application
folder