readme.txt 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. === Blockbase ===
  2. Contributors: Automattic
  3. Requires at least: 5.7
  4. Tested up to: 5.7.2
  5. Requires PHP: 5.6.2
  6. License: GPLv2 or later
  7. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  8. A starting point for building your block-based site.
  9. == Description ==
  10. Blockbase is a simple theme that supports full-site editing. It comes with a set of minimal templates and design settings that can be manipulated through Global Styles. Use it to build something beautiful.
  11. == About Blockbase ==
  12. For more information see our README.md file.
  13. Read the release notes at https://blockbasetheme.com/category/release-notes/
  14. == Changelog ==
  15. = 2.0.36 =
  16. * Update header pattern loading (#5955)
  17. = 2.0.35 =
  18. * Fix issue with duplicate title tags in blockbase (#6019)
  19. = 2.0.34 =
  20. * Blockbase: fixing separator block dots option (#5964)
  21. = 2.0.33 =
  22. * Blockbase: Account for additional content via css grid configuration (#5816)
  23. = 2.0.32 =
  24. * Blockbase: add padding for group blocks with a background (#5811)
  25. * Remove the Gutenberg Dependency Check from Blockbase and bump required version to 5.9 (#5823)
  26. = 2.0.31 =
  27. * Add select boxes to form styles (#5793)
  28. * Change how 'old custom theme colors' are cleaned out to be more specific (#5754)
  29. * Fix Woo number input in Blockbase (#5354)
  30. * Added Gutenberg check to Blockbase themes (#5735)
  31. = 2.0.30 =
  32. * Blockbase: add style overrides for navigation block links (#5741)
  33. = 2.0.29 =
  34. * Blockbase: update font sizes to rem instead of px for a11y (#5752)
  35. = 2.0.28 =
  36. * Add missing paren. (#5710)
  37. = 2.0.27 =
  38. * Blockbase: move require social-navigation.php inside a check for WP_Theme_JSON_Resolver_Gutenberg to avoid errors. (#5654)
  39. = 2.0.26 =
  40. * Moved color customizations from custom to theme (#5629)
  41. * Blockbase: Fix social icons (#5592)
  42. = 2.0.25 =
  43. * Blockbase: Remove list ponyfill (#5586)
  44. * Blockbase: Add more issues that need to be resolved to remove CSS (#5587)
  45. = 2.0.24 =
  46. * Update README.md (#5528)
  47. * avoid linter warnings about yoda conditions (#5538)
  48. * Blockbase: Use the Global Styles rest API in the customizer (#5492)
  49. * Update alignment rules (#5526)
  50. = 2.0.23 =
  51. * Try fixing the husky actions. (#5493)
  52. = 2.0.22 =
  53. * fixed spacing for header (#5472)
  54. = 2.0.21 =
  55. * Update alignment styles (#5475)
  56. * Update dependencies (#5476)
  57. = 2.0.20 =
  58. * Blockbase: Add comments to a page (#5461)
  59. * Fixed import to include __DIR__ instead of assuming relative path (#5449)
  60. = 2.0.19 =
  61. * remove the default color check during color customizations save (#5446)
  62. * Remove block style registration (#5368)
  63. * register header and footer in theme json (#5441)
  64. = 2.0.18 =
  65. * Blockbase: Remove the fallback for the navigation block (#5419)
  66. = 2.0.17 =
  67. * Blockbase search template update (#5418)
  68. = 2.0.16 =
  69. * Blockbase: Fix social navigation warning (#5389)
  70. = 2.0.15 =
  71. * Videomaker: Consolidate footer patterns in Videomaker (#5374)
  72. = 2.0.14 =
  73. * Blockbase: Load Block Patterns for children automatically (#5363)
  74. * Update Blank Canvas Blocks footer (#5346)
  75. = 2.0.13 =
  76. * Blockbase: Update style.css (#5330)
  77. = 2.0.12 =
  78. * Blockbase: update dependencies & change node-sass to dart sass (#5290)
  79. * Font size names update (#5300)
  80. * Update all dependencies and add update script (#5304)
  81. * Update alignment rules. (#5316)
  82. * Reverting the mess caused renaming template folders (#5317)
  83. * Remove templates improperly nested in a folder due to script error in #5105 (#5314)
  84. * Refix/5105 script refactor template folders (#5312)
  85. * Ran script moving template resources
  86. * Blockbase: refactor footers to patterns (#5245)
  87. * Blockbase: converted headers to patterns (#5238)
  88. * Remove customizer restoration as it is no longer being removed by Gutenberg. (#5303)
  89. = 2.0.11 =
  90. * Revert Change the way we fetch users CPT to use the Gutenberg function directly (#5307)
  91. * Revert Revert Fix Customizer Font Editing causing Site Editor WSOD (#5295)
  92. * Revert Fix Customizer Font Editing causing Site Editor WSOD (#5262) (#5284)
  93. = 2.0.10 =
  94. * Fix Customizer Font Editing causing Site Editor WSOD (#5262)
  95. * Add appearanceTools: true setting (#5072)
  96. * Blockbase: Update the package.json (#5253)
  97. * Blockbase: Update customizer PHP library to work with latest version of Gutenberg (#5251)
  98. = 2.0.9 =
  99. * Fallback to the old function name in case users are still on the old version of Gutenberg (#5250)
  100. * Blockbase: Rename Gutenberg functions (#5248)
  101. = 2.0.8 =
  102. * Blockbase: Update alignment rules (#5220)
  103. * Blockbase: fix variables for 2 colored themes (#5241)
  104. = 2.0.6 =
  105. * Blockbase: Force DOMXPath to use utf-8 encoding (#5193)
  106. = 2.0.5 =
  107. * Geologist Variations + Variation Creation Script (#5179)
  108. * Fixed the header spacer element in header-center template (#5175)
  109. = 2.0.4 =
  110. * Try/consolidate headers (#5145)
  111. = 2.0.3 =
  112. * Blockbase: replace user key with custom (#5147)
  113. = 2.0.2 =
  114. * Blockbase Fonts: Only unset properties that are set (#5149)
  115. * Blockbase: refactor template part blocks (#5129)
  116. * Blockbase: Add an archive template (#5127)
  117. = 2.0.1 =
  118. * Blockbase: Fix navigation (#5128)
  119. * Add padding to footer (#5122)
  120. * Move calendar styles to blockbase (#5114)
  121. * Blockbase: Move table stripes to Blockbase (#5115)
  122. * Blockbase: Update paragraph gap (#5104)
  123. * created a footer only template (#5103)
  124. * Blockbase: Use variable for heading font size (#5101)
  125. * Blockbase: Remove layout inheritance from the footer template (#5100)
  126. * updated readme with blog links (#5099)
  127. * Videomaker: Update Videomaker navigation (#5059)
  128. * Quadrat: fixing hover styles for buttons inside the subscribe form (#5033)
  129. = 2.0.0 =
  130. * BREAKING CHANGE: Simplify the approach to font customization #4980
  131. = 1.4.1 =
  132. * Remove child-theme.json #4861
  133. = 1.3.1 =
  134. * Added dynamic duotone support to the customizer #4740
  135. * Handle posts without titles #4920
  136. * Update the stacking of site title and tagline #4928
  137. = 1.2.22 =
  138. * Add Kerr as a child theme
  139. = 1.2.21 =
  140. * Refactor Paragraph margin rules for consistent, non block-gap values #4908
  141. = 1.2.20 =
  142. * Fix fatal error with social navigation (#4895)
  143. = 1.2.19 =
  144. * Add query title block (#4878)
  145. = 1.2.18 =
  146. * Add a mixin for post meta (#4897)
  147. = 1.2.17 =
  148. * Fix form background color contrast (#4824)
  149. * Search block font size (#4865)
  150. * Make post meta icons optional (#4891)
  151. * Update the query pagination block markup (#4805)
  152. = 1.2.16 =
  153. * Navigation styles (#4876)
  154. = 1.2.15 =
  155. * Update style.css tags (#4874)
  156. = 1.2.14 =
  157. * Cleanup errors on theme.json files and rebuild themes (#4857)
  158. = 1.2.13 =
  159. * Add an index.php file (#4841)
  160. = 1.2.12 =
  161. * Updated tested version of wordpress for all blockbase themes (#4839)
  162. * Adjusted menu CSS to match recent changes in the block (#4822)
  163. * Removed unnecessary top padding for seach block. (#4846)
  164. * Update the child theme script to rename functions from 'newtheme' to the theme slug (#4840)
  165. * Removed paragraph margin gap styles. (#4845)
  166. = 1.2.11 =
  167. * Move site title block settings to theme.json (#4701)
  168. * Remove CSS for HTML block (#4572)
  169. = 1.2.9 =
  170. * Allow themes to inherit core gradients unless they define their own (#4818)
  171. * Add theme.json meta data (#4819)
  172. * Add social navigation to blockbase themes (#4482)
  173. = 1.2.8 =
  174. * Fix custom link color. (#4814)
  175. * Remove unneeded margin rules (#4808)
  176. * Rebuild all blockbase children (#4804)
  177. = 1.2.7 =
  178. * Added font color and size styles to form input placeholder (#4667)
  179. * Fix navigation alignment (#4795)
  180. = 1.2.6 =
  181. * Update the space around the cookie consent label (#4788)
  182. * Fix WP_Theme_JSON_Resolver_Gutenberg not found (#4769)
  183. * Update header spacing (#4773)
  184. = 1.2.1 - 1.2.5 =
  185. * Bug fixes and child-theme compability improvements
  186. * Refactored font sizes to better align with Gutenberg defaults
  187. * Added site logo support
  188. * Improved palette color changes when changing themes
  189. * Added theme.json schema
  190. = 1.2.0 =
  191. * Remove site editor toggle
  192. * PHP 404 template
  193. * Revise font customization approach
  194. * Bug fixes and child-theme compability improvements
  195. = 1.1.0 =
  196. * Added color customization from the customizer
  197. = 1.0.1 =
  198. * Add skiplinks to post content
  199. * Remove unneeded functions to pass theme check
  200. = 1.0 =
  201. * Initial release
  202. == Copyright ==
  203. Blockbase WordPress Theme, (C) 2021 Automattic, Inc.
  204. Blockbase is distributed under the terms of the GNU GPL.
  205. This program is free software: you can redistribute it and/or modify
  206. it under the terms of the GNU General Public License as published by
  207. the Free Software Foundation, either version 2 of the License, or
  208. (at your option) any later version.
  209. This program is distributed in the hope that it will be useful,
  210. but WITHOUT ANY WARRANTY; without even the implied warranty of
  211. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  212. GNU General Public License for more details.
  213. Blockbase uses the following third-party resources:
  214. The Water Fan, by Winslow Homer
  215. License: CC0
  216. Source: https://www.artic.edu/artworks/38666/the-water-fan
  217. Included in theme screenshot.