Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit d7ca2fe

Browse files
committed
Bumping version strings to new version.
1 parent dfe909d commit d7ca2fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/BlockTypes/MiniCart.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ public function register_empty_cart_message_block_pattern() {
585585
* @param string $position Position of the block insertion point.
586586
* @param string $anchor_block The block acting as the anchor for the inserted block.
587587
* @param \WP_Block_Template|array $context Where the block is embedded.
588-
* @since $VID:$
588+
* @since 11.7.0
589589
* @return array An array of block slugs hooked into a given context.
590590
*/
591591
public function register_auto_insert( $hooked_blocks, $position, $anchor_block, $context ) {
@@ -598,7 +598,7 @@ public function register_auto_insert( $hooked_blocks, $position, $anchor_block,
598598
* A list of pattern slugs to exclude from auto-insert (useful when
599599
* there are patterns that have a very specific location for the block)
600600
*
601-
* @since $VID:$
601+
* @since 11.7.0
602602
*/
603603
$pattern_exclude_list = apply_filters( 'woocommerce_blocks_mini_cart_auto_insert_pattern_exclude_list', [] );
604604

@@ -607,7 +607,7 @@ public function register_auto_insert( $hooked_blocks, $position, $anchor_block,
607607
* measure until improvements to the Block Hooks API allow for exposing
608608
* to all block themes.
609609
*
610-
* @since $VID:$
610+
* @since 11.7.0
611611
*/
612612
$theme_include_list = apply_filters( 'woocommerce_blocks_mini_cart_auto_insert_theme_include_list', [ 'Twenty Twenty-Four' ] );
613613

@@ -631,7 +631,7 @@ public function register_auto_insert( $hooked_blocks, $position, $anchor_block,
631631
*
632632
* @param array|\WP_Block_Template $context Where the block is embedded.
633633
* @param array $pattern_exclude_list List of pattern slugs to exclude.
634-
* @since $VID:$
634+
* @since 11.7.0
635635
* @return boolean
636636
*/
637637
private function pattern_is_excluded( $context, $pattern_exclude_list ) {
@@ -643,7 +643,7 @@ private function pattern_is_excluded( $context, $pattern_exclude_list ) {
643643
* Checks if the provided context contains a mini-cart block.
644644
*
645645
* @param array|\WP_Block_Template $context Where the block is embedded.
646-
* @since $VID:$
646+
* @since 11.7.0
647647
* @return boolean
648648
*/
649649
private function has_mini_cart_block( $context ) {
@@ -663,7 +663,7 @@ private function has_mini_cart_block( $context ) {
663663
* Given a provided context, returns whether the context refers to header content.
664664
*
665665
* @param array|\WP_Block_Template $context Where the block is embedded.
666-
* @since $VID:$
666+
* @since 11.7.0
667667
* @return boolean
668668
*/
669669
private function is_header_part_or_pattern( $context ) {

0 commit comments

Comments
 (0)