Releases: stem-press/stem
Releases · stem-press/stem
0.5.2
- Force semi-latest version of illuminate classes
- Fix for throwing an exception
0.5.1
- Fix for dynamic properties
0.5.0
- Automagic ACF fields as properties
- General improvements
0.4.8
- Add static
initialize
to models to run any code when the model is added to the context.
0.4.7
- Fix for empty 'supports' with CPT showing the editor.
- Ability to prefix routes with the method they support, eg
get:/sign-up/{id}
- Ability to specify the wordpress title in the controller and response.
- Ability to specify Admin Columns in the ui.php config
- Added
nonce
blade directive
- Mass assignment for properties
- Fetch Page model by path
0.4.6
- Load custom ACF fields from config
0.4.5
- Fix for CustomPostTypeBuilder
0.4.4
- Add Command class for encapsulating WP CLI commands
- Install WP CLI commands via app.php config
- Fix for inline SVG directive
- Allow
/
in directive arguments, eg image/something.png
0.4.3
- Strip from inlined SVG files
0.4.2
- Added tax() property for taxonomy tag lookup