paypal / bootstrap-accessibility-plugin

Accessibility Plugin for Bootstrap 3 and Bootstrap 3 as SubModule
http://paypal.github.io/bootstrap-accessibility-plugin/demo.html
BSD 3-Clause "New" or "Revised" License
789 stars 189 forks source link

1.0.5 release? #120

Closed demiankatz closed 6 years ago

demiankatz commented 6 years ago

I realize that this project is winding down due to the release of Bootstrap 4... but for those of us still using it, would it be possible to mint a 1.0.5 release? 1.0.4 came out in 2014, and there seems to have been significant development in master since then; it would be nice to be able to take advantage of this through Bower, for example.

mpnkhan commented 6 years ago
demiankatz commented 6 years ago

@mpnkhan, I see 1.0.6 on NPM (https://libraries.io/npm/bootstrap-accessibility-plugin/1.0.6), but it does not appear to be tagged in this repository, and I cannot load it through Bower. Am I missing something?

mpnkhan commented 6 years ago

I was not sure why it didn't list. $ git show v1.0.6 listed the changes and npm install also worked. Now have updated bower.json and manually tagged to 1.0.7. This should work: bower install bootstrapaccessibilityplugin#1.0.7

demiankatz commented 6 years ago

Thanks, @mpnkhan, it is working now. I appreciate the help!