You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new php bones plugin command to display the plugin header and perform plugin related operations.
Added a new php bones plugin --check-header command to check the plugin header.
💎 Changed and Improved
Revamped the php bones command intro message.
Removed verbose file listing during the php bones update command.
Improved documentation for enhanced clarity and usability
🐛 Fixed
Fixed the select() fluent method in the HTML::select() component to work with the multiple attribute. Now you can pass a comma separated string to the selected attribute as well as an array.
Fixed an issue with the php bones update command where it was incorrectly searching for the hardcoded localization folder instead of using the Domain Path value from the plugin header.
Fixed an issue in the View Class class that prevent that correct enqueueing of the inline scripts and inline styles.
💥 Breaking Changes
Deprecated withScripts() and withStyles() fluent methods in the View Class - use withScript() and withStyle() instead.