We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c0b7f commit 6eb478aCopy full SHA for 6eb478a
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
-## [Next]
+## 1.0.7
5
6
* [Added] Render block wrapper attributes
7
* [Added] Support for block spacing
src/BlockLoader.php
@@ -406,7 +406,7 @@ public function render_block( $block ) {
406
/**
407
* Checks whether WordPress supports block wrapper attributes.
408
*
409
- * @since [Next]
+ * @since 1.0.7
410
* @return bool
411
*/
412
protected function supports_block_wrapper_attributes() {
0 commit comments