Release 1.2 of dejure filter.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
1746660596
commit
528a67b4d1
|
@ -46,3 +46,5 @@ from being rendered and compiled, i.e. like this:
|
|||
noheadings: 0,
|
||||
target: '_blank',
|
||||
class: 'dejure'
|
||||
|
||||
Please see the [distribution page](https://th-h.de/net/software/nanoc-dejure/) (in German).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## 1.x branch
|
||||
|
||||
### Version 1.2 (unreleased)
|
||||
### Version 1.2 (2017-08-14)
|
||||
|
||||
* Create links with `https` protocol.
|
||||
* Nanoc 4.x compatibility
|
||||
|
|
|
@ -42,7 +42,7 @@ module Nanoc::Filters
|
|||
identifier :dejure
|
||||
type :text
|
||||
|
||||
VERSION = '1.2-beta'
|
||||
VERSION = '1.2'
|
||||
CACHEDIR = 'tmp/dejure-org'
|
||||
CACHEDAYS = 7
|
||||
|
||||
|
|
Loading…
Reference in a new issue