Releases: wpbones/WPBones
Releases · wpbones/WPBones
1.4.15
1.4.14
1.4.13
-
🌟 Remove undefined checks from upgrader_post_install: the
$hook_extra['type']
and$hook_extra['action']
variables doesn't exist in most cases, causing the hook to never run. By checking for the plugin name instead, we ensure the hook executes correctly. -
🌟 Allow null as option default value. Currently, if you set a default value of
null
for an option in yourconfig/option.php
file, every time you activate the plugin, the value of that option is reset tonull
, regardless of the current value.
1.4.11
1.4.7
1.4.0
✨ New
- Added
wp-scripts
package in thepackages.json
- Added
build:app
script in thepackages.json
- Added
build:start
script in thepackages.json
- Added
resources/assets/apps
folder to vuild a full ReactJS application - Added
withAdminAppsScripts()
method in theView
- Added documentation Hot to create a ReactJS application
- Added documentation Versioning your Plugin
💎 Improvements
-
Improved the
php bones version
to support--pre-patch
Eg.1.0.1-rc.1
--pre-minor
Eg.1.1.0-rc.1
--pre-major
Eg.2.0.0-rc.1
-
Update the Service Provider documentation WP Bones Documentation
🐛 Fixes
- Minor fixes and improvements in the documentation Website WP Bones
⚠️ Note well
- The WordPress Playground may not work properly with Illuminate Eloquent and Blade templates. We recommend downloading the demo and using it locally.