Releases: justinhartman/jekyll-heroku-starter-kit
Releases · justinhartman/jekyll-heroku-starter-kit
🚀 Version 2.0.2 (31/05/2021)
- 👍 #enhancement
- Hyperlinked the company name in the footer with new CSS style
- Added historical releases to Changelog page
- Upgraded Jekyll from
4.1.1to4.2.0 - Upgraded
rubyfrom2.6.3to2.7.3 - Upgraded
bundlerfrom2.1.4to2.2.3 - Security fix upgrades to remaining
Gemfilepackages - Updated content on README and Home pages
- Fixed navigation link indentation in
head.htmltemplate
- 🐛 #bugfix
Version 2.0.1 Release
🚀 Version 2.0.1 (09/07/2020)
- 👍 #enhancement
- Post links in
news.htmlnow useabsolute_urlso they aren't relative. - Updated
humans.md. - Changed URLs in documentation.
- Updated documentation with build log and other info.
- Post links in
- 🐛 #bugfix
- Fixed issue #2 where Heroku server crashed on build.
Version 2.0.0 Release
🚀 Version 2.0.0 (08/07/2020)
This release migrates the boilerplate template from Jekyll 3.8 to version 4.1. It also includes a new Material Design Lite theme which has replaced the original jekyll-theme-minimal theme due to the fact this old one has not been migrated to work with Jekyll 4.
- 🔆 #new
- New Material Design Lite theme based on jekyll-materialdocs.
- New Blog/News template created in
/_layouts/news.htmlfolder with four demo news posts. All posts are located in the/_posts/folder. - New content pages created for demo purposes. These include:
/_pages/news.md/_pages/changelog.md/_pages/about.md
- Favicons added for easy replacement.
- 👍 #enhancement
- This release is published under an
MITlicense from the originalAGPL-3.0of previous versions. - Upgraded Jekyll site to run version
4.1.1. - Upgraded
rubyto2.6.3. - Upgraded
bundlerfrom1.17.2to2.1.4.
- This release is published under an
Version 1.3.0 Release
Version 1.3.0 (07/07/2020)
This is the final release for the Jekyll 3 series. Later releases will all only work with Jekyll 4. If you are using a theme that only supports Jekyll 3 then use this release instead. You can download this release or pull directly from the Jekyll 3 branch. Please note there will be no further updates to this version 3 branch and is merely an archive.
- #bugfix
- Fixed OS Command Injection in Rake CVE-2020-8130.
- Fixed Directory traversal in Rack::Directory app bundled with Rack CVE-2020-8161.
- Fixed Percent-encoded cookies can be used to overwrite existing prefixed cookie names CVE-2020-8184.
- #enhancement
- Updated
jekyllto3.7.8. - Updated
bundlerto1.17.2. - Updated
rubyto2.6.3. - Updated
README.mdandindex.md.
- Updated
Version 1.2.0 Release
Version 1.2.0 (27/05/2018)
- #new
- Configured and added the settings for
@jekyll-paginate-v2to_config.yml - Configured and added the settings for
@jekyll-paginate-v2toindex.md - Configured and added the settings for
@jekyll-last-modified-attoindex.md
- Configured and added the settings for
- #bugfix
- Removed
last_modified_at:setting out ofsitemp.xsl. - Disabled
@jekyll-paginate-v2as it messes up homepage layout. Template
files need to be edited for this plugin to work.
- Removed
Version 1.1.0 Release
Version 1.1.0 (27/05/2018)
- #new
- Configured and added the settings for
@jekyll-seo-tagto_config.yml - Configured and added the settings for
@jekyll-seo-tagtoindex.md - Configured and added the settings for
@jekyll-sitemaptoindex.md - Defined collections for use in
_config.yml - Added customised
sitemap.xmland asitemap.xsltemplate file
<https://jekyll-heroku-starter-kit.herokuapp.com/sitemap.xml>. - Added customised
feed.xmland afeed.xslt.xmltemplate file.
<https://jekyll-heroku-starter-kit.herokuapp.com/feed.xml>. - New
humans.mdfile that outputs a file to
<https://jekyll-heroku-starter-kit.herokuapp.com/humans.txt>.
- Configured and added the settings for
- #enhancement
- Updated
README.mdandindex.md. - Various enhancements with
static.jsonedits. - Major enhancement to the
Procfile.
- Updated
- #bugfix
- Fixed a build bug with the Gem dependencies.
- Update
_config.ymlby removing a duplicatelogokey. - Fixed bug where neither
sitemap.xmlnorfeed.xmlwere rendering.
Version 1.0.1 Release
Version 1.0.0 Release
Version 1.0.0 (26/05/2018)
First production-ready release. Works out the box.
- #new
- Added the following files required by Heroku:
config.ruProcfile
- Added
Gemfileto install Jekyll. - New
static.jsonfor the Heroku buildpack. - New
Rakefilefor the Heroku buildpack. index.mdthat contains the contents of theREADME.mdfor the main site.- Added a default minimal site theme (jekyll-theme-minimal).
- Added the following files required by Heroku:
- #enhancement
- Updated all the
*.mdfiles from the @justinhartman/.github project. - Updated
.gitignoreto exclude all project build files. - Added some Visual Studio Code settings to the workspace file.
- Completed the contents for the
README.mdfile with full setup and install
instructions.
- Updated all the
Version 0.0.1 Release
Version 0.0.1 (26/05/2018)
- #new
- Initial Commit