DevinVinson / WordPress-Plugin-Boilerplate

[WordPress] A foundation for WordPress Plugin Development that aims to provide a clear and consistent guide for building your plugins.
http://wppb.io
7.62k stars 2.25k forks source link

Hard Fork for continuous development, accepting PRs and following WPCS #564

Closed smileBeda closed 3 years ago

smileBeda commented 3 years ago

Would like to inform potential contributors who have had no chance to get their PRs and ideas into the boilerplate, that due to several reasons (the main one being that this repo here does not accept anymore PRs) I have hard-forked the project into https://github.com/TukuToi/better-wp-plugin-boilerplate

The first changes that will be made are:

The next steps after above will be to create a Generator just like wppb.me has, with the new boilerplate.

The new project will be actively maintained and accept all PRs that make sense. Note, this project will be keeping compatibility with WP 4.9 or in other words - ClassicPress - no matter what.

Github has just confirmed as I type here that the fork is now decoupled from the original, this, open for business.

DevinVinson commented 3 years ago

Sounds awesome! Just note that I'm open to PRs or even major refactors in the future. But for what it is and does the boilerplate works great as-is until there is some major updates.

smileBeda commented 3 years ago

That's news! Just a few weeks ago, you said you wont merge in PRs #560. That is one of the main reasons I forked it, I need some changes to be actually reflected in the core boilerplate. And I think there are some good ideas to be merged in, without bloating the base code.

Well anyway, I forgot to say it before: big thanks to make all this possible ;)

gytisrepecka commented 3 years ago

Sounds awesome! Just note that I'm open to PRs or even major refactors in the future. But for what it is and does the boilerplate works great as-is until there is some major updates.

Well, it doesn't seem so. Like shortcodes - functionality at very core of WordPress from the beginning. And yet, there are loads of pull-requests still open (including mine) trying to introduce shortcode support into master.

DevinVinson commented 3 years ago

This is not something I would expect to be used like a library. It doesn't need to have a solution for everything to be a good place to start. The reason I leave PRs open, don't close issues etc is so it is easy to find.