squizlabs / HTML_CodeSniffer

HTML_CodeSniffer is a client-side JavaScript application that checks a HTML document or source code, and detects violations of a defined coding standard. Comes with standards that cover the three conformance levels of the W3C's Web Content Accessibility Guidelines (WCAG) 2.0 and the U.S. Section 508 legislation.
https://squizlabs.github.io/HTML_CodeSniffer/
BSD 3-Clause "New" or "Revised" License
1.12k stars 246 forks source link

Keep Github page Auditor version in sync with build version #293

Closed andrewholgate closed 3 years ago

andrewholgate commented 3 years ago

The HTML_CodeSniffer Github page says the Auditor version available is: 2.1.1

However when I check the version that would be added to the bookmark it turns out it's using the latest build version:

/*! html_codesniffer - v2.5.1 - 2020-04-14 */

It would be a good idea to keep the Github info up-to-date with the build version.

gsherwood commented 3 years ago

Thanks for bringing this to our attention. I've actually removed the version number there because it's not being kept up to date and we don't published the changelog on the public site any more. The Github releases page is the best place to get info, although I noticed that we forgot to publish the draft notes for the last couple of versions, so I've fixed that too.