changelog.txt 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. *** Hemingway Changelog ***
  2. Version 1.54 (2015-08-24)
  3. -------------------------
  4. - Fixed overflow bug with wp-caption
  5. - Added screen-reader-text styling
  6. Version 1.53 (2015-08-24)
  7. -------------------------
  8. - Fixed a floating bug with the single post navigation
  9. Version 1.52 (2015-08-11)
  10. -------------------------
  11. - Removed the title_tag fallback
  12. Version 1.51 (2015-08-11)
  13. -------------------------
  14. - Added a missing margin between the format-video post content and post meta on archive pages
  15. Version 1.50 (2015-08-11)
  16. -------------------------
  17. - Removed a add_shortcode() function from functions.php
  18. - Added title_tag() support
  19. - Fixed a busted sanitize_callback in functions.php
  20. Version 1.49 (2015-08-10)
  21. -------------------------
  22. - Added UTF-8 as charset in style.css
  23. - Updated widgets with PHP5 object constructors for WordPress 4.3
  24. - Removed meta fields for the video post format in order to comply with WordPress theme review guidelines (presentation vs. functionality)
  25. - Condensed functions.php and added the comment-reply script
  26. - ...as well as styling for the comment form when it is within .commentlist
  27. - Fixed so that the featured image is centered if it's smaller than the containing element
  28. - 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)
  29. - Fixed a bug with floating elements in the comments navigation
  30. - Fixed a styling error with the dropdown arrow in the main menu (one level deep)
  31. - Changed titles on single posts/pages from h2 to the h1 element
  32. Version 1.48 (2014-10-01)
  33. -------------------------
  34. - Added a width attribute in the inline style of images in posts (thanks, RavanH!)
  35. - Added styling of input elements of the email type to style.css (Ibid)
  36. Version 1.47 (2014-08-06)
  37. -------------------------
  38. - Added missing form/input elements to the custom accent color control
  39. - Added license information for screenshot.png
  40. Version 1.46 (2014-08-06)
  41. -------------------------
  42. - Fixed a clearing bug in .blog-menu
  43. - Optimized the CSS for brevity and browser compatibility
  44. - Improved the display of forms and inputs in the post-content
  45. - Improved the display of the comment form
  46. - Updated the Swedish translation, added missing namespaces
  47. Version 1.45 (2014-07-25)
  48. -------------------------
  49. - Fixed so that the header height is fixed, rather than relative to the width of the screen
  50. - Fixed a bug in functions.php which would prevent plugins from setting featured images
  51. - Added in some missing accent color elements
  52. - Fixed so that the "Comments are closed" message isn't displayed on pages with comments deactivated
  53. - Removed the default widgets that previously would've been displayed in no widgets had been entered
  54. Version 1.44 (2014-05-08)
  55. -------------------------
  56. - Added a query reset to template-archives.php to prevent the wrong comments from loading
  57. Version 1.43 (2014-05-06)
  58. -------------------------
  59. - Fixed so that the recent posts widgets only display published posts
  60. - Added a full width page template
  61. Version 1.42 (2014-04-13)
  62. -------------------------
  63. - Added support for editor styles
  64. Version 1.41 (2014-04-08)
  65. -------------------------
  66. - Fixed so that .widget_links is included in the custom accent color settings
  67. Version 1.40 (2014-03-31)
  68. -------------------------
  69. - Added a function for uploading a custom logo in place of the site title and description in the header
  70. - Fixed the styling of current-menu-item in the navigation
  71. Version 1.39 (2014-03-28)
  72. -------------------------
  73. - Fixed the styling of form elements
  74. Version 1.38 (2014-03-25)
  75. -------------------------
  76. - Fixed centering of .aligncenter images
  77. Version 1.37 (2014-03-24)
  78. -------------------------
  79. - Added anchor link "#comments" to comments.php
  80. – Fixed Google Fonts enqueue to avoid SSL issues
  81. – Fixed a developer notice on search.php and 404.php
  82. – Removed some superfluous lines from functions.php
  83. - Updated theme description and tags
  84. Version 1.35 (2014-03-20)
  85. -------------------------
  86. - Added a theme option for accent color
  87. Version 1.34 (2014-03-20)
  88. -------------------------
  89. - Fixed a video-widget bug
  90. Version 1.33 (2014-03-20)
  91. -------------------------
  92. - Fixed a bug where the site title in the header would be hidden if site description is empty
  93. Version 1.32 (2014-03-18)
  94. -------------------------
  95. - Fixed a bug displaying content.php as excerpts on archives
  96. Version 1.31 (2014-03-17)
  97. -------------------------
  98. - Hides blog-info div in header if both site title and site description are empty
  99. - Added title to changelog.txt
  100. Version 1.30 (2014-03-11)
  101. -------------------------
  102. - Fixed main-menu hover on tablets
  103. Version 1.28 (2014-02-24)
  104. -------------------------
  105. - Replaced the embeds in video-widget.php with WordPress built-in oEmbed function
  106. Version 1.27 (2014-02-24)
  107. -------------------------
  108. - Replaced the embeds in content-video.php and single.php with WordPress built-in oEmbed function
  109. Version 1.26 (2014-02-18)
  110. -------------------------
  111. - Fixed an issue with iframes
  112. Version 1.25 (2014-02-18)
  113. -------------------------
  114. - Fixed a bug with custom header images
  115. Version 1.24 (2014-02-18)
  116. -------------------------
  117. - Fixed a security glitch allowing users to enter js in the video post format url
  118. Version 1.23 (2014-02-17)
  119. -------------------------
  120. - Add max-width to .featured-media iframe
  121. Version 1.22 (2014-02-17)
  122. -------------------------
  123. - Fixed tag cloud styling
  124. Version 1.21 (2014-02-17)
  125. -------------------------
  126. - Fixed a bug in the condititional statement from the last update
  127. Version 1.20 (2014-02-17)
  128. -------------------------
  129. - Added condititional statement for blog-description to prevent empty h3 in header
  130. Version 1.19 (2014-02-17)
  131. -------------------------
  132. - Hidden img#wpstats smiley
  133. Version 1.18 (2014-02-17)
  134. -------------------------
  135. - Another update to the theme description (sorry, theme reviewers)
  136. Version 1.16 (2014-02-17)
  137. -------------------------
  138. - Minor change to the theme description
  139. Version 1.15 (2014-02-17)
  140. -------------------------
  141. - Added font-smoothing to bdoy to make sure that the WordPress.org theme demo renders the theme correctly
  142. Version 1.14 (2014-02-17)
  143. -------------------------
  144. - Fixed the meta tag to be HTML 5 compliant
  145. - Fixed so that placeholder widgets are shown if no widgets have been added
  146. Version 1.13 (2014-02-16)
  147. -------------------------
  148. - Added post thumbnail support for page and template-nosidebar
  149. Version 1.12 (2014-02-13)
  150. -------------------------
  151. - Fixed meta tag http-equiv
  152. Version 1.11 (2014-02-11)
  153. -------------------------
  154. - Added a Swedish translation
  155. Version 1.10 (2014-02-09)
  156. -------------------------
  157. - Fixed a styling issue with align-left and align-right @600px
  158. Version 1.09 (2014-02-09)
  159. -------------------------
  160. - Fixed alignment on post-nav-newer
  161. Version 1.08 (2014-02-05)
  162. -------------------------
  163. - Misc bug fixes
  164. Version 1.07 (2014-02-03)
  165. -------------------------
  166. - Misc bug fixes
  167. Version 1.06 (2014-02-03)
  168. -------------------------
  169. - More post-meta-bottom adjustments
  170. – Improved footer styling
  171. - Misc bug fixes
  172. Version 1.05 (2014-02-02)
  173. -------------------------
  174. - Cleaned up post-meta-bottom
  175. - Misc bug fixes
  176. Version 1.04 (2014-02-01)
  177. -------------------------
  178. - Fixed styling for the archive template
  179. - Cleaned up style.css, fixed section numbering
  180. – Misc bug fixes
  181. Version 1.03 (2014-01-31)
  182. -------------------------
  183. - Added larger screenshot.png to account for high DPI displays
  184. - Misc bug fixes
  185. Version 1.02 (2014-01-31)
  186. -------------------------
  187. - Added video post format
  188. - Added aside post format
  189. Version 1.01 (2014-01-31)
  190. -------------------------
  191. - Changed the theme description in style.css
  192. Version 1 (2014-01-31)
  193. -------------------------