From d5859860e397aadc90b0ecc0800d90d42dc6a3a9 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Tue, 15 Sep 2020 22:16:19 +0000 Subject: [PATCH] bump version to 5.0.0 --- CHANGELOG.md | 2 +- _layouts/base.html | 2 +- beautiful-jekyll-theme.gemspec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3f425..d2378a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased version +## v5.0.0 (2020-09-15) One of the major changes in this version is that a lot of time was spent on rethinking the entire SEO and social media sharing model (how a page looks on eg. Google, Twitter, Facebok). It was redesigned to be more simple and customizable. The new documentation has a section dedicated to SEO and social media sharing of a page. Unfortunately some changes that are not backwards-compatible had to be made. diff --git a/_layouts/base.html b/_layouts/base.html index 7b0dc08..14a9227 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -21,7 +21,7 @@ common-js: - + {% include head.html %} diff --git a/beautiful-jekyll-theme.gemspec b/beautiful-jekyll-theme.gemspec index 78ea56a..8ffd662 100644 --- a/beautiful-jekyll-theme.gemspec +++ b/beautiful-jekyll-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "beautiful-jekyll-theme" - spec.version = "4.1.0" + spec.version = "5.0.0" spec.authors = ["Dean Attali"] spec.email = ["daattali@gmail.com"] @@ -13,7 +13,7 @@ Gem::Specification.new do |spec| spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed|404|_data|tags|staticman)}i) } spec.metadata = { - "changelog_uri" => "https://github.com/daattali/beautiful-jekyll/blob/master/CHANGELOG.md", + "changelog_uri" => "https://beautifuljekyll.com/updates/", "documentation_uri" => "https://github.com/daattali/beautiful-jekyll#readme" }