|
|
|
|
9
|
|
9
|
|
10
|
## Changes for 0.9.7 (2014-11-25):
|
10
|
## Changes for 0.9.7 (2014-11-25):
|
11
|
|
11
|
|
12
|
-* **New Plugin**: Support for [embedded gfycats][http://gfycat.com/]
|
|
|
|
|
12
|
+* **New Plugin**: Support for [embedded gfycats](http://gfycat.com/)
|
13
|
has been added. See the [plugin use][plg-use] docs for further details.
|
13
|
has been added. See the [plugin use][plg-use] docs for further details.
|
14
|
* **Enhancement**: UTF-8 support has been made more portable and
|
14
|
* **Enhancement**: UTF-8 support has been made more portable and
|
15
|
added to the Wordpress import plugin. (Thanks @cmstrickland!)
|
15
|
added to the Wordpress import plugin. (Thanks @cmstrickland!)
|
|
|
16
|
+* **Enhancement**: Filenames are now included in errors from the
|
|
|
17
|
+ content loader. (via @PuercoPop)
|
16
|
* **Enhancement**: Coleslaw now handles **deploy-dir**, **repo**,
|
18
|
* **Enhancement**: Coleslaw now handles **deploy-dir**, **repo**,
|
17
|
and **staging-dir** config options more gracefully. Previously,
|
19
|
and **staging-dir** config options more gracefully. Previously,
|
18
|
various errors could be encountered if directory options lacked
|
20
|
various errors could be encountered if directory options lacked
|
19
|
a trailing slash.
|
21
|
a trailing slash.
|
20
|
* Several portability fixes were made to CCL's encoding handling
|
22
|
* Several portability fixes were made to CCL's encoding handling
|
21
|
and usage in the post-receive script.
|
23
|
and usage in the post-receive script.
|
22
|
-* Filenames are now included in errors from the content loader. (via @PuercoPop)
|
|
|
23
|
* An initarg bug was fixed in the directory-does-not-exist condition.
|
24
|
* An initarg bug was fixed in the directory-does-not-exist condition.
|
24
|
* Some namespacing bugs in the Static Pages plugin have been fixed.
|
25
|
* Some namespacing bugs in the Static Pages plugin have been fixed.
|
25
|
|
26
|
|