readme.txt 9.8 KB

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