YiiBooster
YiiBooster copied to clipboard
Bootstrap Switch is outdated
Bundled version: 3.0.2 Upstream version: 3.3.2
Since development of YiiBooster appears to be reaching the end of its life, I find it unlikely that this (along with many other bundled assets) will ever be updated again. What is the best way to include the latest version of bootstrap-switch without modifying yiibooster?
@vercotux: @hijarian and @amrbedair have been good about accepting PRs still...
Generally, the process for updating is:
- Read the changelog of the updated library to identify potential conflicts or changes in API
- Clear existing YiiBooster assets directory for the library (https://github.com/clevertech/YiiBooster/tree/master/src/assets/bootstrap-switch)
- Move new library files to YiiBooster assets
- Update packages.php to point to CDN assets (https://github.com/clevertech/YiiBooster/blob/master/src/components/packages.php)
- Test, Test, Test.