Releases: WP4Laravel/wp4laravel-plugin
Releases · WP4Laravel/wp4laravel-plugin
0.4.2
What's Changed
- Fix array key after sorting by @martijngastkemper in #4
Full Changelog: v0.4.1...0.4.2
0.4.1
What's Changed
- Add "Template Name" support to Blade by @martijngastkemper in #3
Full Changelog: 0.4.0...v0.4.1
0.4.0
What's Changed
- Make Blade template available in ACF by @martijngastkemper in #2
New Contributors
- @martijngastkemper made their first contribution in #2
Full Changelog: 0.3.0...0.4.0
Removed outdated filter call on UI
Also tested to work on
- PHP 7.4
- PHP 7.3
- PHP 7.2
Do not swallow existing templates in the plugin folder
This release changes the behaviour of the template loading. Previously, existing templates in your theme-folder were thrown out in favour of the templates specified in resources/views/{post type}/{name}.blade.php
, even if there were no such templates.
This release changes this to extend the set of available templates. If for example you define a template in the theme, and another in resources/views/*, these will both be available for use in the Wordpress-administration.
Initial release of wp4laravel-plugin
Contents unknown. Tagging for stable references.