bump version to 5.0.0

This commit is contained in:
Dean Attali 2020-09-15 22:16:19 +00:00
parent ff02b9d80f
commit d5859860e3
3 changed files with 4 additions and 4 deletions

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

View File

@ -21,7 +21,7 @@ common-js:
<!DOCTYPE html> <!DOCTYPE html>
<html lang="{{ page.language | default: site.language | default: 'en' }}"> <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 %} {% include head.html %}
<body> <body>

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = "beautiful-jekyll-theme" spec.name = "beautiful-jekyll-theme"
spec.version = "4.1.0" spec.version = "5.0.0"
spec.authors = ["Dean Attali"] spec.authors = ["Dean Attali"]
spec.email = ["daattali@gmail.com"] 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.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 = { 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" "documentation_uri" => "https://github.com/daattali/beautiful-jekyll#readme"
} }