-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.txt
298 lines (193 loc) · 7.86 KB
/
changelog.txt
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
*** Hemingway Changelog ***
Version 1.54 (2015-08-24)
-------------------------
- Fixed overflow bug with wp-caption
- Added screen-reader-text styling
Version 1.53 (2015-08-24)
-------------------------
- Fixed a floating bug with the single post navigation
Version 1.52 (2015-08-11)
-------------------------
- Removed the title_tag fallback
Version 1.51 (2015-08-11)
-------------------------
- Added a missing margin between the format-video post content and post meta on archive pages
Version 1.50 (2015-08-11)
-------------------------
- Removed a add_shortcode() function from functions.php
- Added title_tag() support
- Fixed a busted sanitize_callback in functions.php
Version 1.49 (2015-08-10)
-------------------------
- Added UTF-8 as charset in style.css
- Updated widgets with PHP5 object constructors for WordPress 4.3
- Removed meta fields for the video post format in order to comply with WordPress theme review guidelines (presentation vs. functionality)
- Condensed functions.php and added the comment-reply script
- ...as well as styling for the comment form when it is within .commentlist
- Fixed so that the featured image is centered if it's smaller than the containing element
- Fixed so that comments will be displayed on pages if there are comments, even if "Allow Comments" is not checked (the reply form is still hidden)
- Fixed a bug with floating elements in the comments navigation
- Fixed a styling error with the dropdown arrow in the main menu (one level deep)
- Changed titles on single posts/pages from h2 to the h1 element
Version 1.48 (2014-10-01)
-------------------------
- Added a width attribute in the inline style of images in posts (thanks, RavanH!)
- Added styling of input elements of the email type to style.css (Ibid)
Version 1.47 (2014-08-06)
-------------------------
- Added missing form/input elements to the custom accent color control
- Added license information for screenshot.png
Version 1.46 (2014-08-06)
-------------------------
- Fixed a clearing bug in .blog-menu
- Optimized the CSS for brevity and browser compatibility
- Improved the display of forms and inputs in the post-content
- Improved the display of the comment form
- Updated the Swedish translation, added missing namespaces
Version 1.45 (2014-07-25)
-------------------------
- Fixed so that the header height is fixed, rather than relative to the width of the screen
- Fixed a bug in functions.php which would prevent plugins from setting featured images
- Added in some missing accent color elements
- Fixed so that the "Comments are closed" message isn't displayed on pages with comments deactivated
- Removed the default widgets that previously would've been displayed in no widgets had been entered
Version 1.44 (2014-05-08)
-------------------------
- Added a query reset to template-archives.php to prevent the wrong comments from loading
Version 1.43 (2014-05-06)
-------------------------
- Fixed so that the recent posts widgets only display published posts
- Added a full width page template
Version 1.42 (2014-04-13)
-------------------------
- Added support for editor styles
Version 1.41 (2014-04-08)
-------------------------
- Fixed so that .widget_links is included in the custom accent color settings
Version 1.40 (2014-03-31)
-------------------------
- Added a function for uploading a custom logo in place of the site title and description in the header
- Fixed the styling of current-menu-item in the navigation
Version 1.39 (2014-03-28)
-------------------------
- Fixed the styling of form elements
Version 1.38 (2014-03-25)
-------------------------
- Fixed centering of .aligncenter images
Version 1.37 (2014-03-24)
-------------------------
- Added anchor link "#comments" to comments.php
– Fixed Google Fonts enqueue to avoid SSL issues
– Fixed a developer notice on search.php and 404.php
– Removed some superfluous lines from functions.php
- Updated theme description and tags
Version 1.35 (2014-03-20)
-------------------------
- Added a theme option for accent color
Version 1.34 (2014-03-20)
-------------------------
- Fixed a video-widget bug
Version 1.33 (2014-03-20)
-------------------------
- Fixed a bug where the site title in the header would be hidden if site description is empty
Version 1.32 (2014-03-18)
-------------------------
- Fixed a bug displaying content.php as excerpts on archives
Version 1.31 (2014-03-17)
-------------------------
- Hides blog-info div in header if both site title and site description are empty
- Added title to changelog.txt
Version 1.30 (2014-03-11)
-------------------------
- Fixed main-menu hover on tablets
Version 1.28 (2014-02-24)
-------------------------
- Replaced the embeds in video-widget.php with WordPress built-in oEmbed function
Version 1.27 (2014-02-24)
-------------------------
- Replaced the embeds in content-video.php and single.php with WordPress built-in oEmbed function
Version 1.26 (2014-02-18)
-------------------------
- Fixed an issue with iframes
Version 1.25 (2014-02-18)
-------------------------
- Fixed a bug with custom header images
Version 1.24 (2014-02-18)
-------------------------
- Fixed a security glitch allowing users to enter js in the video post format url
Version 1.23 (2014-02-17)
-------------------------
- Add max-width to .featured-media iframe
Version 1.22 (2014-02-17)
-------------------------
- Fixed tag cloud styling
Version 1.21 (2014-02-17)
-------------------------
- Fixed a bug in the condititional statement from the last update
Version 1.20 (2014-02-17)
-------------------------
- Added condititional statement for blog-description to prevent empty h3 in header
Version 1.19 (2014-02-17)
-------------------------
- Hidden img#wpstats smiley
Version 1.18 (2014-02-17)
-------------------------
- Another update to the theme description (sorry, theme reviewers)
Version 1.16 (2014-02-17)
-------------------------
- Minor change to the theme description
Version 1.15 (2014-02-17)
-------------------------
- Added font-smoothing to bdoy to make sure that the WordPress.org theme demo renders the theme correctly
Version 1.14 (2014-02-17)
-------------------------
- Fixed the meta tag to be HTML 5 compliant
- Fixed so that placeholder widgets are shown if no widgets have been added
Version 1.13 (2014-02-16)
-------------------------
- Added post thumbnail support for page and template-nosidebar
Version 1.12 (2014-02-13)
-------------------------
- Fixed meta tag http-equiv
Version 1.11 (2014-02-11)
-------------------------
- Added a Swedish translation
Version 1.10 (2014-02-09)
-------------------------
- Fixed a styling issue with align-left and align-right @600px
Version 1.09 (2014-02-09)
-------------------------
- Fixed alignment on post-nav-newer
Version 1.08 (2014-02-05)
-------------------------
- Misc bug fixes
Version 1.07 (2014-02-03)
-------------------------
- Misc bug fixes
Version 1.06 (2014-02-03)
-------------------------
- More post-meta-bottom adjustments
– Improved footer styling
- Misc bug fixes
Version 1.05 (2014-02-02)
-------------------------
- Cleaned up post-meta-bottom
- Misc bug fixes
Version 1.04 (2014-02-01)
-------------------------
- Fixed styling for the archive template
- Cleaned up style.css, fixed section numbering
– Misc bug fixes
Version 1.03 (2014-01-31)
-------------------------
- Added larger screenshot.png to account for high DPI displays
- Misc bug fixes
Version 1.02 (2014-01-31)
-------------------------
- Added video post format
- Added aside post format
Version 1.01 (2014-01-31)
-------------------------
- Changed the theme description in style.css
Version 1 (2014-01-31)
-------------------------