Skip to content

Releases: wpbones/WPBones

1.4.15

18 Jul 12:50
Compare
Choose a tag to compare
  • 🌟 support symlink inside wp-content/plugins

1.4.14

18 Jul 05:57
Compare
Choose a tag to compare
  • 🚨 fix warning on “Creation of dynamic property” #41
  • 🐛 Add missing do_action call
  • 🗑️ Cleanup

1.4.13

16 Jul 08:51
Compare
Choose a tag to compare
  • 🌟 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 your config/option.php file, every time you activate the plugin, the value of that option is reset to null, regardless of the current value.

1.4.11

10 Jul 10:57
Compare
Choose a tag to compare
  • ✨ adds new updated file
  • 🐛 fixes miss “run” in package build
  • ✨ updates and align custom post type and custom taxonomies

1.4.7

13 Jun 06:43
Compare
Choose a tag to compare
  • Fixed and improved the deploy process

1.4.0

10 May 07:53
Compare
Choose a tag to compare

✨ New

  • Added wp-scripts package in the packages.json
  • Added build:app script in the packages.json
  • Added build:start script in the packages.json
  • Added resources/assets/apps folder to vuild a full ReactJS application
  • Added withAdminAppsScripts() method in the View
  • 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.

1.3.4

10 May 07:54
Compare
Choose a tag to compare
  • 📝 Updates docs
  • 🐛 Minor bug fixes

1.3.2

10 May 07:55
Compare
Choose a tag to compare
  • ✨ Adds blade support
  • ✨ Adds localizeScripts