Skip to content

Commit 1807daf

Browse files
committed
Release 💎 v1.3.0
1 parent b7b9679 commit 1807daf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

History.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.3.0 / 2015-02-12
2+
3+
* Don't require Jekyll, and only require the Generator when Jekyll has been required
4+
* Client: Fix bug with method call memoization collision with special characters
5+
* Generator: Properly memoize the repository so each regen doesn't re-call
6+
* Pages: `ssl?` should be `true` in test mode
7+
* Pages: `github_hostname` should only include the domain, not the protocol
8+
* Pages: handle subdomain isolation
9+
* Pages: helper methods for `dotcom?`, `test?`, `enterprise?`
10+
* Pages: hardcode https for dotcom GitHub URL
11+
* Pages: api_url, help_url, github_hostname, and pages_hostname should all look at env vars without `PAGES_` prefix
12+
* Repository: `#organization_repository?` should use `Value` to save from errors
13+
* Repository: add in enterprise support & smarter CNAME/domain lookup
14+
115
## 1.2.0 / 2015-02-05
216

317
* Bring up-to-date with current `site.github` offerings on GitHub Pages (#30)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jekyll
22
module GitHubMetadata
3-
VERSION = '1.2.0'
3+
VERSION = '1.3.0'
44
end
55
end

0 commit comments

Comments
 (0)