Browse Source

bump version to 5.0.0

master
Dean Attali 4 years ago
parent
commit
d5859860e3
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      _layouts/base.html
  3. +2
    -2
      beautiful-jekyll-theme.gemspec

+ 1
- 1
CHANGELOG.md View File

@@ -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.



+ 1
- 1
_layouts/base.html View File

@@ -21,7 +21,7 @@ common-js:

<!DOCTYPE html>
<html lang="{{ page.language | default: site.language | default: 'en' }}">
<!-- Beautiful Jekyll 4.1 | Copyright Dean Attali 2020 -->
<!-- Beautiful Jekyll 5.0.0 | Copyright Dean Attali 2020 -->
{% include head.html %}

<body>


+ 2
- 2
beautiful-jekyll-theme.gemspec View File

@@ -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"
}



Loading…
Cancel
Save