From 0f0a614c7097b33a07cc7e088a09090f7a30a7ea Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sun, 28 Apr 2019 14:45:59 -0400 Subject: [PATCH] =?UTF-8?q?Release=204.16.2=20=F0=9F=92=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ README.md | 2 +- _layouts/default.html | 2 +- _sass/minimal-mistakes.scss | 2 +- minimal-mistakes-jekyll.gemspec | 2 +- package-lock.json | 2 +- package.json | 2 +- 7 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72c107..a2eb3ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.16.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.2) + +### Bug Fixes + +- Revert jQuery back to version v3.3.1, v.3.4.0 causes issues with other plugins that haven't been updated. [#2137](https://github.com/mmistakes/minimal-mistakes/issues/2137) + ## [4.16.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.1) ### Enhancements diff --git a/README.md b/README.md index 4b08fa7..c4cb8c5 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ To install: bundle ``` -4. Add `remote_theme: "mmistakes/minimal-mistakes@4.16.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. +4. Add `remote_theme: "mmistakes/minimal-mistakes@4.16.2"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. **Looking for an example?** Fork the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter) for the quickest method of getting a GitHub Pages hosted site up and running. Replace sample content with your own and configure as needed. diff --git a/_layouts/default.html b/_layouts/default.html index b0f7d71..ccad845 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,7 @@