libreform / wp-libre-form

Easy native HTML5 forms for WordPress. Version 1.5 is unmaintained, but works without issue. 2.0 has been rewritten from the ground, and can be found at https://github.com/libreform/libreform
https://wordpress.org/plugins/wp-libre-form
GNU General Public License v3.0
67 stars 27 forks source link

2.0 [WIP] #167

Closed k1sul1 closed 4 years ago

k1sul1 commented 5 years ago

Instead of polluting master with pull requests that don't work well together, let's use this branch.

I've already merged some pull requests and made some further changes so they work well together. @timiwahalahti rebase your pull requests against this branch and then squash merge them.

Aside from pull requests, there's quite a bit of other things to do before the release, like writing some documentation.

Because I haven't gotten a single reply regarding the fixing of WPCS, I will nuke our phpcs.xml before merging this. I'll replace it with PSR-2, with slight modifications:

k1sul1 commented 5 years ago

I wrote a rough API description in the readme and replaced the CS.

I ran everything through phpcbf multiple times, and it mostly fixed our codebase and broke some things, like comment indent. Much better even now, but I'll fix those later on.