|
@@ -7,11 +7,21 @@ Legend:
|
7
|
7
|
A change to Coleslaw's exported interface. Plugins or Themes that have
|
8
|
8
|
not been upstreamed are effected and may require minor effort to fix.
|
9
|
9
|
|
10
|
|
-## Changes for 0.9.7 (20xx):
|
11
|
|
-
|
12
|
|
-* Coleslaw now handles **deploy-dir**, **repo**, and **staging-dir**
|
13
|
|
- config options more gracefully. Previously, various errors could be
|
14
|
|
- encountered if directory options lacked a trailing slash.
|
|
10
|
+## Changes for 0.9.7 (2014-11-25):
|
|
11
|
+
|
|
12
|
+* **New Plugin**: Support for [embedded gfycats][http://gfycat.com/]
|
|
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
|
|
15
|
+ added to the Wordpress import plugin. (Thanks @cmstrickland!)
|
|
16
|
+* **Enhancement**: Coleslaw now handles **deploy-dir**, **repo**,
|
|
17
|
+ and **staging-dir** config options more gracefully. Previously,
|
|
18
|
+ various errors could be encountered if directory options lacked
|
|
19
|
+ a trailing slash.
|
|
20
|
+* Several portability fixes were made to CCL's encoding handling
|
|
21
|
+ 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
|
+* Some namespacing bugs in the Static Pages plugin have been fixed.
|
15
|
25
|
|
16
|
26
|
## Changes for 0.9.6 (2014-09-27):
|
17
|
27
|
|