noreiller / bootstrap-modal-carousel

A set of plugins to display a carousel into a fullscreen modal box
http://noreiller.github.com/bootstrap-modal-carousel
MIT License
128 stars 63 forks source link

Provide legacy support for Bootstrap 2.3 #16

Closed itbra closed 9 years ago

itbra commented 10 years ago

Hi, its nice to see you're going with the time. But not all your users do (incl. me). I depend to use your modal carousel 1.x version with some of my projects as they are using bootstrap 2.3 yet. I'm sure i'm not the only one user in this situation. You should allow your users to have enough time to port their projects to the current bootstrap version and serve the legacy version for quite some time.

So, i'd like to ask whether you could serve both the 1.x and 2.x versions in separate branches for either bootstrap dependendy?

Is that possible?

noreiller commented 10 years ago

Hi, I list the different versions in the release page and if you use bower, you can specify the tags:

bower info bootstrap-modal-carousel#v1.1.0

If I patch the 1.x version (bootstrap 2.3), I'll create a branch but right now, this is not planned.