From deda455aac0887f0a41f00304f8fce3d91c9de25 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Sun, 13 Oct 2019 16:16:38 -0400 Subject: [PATCH] Bump versions for 4.0.11 release --- component.json | 2 +- docs/pages/01.getting-started/01.installation/docs.md | 4 ++-- docs/pages/13.i18n/docs.md | 2 +- docs/themes/site/templates/partials/base.html.twig | 4 ++-- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/component.json b/component.json index de23ff2d..32561ef5 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "select2", "repo": "select/select2", "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.", - "version": "4.0.10", + "version": "4.0.11", "demo": "https://select2.org/", "keywords": [ "jquery" diff --git a/docs/pages/01.getting-started/01.installation/docs.md b/docs/pages/01.getting-started/01.installation/docs.md index 429d1981..a52423bc 100644 --- a/docs/pages/01.getting-started/01.installation/docs.md +++ b/docs/pages/01.getting-started/01.installation/docs.md @@ -13,8 +13,8 @@ A CDN (content delivery network) is the fastest way to get up and running with S Select2 is hosted on both the [cdnjs](https://cdnjs.com/libraries/select2) and [jsDelivr](https://www.jsdelivr.com/#!select2) CDNs. Simply include the following lines of code in the `` section of your page: ``` - - + + ``` >>> Immediately following a new release, it takes some time for CDNs to catch up and get the new versions live on the CDN. diff --git a/docs/pages/13.i18n/docs.md b/docs/pages/13.i18n/docs.md index 5bb5ff4e..220d4565 100644 --- a/docs/pages/13.i18n/docs.md +++ b/docs/pages/13.i18n/docs.md @@ -7,7 +7,7 @@ process: never_cache_twig: true --- -{% do assets.addJs('https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.10/js/i18n/es.js', 90) %} +{% do assets.addJs('https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.11/js/i18n/es.js', 90) %} ## Message translations diff --git a/docs/themes/site/templates/partials/base.html.twig b/docs/themes/site/templates/partials/base.html.twig index 12a83513..de67b339 100644 --- a/docs/themes/site/templates/partials/base.html.twig +++ b/docs/themes/site/templates/partials/base.html.twig @@ -17,7 +17,7 @@ {% do assets.addCss('theme://css/custom.css',100) %} {% do assets.addCss('theme://css/font-awesome.min.css',100) %} {% do assets.addCss('theme://css/featherlight.min.css') %} - {% do assets.addCss('https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.10/css/select2.min.css') %} + {% do assets.addCss('https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.11/css/select2.min.css') %} {% do assets.addCss('theme://css/s2-docs.css', 100) %} {% do assets.addCss('theme://css/theme.css',100) %} @@ -33,7 +33,7 @@ {% block javascripts %} {% do assets.addJs('jquery',101) %} {% do assets.addJs('theme://js/modernizr.custom.71422.js',100) %} - {% do assets.addJs('https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.10/js/select2.full.min.js', 100) %} + {% do assets.addJs('https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.11/js/select2.full.min.js', 100) %} {% do assets.addJs('https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js', 100) %} {% do assets.addJs('theme://js/featherlight.min.js') %} {% do assets.addJs('theme://js/clipboard.min.js') %} diff --git a/package.json b/package.json index 1566f0c3..87a8eeed 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "src", "dist" ], - "version": "4.0.10", + "version": "4.0.11", "jspm": { "main": "js/select2", "directories": {