Skip to content

Commit 6dc1333

Browse files
authored
Merge pull request #12 from wp-graphql/develop
release: next version 📦
2 parents 6f0ee35 + 3d1e765 commit 6dc1333

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "feat!: test since tags 3"
3+
pr: 11
4+
author: "jasonbahl"
5+
type: "other"
6+
breaking: true
7+
description: |
8+
null
9+
---

automation-tests.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,13 @@ function test_since_next_version_again() {
4848
function test_since_next_version_again_2() {
4949
_deprecated_function( 'test_since_next_version_again_2', '4.4.0', '' )
5050
}
51+
52+
/**
53+
* Testing a new feature with a since tag
54+
*
55+
* @since @next-version
56+
* @deprecated @next-version This function was deprecated when it was added because it was just a test.
57+
*/
58+
function test_since_next_version_again_3() {
59+
_deprecated_function( 'test_since_next_version_again_2', '@next-version', '' )
60+
}

0 commit comments

Comments
 (0)