-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathchangelog.htm
518 lines (495 loc) · 28.3 KB
/
changelog.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
<div id="tab-panel-oenology-changelog" class="help-tab-content">
<h3>3.4 [2016.04.15]</h3>
<p>Maintenance Release</p>
<ol>
<li><a href="https://github.com/chipbennett/oenology/compare/v3.3...v3.4">GitHub diff from previous version</a></li>
<li>New Features:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/133">133</a> (feature request): Add content-left, sidebar-right layout option for static pages</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/134">134</a> (feature request): Make oenology_copyright() output fitlerable</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/139">139</a> (feature request): Add Support for WordPress 4.5 Custom Logo</li>
</ol>
</li>
<li>Maintenance:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/130">130</a> (enhancement): Replace wp_title() with add_theme_support( 'title-tag' )</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/131">131</a> (enhancement): Improve Customizer API Integration</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/132">132</a> (enhancement): Use `wp_add_inline_style()` for dynamic CSS</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/135">135</a> (enhancement): Move Template-Part Files to a Sub-Folder</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/136">136</a> (enhancement): Update Screenshot Size</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/141">141</a> (documentation): Update Documentation for Version 3.4</li>
</ol>
</li>
<li>Bugfixes:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/137">137</a> (bug): PHP4 Widget Constructors Deprecated in WP 4.3</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/138">138</a> (bug): Custom Widgets Throwing `sprintf` Warning</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/140">140</a> (bug): Enqueue Genericons Fonts for Cuvee Varietal</li>
</ol>
</li>
</ol>
<h3>3.3 [2014.02.17]</h3>
<p>Maintenance Release</p>
<ol>
<li><a href="https://github.com/chipbennett/oenology/compare/v3.2...v3.3">GitHub diff from previous version</a></li>
<li>New Features:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/120">120</a> (feature request): Add a showcase/featured content template</li>
</ol>
</li>
<li>Maintenance:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/125">125</a> (enhancement): Move Social Links to a Menu</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/126">126</a> (enhancement): Add Language Pack Support</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/127">127</a> (enhancement): Update Genericons</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/128">128</a> (enhancement): Update Keyword Tags</li>
</ol>
</li>
<li>Bugfixes:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/123">123</a> (bugfix): Fix bbPress 2.3 Theme Compat</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/124">124</a> (bugfix): paginate_links() returns incorrect URL for paginated search query</li>
</ol>
</li>
</ol>
<h3>3.2 [2013.04.09]</h3>
<p>Maintenance Release</p>
<ol>
<li><a href="https://github.com/chipbennett/oenology/compare/v3.1...v3.2">GitHub diff from previous version</a></li>
<li>New Features:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/38">38</a> (feature request): Integrate bbPress Support</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/107">107</a> (feature request): Add Solarized Dark/Light Varietals</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/114">114</a> (feature request): Convert Social Network Icons to a Widget</li>
</ol>
</li>
<li>Maintenance:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/108">108</a> (enhancement): Tweak Varietal Accent Colors</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/109">109</a> (enhancement): Ensure Varietals Can Be Extended via Child Theme</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/110">110</a> (enhancement): Improve oenology_hook_site_header filter</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/111">111</a> (enhancement): Add filter for Widget show/hide functionality</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/112">112</a> (enhancement): Replace IconSweets2 with Genericons icon font</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/113">113</a> (enhancement): Support all Genericon-Supported Social Networks</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/115">115</a> (enhancement): Move all custom functions into functions/custom.php</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/116">116</a> (enhancement): Add menu dropdown/flyout indicators</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/117">117</a> (enhancement): Move feed link out of social icons and into footer</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/118">118</a> (enhancement): Restore the WPORG Support Forum feed in the support tab</li>
</ol>
</li>
</ol>
<h3>3.1 [2013.03.02]</h3>
<p>Maintenance Release</p>
<ol>
<li><a href="https://github.com/chipbennett/oenology/compare/v3.0...v3.1">GitHub diff from previous version</a></li>
<li>New Features:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/97">97</a> (feature request): Make Theme responsive</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/103">103</a> (feature request): Add varietal: Pinot Noir</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/104">104</a> (feature request): Add varietal: Zinfandel</li>
</ol>
</li>
<li>Bugfixes:
<ol>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/99">99</a> (bug): Quick Edit: Update custom post meta trying to get property of non-object</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/100">100</a> (bug): Multiple calls to WP_Meta Widget causes bugs</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/101">101</a> (bug): Image Attachment template should not display `the_category()`</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/106">106</a> (bug): Fix input style in varietal stylesheets</li>
</ol>
</li>
<li>Maintenance:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/105">105</a> (enhancement): Refactor Varietal Stylesheets</li>
</ol>
</li>
</ol>
<h3>3.0 [2012.12.22]</h3>
<p>Maintenance Release</p>
<ol>
<li><a href="https://github.com/chipbennett/oenology/compare/v2.6...v3.0">GitHub diff from previous version</a></li>
<li>API Change:
<ol>
<li>Implementation of the Theme Hooks Alliance standard template hooks required some changes to the Theme's custom template hooks. This change constitutes an API change; therefore, the version schema has been bumped from 2.x to 3.x.</li>
</ol>
</li>
<li>New Features:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/87">87</a> (feature request): Make Sidebar Widget content view/hide default state user-configurable</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/88">88</a> (feature request): Add front page layout setting</li>
</ol>
</li>
<li>Bugfixes:
<ol>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/80">80</a> (bug): widget id's are not unique (props @gregory_hk)</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/81">81</a> (bug): Oenology does not gracefully handle custom post types</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/86">86</a> (bug): Breadcrumbs for sub-categories. (props @weavertheme)</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/93">93</a> (bug): Non-translatable string in functions\custom-post-meta.php</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/94">94</a> (bug): Non-translatable strings in functions\options-register.php</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/95">95</a> (bug): Non-translatable strings in functions\widgets.php</li>
</ol>
</li>
<li>Maintenance:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/79">79</a> (enhancement): Make link title content in oenology_get_custom_*_list() functions available for translation</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/82">82</a> (enhancement): Implement Support for Theme Hook Alliance Hooks</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/83">83</a> (enhancement): Internal option type no longer needed in /functions/options-register.php</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/84">84</a> (enhancement): Add filter to breadcrumb output</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/85">85</a> (enhancement): Optimize functions/custom.php</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/90">90</a> (enhancement): incorrect explanation text for get_post_format() (props @gregory_hk)</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/91">91</a> (enhancement): Filter all the things</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/98">98</a> (enhancement): Re-do screenshots to support HiDPI</li>
</ol>
</li>
</ol>
<h3>2.6 [2012.06.14]</h3>
<p>Maintenance Release</p>
<ol>
<li><a href="https://github.com/chipbennett/oenology/compare/v2.5...v2.6">GitHub diff from previous version</a></li>
<li>Bugfixes:
<ol>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/60">60</a> (bug): line ending bug in change log reference?</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/61">61</a> (bug): documentation of wp_title() not entirely correct</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/63">63</a> (bug): Category links in widget</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/64">64</a> (bug): $wp_query->get( 'cat_id' ) in hooks.php</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/65">65</a> (bug): duplicate rule in style.css</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/76">76</a> (bug): We can't use file_get_contents(), silly!</li>
</ol>
</li>
<li>Maintenance:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/59">59</a> (enhancement): Add license information for *all* images</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/62">62</a> (enhancement): add_custom_background() and add_custom_image_header() deprecated in 3.4</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/66">66</a> (enhancement): error in div#doublecolbottom css?</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/70">70</a> (enhancement): code improvements in oenology_enqueue_social_icon_style()</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/72">72</a> (enhancement): Integrate Oenology Settings into Theme Customizer</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/73">73</a> (enhancement): Make options parameters and tabs filterable</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/74">74</a> (enhancement): Hook comment-reply into comment_form_before</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/75">75</a> (enhancement): Remove forked core Widgets, clean up Widgets code</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/75">78</a> (enhancement): Clean up translation implementation in Theme setup</li>
</ol>
</li>
</ol>
<h3>2.5 [2011.12.16]</h3>
<p>Maintenance Release</p>
<ol>
<li><a href="https://github.com/chipbennett/oenology/compare/v2.4...v2.5">GitHub diff from previous version</a></li>
<li>Bugfixes:
<ol>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/49">49</a> (bug): Header text doesn't go away when I tell it to with Oenology theme</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/51">51</a> (bug): Do not overlay header image with opacity if header text is not displayed</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/53">53</a> (bug): Remove "Template name:" from header docblock in front-page.php</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/55">55</a> (bug): Left column sidebar displays on right on Front Page three-column layout</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/56">56</a> (bug): Dropdown Nav Menu Highlighting</li>
</ol>
</li>
<li>Maintenance:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/50">50</a> (enhancement): Update Contextual Help for WordPress 3.3</li>
<li>Note: the "Oenology Reference" admin page has been rolled into the contextual help tab for the "Oenology Settings" admin page</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/52">52</a> (enhancement): Add reference documentation for Layouts</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/54">54</a> (feature request): Restore Left-Hand Widgetized Sidebar in Static Page 2-Column Layout</li>
<li>Several inline documentation updates</li>
</ol>
</li>
</ol>
<h3>2.4 [2011.10.06]</h3>
<p>Maintenance Release</p>
<ol>
<li><a href="https://github.com/chipbennett/oenology/compare/v2.3...v2.4">GitHub diff from previous version</a></li>
<li>Bugfixes:
<ol>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/41">41</a> (bug): use oenology_get_options() globally</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/43">43</a> (bug): Header dropdown menu needs persistent contextual style</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/45">45</a> (bug): Update CSS Gradients to be Cross-Browser Compatible</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/46">46</a> (bug): Footer menu displays incorrectly in IE</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/47">47</a> (bug): Error when using 3 columns and put something in sidebar column bottom</li>
</ol>
</li>
<li>Maintenance:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/33">33</a> (enhancement): Full-Width Layout for Gallery/Video Formats Single-Post View</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/35">35</a> (enhancement): Make oenology_setup() function non-pluggable
<ol>
<li><strong>Note: this change will cause breakage for Child Themes that call oenology_setup().</strong></li>
<li>Child Themes that call oenology_setup() should rename this function <em>before updating Oenology</em>.</li>
</ol>
</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/37">37</a> (enhancement): Set IMG max-width dynamically using content_width</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/42">42</a> (enhancement): Add basic styling to TABLE tag</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/44">44</a> (enhancement): Remove Menu Background Images</li>
</ol>
</li>
</ol>
<h3>2.3 [2011.08.12]</h3>
<p>Maintenance Release</p>
<ol>
<li><a href="https://github.com/chipbennett/oenology/compare/v2.2...v2.3">GitHub diff from previous version</a></li>
<li>New Features:
<ol>
<li>Footer Navigation menu. (Issue <a href="https://github.com/chipbennett/oenology/issues/24">24</a> (feature request): Add footer navigation menu)</li>
<li>Layout options. (Issue <a href="https://github.com/chipbennett/oenology/issues/22">22</a> (feature request): Add layout options)
<ol>
<li>Default layout options for static pages, single blog posts, and blog post indexes.</li>
<li>Per-post layout options for static pages and single blog posts.</li>
</ol>
</li>
</ol>
</li>
<li>Bugfixes:
<ol>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/19">19</a> (bug): Post Format Link Displays Excerpt</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/20">20</a> (bug): Post Format Gallery Does Not Display Page Links</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/29">29</a> (bug): Post Format Chat Displays Excerpt</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/31">31</a> (bug): 404 Error Handling Undefined Variable</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/32">32</a> (bug): Post Format Quote Displays Excerpt</li>
</ol>
</li>
<li>Maintenance:
<ol>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/21">21</a> (enhancement): Clean up inefficient CSS rules</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/23">23</a> (enhancement): Attachment Page Does Not Show Full Image Size</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/25">25</a> (enhancement): General Documentation Cleanup</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/26">26</a> (enhancement): Replace options initialization with wp_parse_args</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/27">27</a> (enhancement): Rearrange Contextual Help</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/28">28</a> (enhancement): Move Dynamic Style/Script Output to Separate File</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/30">30</a> (enhancement): Improve styling of Chat Post Format</li>
<li>Issue <a href="https://github.com/chipbennett/oenology/issues/34">34</a> (enhancement): Add Milestone to GitHub API Tables in Support Tab</li>
</ol>
</li>
</ol>
<h3>2.2 [2011.07.25]</h3>
<p>Maintenance Release</p>
<ol>
<li><a href="https://github.com/chipbennett/oenology/compare/v2.1...v2.2">GitHub diff from previous version</a></li>
<li>New Features:
<ol>
<li>Theme has been internationalized; front-end output and Theme Settings Page are entirely translation ready. (<em>Note: contextual help will be internationlaized in a future release; reference content will be internationalized where appropriate.</em>)</li>
<li>Admin Page "Oenology Reference", "Support" tab now features display of latest support forum replies, as well as open bug reports, bugs closed since last release, and development commits since last release.</li>
</ol>
</li>
<li>Bugfixes:
<ol>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/7">#7</a> (bug): Images without caption or excerpt return error on attachment page</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/8">#87</a> (bug): Missing RSS icon</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/9">#9</a> (bug): Sidebar Social Icons DIV does not clear floats</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/10">#10</a> (enhancement): Some code improvements in options-register.php. Props Andreas Nurbo @andreasnrb</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/12">#12</a> (bug): Emil Uzelac: Post Title Margin-Bottom. Props Emil Uzelac @emiluzelac</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/13">#13</a> (bug): Emil Uzelac: Feedback heading location. Props Emil Uzelac @emiluzelac</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/14">#14</a> (bug): Emil Uzelac: comment form style. Props Emil Uzelac @emiluzelac</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/15">#15</a> (bug): Emil Uzelac: IE7 Rendering. Props Emil Uzelac @emiluzelac</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/16">#16</a> (bug): Emil Uzelac: IE8 Rendering. Props Emil Uzelac @emiluzelac</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/17">#17</a> (bug): Menus: Child Pages of Current Page don't reset CSS</li>
<li>Fixed Issue <a href="https://github.com/chipbennett/oenology/issues/18">#18</a> (bug): class .current_page_parent a not highlighting properly</li>
<li>Fixed some bugs with display of Post Format icons.</li>
</ol>
</li>
<li>Maintenance:
<ol>
<li>Implemented core filter to address Settings API manage_theme_options bug that prevented Editors from being able to save options</li>
<li>Cleaned up display of static Pages in search results</li>
<li>Converted more hard-coded Theme output into filter hooks</li>
<li>Updated [gallery] shortcode display/style, and added support for galleries of one to ten columns</li>
<li>Style tweaks to all varietals</li>
</ol>
</li>
</ol>
<h3>2.1 [2011.06.21]</h3>
<p>Maintenance Release</p>
<ol>
<li><a href="https://github.com/chipbennett/oenology/compare/v2.0...v2.1">GitHub diff from previous version</a></li>
<li>New Features:
<ol>
<li>New Varietal: Chardonnay (light color scheme - new default)</li>
<li>New Theme Option: Header Nav Menu Item Width: fluid or fixed</li>
</ol>
</li>
<li>Maintenance:
<ol>
<li>Converted icon images to image sprites for post format icons and social network profile icons</li>
<li>Tweaks to navigation breadcrumb for better handling of static Page as Front Page, and static Page for Blog Posts Index</li>
<li>Tweaks site header style for custom header navigation menu</li>
<li>Tweaks to all varietals</li>
</ol>
</li>
</ol>
<h3>2.0.3 [2011.06.11]</h3>
<p>Bugfix Release</p>
<ol>
<li>Fixes issue with Post Titles not displaying with Blog Posts Index on front page.</li>
<li>Fixes issue with Posts pagination not working properly when using default permalink structure.</li>
<li>Fixes issue with trackback list not being output.</li>
<li>Fixes issue with custom nav menus not displaying in "nav-sidebar" Theme location.</li>
<li>Fixes issue with footer credit link option not saving properly.</li>
</ol>
<h3>2.0.2 [2011.06.10]</h3>
<p>Bugfix Release</p>
<ol>
<li>Fixes issue with default options not saving properly on init.</li>
</ol>
<h3>2.0.1 [2011.06.09]</h3>
<p>Bugfix Release</p>
<ol>
<li>Fixes uploader script issue with <code>body_class()</code> not being on same line as <code><body></code> tag.</li>
</ol>
<h3>2.0 [2011.06.09]</h3>
<p>Major Update Release</p>
<ol>
<li>New Features:
<ol>
<li>Extensive custom action/filter hooks. Nearly all Theme-generated content can now be
modified via filter.</li>
<li>Added context to all template part function calls, including get_header(), get_footer(),
get_sidebar(), and get_template_part(), to facilitate Child Theme over-riding of template parts.</li>
</ol>
</li>
<li>Updates:
<ol>
<li>Changed handling of sidebar template part files.</li>
<li>Significant code re-factoring.</li>
</ol>
</li>
<li>Bugfixes:
<ol>
<li>Fixes buggy handling of new dynamic sidebars.</li>
<li>Fixes <a href="https://github.com/chipbennett/oenology/issues/6">Issue #6</a>: Add ID to register_sidebar calls, for use via is_active_sidebar().</li>
</ol>
</li>
<li>Documentation:
<ol>
<li>Most inline documentation changed to PHPdoc standard.</li>
</ol>
</li>
</ol>
<h3>1.2.2 [2011.05.16]</h3>
<p>Bugfix Release</p>
<ol>
<li>Fixes <a href="https://github.com/chipbennett/oenology/issues/2">Issue #2</a>: Footer link to home_url() does not echo.</li>
<li>Fixes <a href="https://github.com/chipbennett/oenology/issues/3">Issue #3</a>: #postnavlogin overflow.</li>
<li>Fixes <a href="https://github.com/chipbennett/oenology/issues/4">Issue #4</a>: Tables overflowing content area (props FurciferRising).</li>
<li>Fixes <a href="https://github.com/chipbennett/oenology/issues/5">Issue #5</a>: #postnav floats into nav menu.</li>
</ol>
<h3>1.2.1 [2011.04.25]</h3>
<p>Bugfix Release</p>
<ol>
<li>Minor bug with 1.2 release.</li>
</ol>
<h3>1.2 [2011.04.25]</h3>
<p>Update Release</p>
<ol>
<li>New Features:
<ol>
<li>Added basic Theme options:
<ol>
<li>RSS and Social Network Profile Icons
<ul>
<li><em>TODO: Change icons to sprites to elimiate hover "blink"</em></li>
</ul>
</li>
</ol>
</li>
<li>Added Widgetized Sidebars:
<ul>
<li>Added two full-width sidebars:
<ol>
<li>Above existing lef/right column sidebars</li>
<li>Below existing lef/right column sidebars</li>
</ol>
</li>
<li><em>Note: These sidebars do not apply to Page templates, where left and right column sidebars are separated</em></li>
<li><em>Note: you may need to adjust Widget placement, via Dashboard -> Appearance -> Widgets, after upgrade</em></li>
</ul>
</li>
<li>Added Theme color schemes ("Varietals"):
<ol>
<li>Muscat (Light Green)</li>
<li>Malbec (Dark Green)</li>
</ol>
</li>
</ol>
</li>
<li>Maintenance/Bugfixes:
<ol>
<li>Fixed handling of Custom Image Header:
<ol>
<li>Added default header text color based on light/dark color scheme</li>
<li>Added translucent filter over header image, to improve readability of Site Title/Description</li>
<li>Fixed handling of user-configured header text color</li>
</ol>
</li>
<li>Stylesheet updates to improve aesthetics</li>
<li>Added caching for the oenology_copyright() function database query results</li>
<li>Added caching for the oenology_copyright() function database query results</li>
<li>Added icons for Post Formats</li>
<li>Changed RSS icon in Loop Header</li>
<li>Changed enqueueing of comment-reply script from hard-coded in document head to hooked into wp_enqueue_scripts,
and added comments_open() to enqueue conditional.</li>
<li>Changed Track/pingback list in comments.php from custom markup to a wp_list_comments() callback</li>
<li>Changed handling of no Post Title from an inline conditional to a hook into the_title filter.</li>
<li>Tweaked CSS for .wp-caption class for handling linked images with captions</li>
<li>Added "Light" and "Dark" color scheme designations, for automatic styling of Post Format and Social Network icons</li>
<li>Replaced previous/next index page links in infobar and loop footer with native
pagination links, via core function paginate_links()</li>
<li>Replaced previous/next comments page links above/below comment list with native
pagination links, via core function paginate_comments_links()</li>
<li>Added oenology_paginate_archive_page_links() custom wrapper function for paginate_links, for use by Child Themes</li>
<li>Added @import font: TexGyre Schola</li>
</ol>
</li>
<li>Documentation:
<ol>
<li>Completed update to Oenology Resources Admin Page "Code Ref" Tab</li>
</ol>
</li>
</ol>
<h3>1.1 [2011.02.23]</h3>
<p>Update Release</p>
<ol>
<li>New Features:
<ol>
<li>Added support for Post Formats (introduced in WordPress 3.1)</li>
<li>Added basic Theme options:
<ol>
<li>Header Navigation Menu Position</li>
<li>Header Navigation Menu Depth (up to three levels)</li>
<li>Footer Credit Link (disabled-by-default)</li>
</ol>
</li>
<li>Added Theme color schemes ("Varietals"):
<ol>
<li>Syrah (Black)</li>
<li>Seyval Blanc (Tan)</li>
</ol>
</li>
</ol>
</li>
<li>Maintenance/Bugfixes:
<ol>
<li>Added check to ensure TwentyTen header images are registered only if TwentyTen is installed</li>
<li>Minor tweak/bugfix to ensure floats are cleared properly on paginated posts</li>
<li>Minor tweaks to comments.php</li>
</ol>
</li>
</ol>
<h3 id="">1.0 [2010.12.08]</h3>
<p>Maintenance Release</p>
<ol>
<li>Moved all CSS declarations into style.css, and eliminated @import calls</li>
<li>Cleaned up un-needed CSS files in css\ and css\fonts\ directories; removed css\fonts\ directory.</li>
<li>Fixed a few minor bugs</li>
<li>Added Prev/Next page navigation in Loop Footer, to match Infobar navigation</li>
<li>Added default Widgets to appear in each sidebar if no widgets are defined by the user</li>
<li>Finished adding inline documentation for all functions used in the Theme, including functions.php</li>
<li>Added default "(Untitled)" text to appear in place of Title for Posts without a defined Post Title</li>
<li>Removed translation strings. Internationalization will be added in a later revision.</li>
</ol>
<h3 id="">0.9.2 [2010.11.04]</h3>
<p>Minor BugFix release</p>
<ol>
<li>Fixed divide-by-zero PHP notice generated on the attachment page when the image metadata indicates
a shutter speed of zero.</li>
<li>Fixed minor CSS image dimension bug</li>
<li>Updated Theme tags</li>
</ol>
<h3 id="">0.9.1 [2010.09.24]</h3>
<p>Initial Release.</p>
</div>