Releases: jekyll/github-metadata
Releases · jekyll/github-metadata
v2.9.3
Fix for site.github.*
values not being propagated in some cases (#112)
v2.9.2
- Allow user values to override drop-determined values (#110)
v2.9.1
- Fix for "undefined method
path
for Hash" error
v2.9.0
- GitHub edit link tag (#108)
- Define path with dir (#109)
v2.8.0
Expose site source (#107)
v2.7.0
Minor Enhancements
- Expose repo license (#106)
v2.6.0
- Set title and description in dev (#104)
- Detect whether the client is connected to the internet. Only allow client calls if connected. (#90)
- Expose repo visibility (#105)
v2.5.1
remove latest release url
v2.5.0
- Set default
site.title
and site.description
(#101)
- Modernize Travis configuration (#102)
- Allow user to set empty
baseurl
(#97)
- add
latest_release
and latest_release_url
(#88)
- Make the Octokit client more configurable. (#84)
v2.4.0
Minor Enhancements
- Don't double-process the site.github namespace. (#95)
- Add .configuration and .page_build? methods to Pages (#89)