WPBones

WordPress framework for Laravel developers

GPL-3.0 License

Downloads
2.6K
Stars
113
Committers
8

Bot releases are visible (Hide)

WPBones - 1.4.14 Latest Release

Published by gfazioli 3 months ago

  • 🚨 fix warning on β€œCreation of dynamic property” #41
  • πŸ› Add missing do_action call
  • πŸ—‘οΈ Cleanup
WPBones - 1.4.13

Published by gfazioli 3 months ago

  • 🌟 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.

WPBones - 1.4.11

Published by gfazioli 3 months ago

  • ✨ adds new updated file
  • πŸ› fixes miss β€œrun” in package build
  • ✨ updates and align custom post type and custom taxonomies
WPBones - 1.4.7

Published by gfazioli 4 months ago

  • Fixed and improved the deploy process
WPBones - 1.3.2

Published by gfazioli 5 months ago

  • ✨ Adds blade support
  • ✨ Adds localizeScripts
WPBones - 1.3.4

Published by gfazioli 5 months ago

  • πŸ“ Updates docs
  • πŸ› Minor bug fixes
WPBones - 1.4.0

Published by gfazioli 5 months ago

✨ 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.
WPBones - v1.1.0 - includes new features, improvements and fixes

Published by gfazioli about 3 years ago

  • exit from beta
  • adds database support
  • adds API support
  • moves eloquent form out the box
  • improves php bones command
  • several minor fixes
  • rev docs
WPBones - Adds Database model

Published by gfazioli about 3 years ago

WPBones - 0.12.0

Published by gfazioli about 3 years ago

  • Adds php bones version
WPBones - v0.10.0

Published by gfazioli about 3 years ago

  • updates packages
  • fixe some minor issues
WPBones - 0.9.51

Published by gfazioli almost 5 years ago

  • 19017cb5 feat: replace charsetCollate with $wpdb->get_charset_collate()
  • 69fa57ae style: params widget
  • c4307bab Update issue templates
  • fc9b4036 Create CODE_OF_CONDUCT.md
Package Rankings
Top 8.33% on Packagist.org
Related Projects