nliautaud / p01contact

Create contact forms by writing simple tags. Also a plugin for GetSimple and Pico CMS.
MIT License
16 stars 15 forks source link

Release policy for Get-Simple? #59

Open nirwana101 opened 4 years ago

nirwana101 commented 4 years ago

Hello,

I just updated this plugin for a website based on GetSimple, because I experienced a bug with fields of type "radio". These could be checked multiple times.

I fixed this bug in my local version, then looked at your code from Github and saw that this same bug had already been fixed. So I updated the plugin through GetSimple, but the bug was not fixed in the latest version 1.1.3.

The version in the GetSimple extend-repo appears to be over two years old! Since then a couple of bugs have been fixed, but have not been released.

Then users can better get the source from Github directly, but only developers know about this. But then they always get the latest code, mainly untested.

I also updated the source from Github, but because of the updated style.css the form was displayed less wide because of max-width: 26em; So I restored the original style.css instead.

If you want to set the form less wide (for example because of smaller devices) then you can better use CSS media-selectors instead that test on the screen width of the device.

Will there be a new release for GetSimple any time soon? That would save other users from having to manually update the plugin code.

Thanks in advance, because I really like this plugin, which is so much more than its name says: a contact form.