s9y / Serendipity

A PHP blog software
https://s9y.org
BSD 3-Clause "New" or "Revised" License
209 stars 88 forks source link

bugfix: Tooltips working again #827

Closed HQJaTu closed 8 months ago

HQJaTu commented 8 months ago

Admin-page tooltips were not doing anything when clicked.

Fix was to add a missing space between two accessibility HTML-attributes. Having HTML in working order enabled the functionality again.

garvinhicking commented 8 months ago

Oooh. That is embarassing. 😅

Would you like to ammend your commit with an entry to docs/NEWS? That's our "living" changelog, you could attribute your fix there and make my merge process a bit easier.

Thanks!!

HQJaTu commented 8 months ago

Again, hopefully my update is in the correct spot. Generally speaking, I have no idea on how release management works in this project.

garvinhicking commented 8 months ago

Thanks!

Release management basically is:

Once we feel that there are important issues fixed or new features added, we create a new release and increase version numbers. Some info on that is here: https://github.com/s9y/Serendipity/wiki/Creating-a-release