3.4 is out: https://blog.getbootstrap.com/2018/12/13/bootstrap-3-4-0/

At the moment I am writing this, jsdelivr hasn't yet added it to https://api.jsdelivr.com/v1/bootstrap/libraries.

CommentFileSizeAuthor
#7 3020589-7.patch38.37 KBmarkhalliwell
#4 3020589-4.patch23.72 KBmarkhalliwell
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cilefen created an issue. See original summary.

cilefen’s picture

Title: Change to and recommend Bootstrap 3.4.0 » Default to Bootstrap 3.4.0
markhalliwell’s picture

Title: Default to Bootstrap 3.4.0 » [PP-1] Default to Bootstrap 3.4.0
Status: Active » Postponed
Related issues: +#2657138: Refactor providers to utilize new data.jsdelivr.com API

Here's the initial patch.

The problem is that the current (deprecated) API/CDN URL base being used doesn't work (and they aren't going to update it):

https://cdn.jsdelivr.net/bootstrap/3.4.0/css/bootstrap.css

The URL should now be:

https://cdn.jsdelivr.net/npm/bootstrap@3.4.0/dist/css/bootstrap.css

Unfortunately, I think this is likely dependent on #2657138: Refactor providers to utilize new data.jsdelivr.com API. We may have to revisit it for 8.x-3.x after all.

markhalliwell’s picture

FileSize
23.72 KB

Whoops, forgot the patch.

markhalliwell’s picture

Assigned: Unassigned » markhalliwell
Status: Postponed » Needs work
Issue tags: +needs backport to 7.x-3.x
markhalliwell’s picture

Title: [PP-1] Default to Bootstrap 3.4.0 » Default to Bootstrap 3.4.0
markhalliwell’s picture

Status: Needs work » Patch (to be ported)
FileSize
38.37 KB

  • markcarver committed 1ba4f9a on 8.x-3.x
    Issue #3020589 by markcarver, cilefen: Default to Bootstrap 3.4.0
    
  • markcarver committed f240b0d on 8.x-3.x
    Automated commit: grunt compile (CSS)
    
    Issue #3020589 by markcarver,...

  • markcarver committed 084645d on 7.x-3.x
    Issue #3020589 by markcarver, cilefen: Default to Bootstrap 3.4.0
    
  • markcarver committed 346c7f5 on 7.x-3.x
    Automated commit: grunt compile (CSS)
    
    Issue #3020589 by markcarver,...
markhalliwell’s picture

Assigned: markhalliwell » Unassigned
Status: Patch (to be ported) » Fixed
Issue tags: -needs backport to 7.x-3.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.