YiiBooster icon indicating copy to clipboard operation
YiiBooster copied to clipboard

Bootstrap Switch is outdated

Open vercotux opened this issue 10 years ago • 1 comments

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 avatar Jul 06 '15 04:07 vercotux

@vercotux: @hijarian and @amrbedair have been good about accepting PRs still...

Generally, the process for updating is:

  1. Read the changelog of the updated library to identify potential conflicts or changes in API
  2. Clear existing YiiBooster assets directory for the library (https://github.com/clevertech/YiiBooster/tree/master/src/assets/bootstrap-switch)
  3. Move new library files to YiiBooster assets
  4. Update packages.php to point to CDN assets (https://github.com/clevertech/YiiBooster/blob/master/src/components/packages.php)
  5. Test, Test, Test.

PrplHaz4 avatar Jul 09 '15 15:07 PrplHaz4